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!
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Snail Mail
+
148 Terry Lane
+
Maitland, FL 32751
+
+
+
Electronic Mail
+
puffydough@example.com
+
+
+
Phone Support
+
Hours: 9am - 5pm (CST), Monday - Friday
+
321-329-8783
+
+
+
+
+
+
+
+
+ >
+ )
+}
+
+export default ContactPage
\ No newline at end of file
diff --git a/donutshop_ecommerce/src/app/globals.css b/donutshop_ecommerce/src/app/globals.css
index 52ce4e9..87977f2 100644
--- a/donutshop_ecommerce/src/app/globals.css
+++ b/donutshop_ecommerce/src/app/globals.css
@@ -10,7 +10,7 @@ body{
overflow-x: hidden;
}
/*===== general setup =====*/
-input[type="email"], input[type="password"], input[type="text"], input[type="tel"]{
+input[type="email"], input[type="password"], input[type="text"], input[type="tel"], textarea{
@apply border p-2 block my-2 w-full rounded-md outline-none border-[#DCA0AE]
}
/*===== strokel =====*/