From 96647fbf5a884c24586a35eb645928d6b3a0df92 Mon Sep 17 00:00:00 2001 From: Juthatip McDevitt Date: Wed, 29 May 2024 22:12:16 -0500 Subject: [PATCH] added contact page --- donutshop_ecommerce/src/app/about/page.js | 1 - donutshop_ecommerce/src/app/contact/page.js | 64 +++++++++++++++++++++ donutshop_ecommerce/src/app/globals.css | 2 +- 3 files changed, 65 insertions(+), 2 deletions(-) create mode 100644 donutshop_ecommerce/src/app/contact/page.js 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!

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