diff --git a/donutshop_ecommerce/src/app/about/page.js b/donutshop_ecommerce/src/app/about/page.js index 417f05c..e9af4a5 100644 --- a/donutshop_ecommerce/src/app/about/page.js +++ b/donutshop_ecommerce/src/app/about/page.js @@ -4,7 +4,6 @@ import Footer from '../../components/layout/Footer' const AboutPage = () => { - return ( <>
diff --git a/donutshop_ecommerce/src/app/contact/page.js b/donutshop_ecommerce/src/app/contact/page.js new file mode 100644 index 0000000..4134fac --- /dev/null +++ b/donutshop_ecommerce/src/app/contact/page.js @@ -0,0 +1,64 @@ +import Image from 'next/image' +import React from 'react' +import Footer from '../../components/layout/Footer' + +const ContactPage = () => { + return ( + <> +
+

Contact

+
+

Feel free to use this contact form to reach out to us

+

Our team is ready for you!

+
+
+
+
+ + +
+
+ + +
+
+ + +
+
+ +