From e96934f7c366418bf55659515886fa6a194ac4b5 Mon Sep 17 00:00:00 2001 From: Himanshu Dinkar <111561592+yours7himanshu@users.noreply.github.com> Date: Mon, 13 Jan 2025 11:22:36 +0530 Subject: [PATCH] improved ui --- client/src/pages/Contact/ContactPage.jsx | 24 ++++++++++++------------ client/src/shared/Footer/Footer.jsx | 4 ++-- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/client/src/pages/Contact/ContactPage.jsx b/client/src/pages/Contact/ContactPage.jsx index 21bc838..dae869a 100644 --- a/client/src/pages/Contact/ContactPage.jsx +++ b/client/src/pages/Contact/ContactPage.jsx @@ -57,14 +57,14 @@ const ContactPage = () => { return ( -
+
{/* Decorative background elements */} -
-
+
+
{/* Header */} -
+

Get in Touch

@@ -77,7 +77,7 @@ const ContactPage = () => { {/* Contact Information Cards */}
{/* Email Card */} -
+
@@ -90,7 +90,7 @@ const ContactPage = () => {
{/* Phone Card */} -
+
@@ -103,9 +103,9 @@ const ContactPage = () => {
{/* Location Card */} -
-
-
+
+
+
@@ -116,7 +116,7 @@ const ContactPage = () => {
{/* Hours Card */} -
+
@@ -130,7 +130,7 @@ const ContactPage = () => {
{/* Contact Form */} -
+

Send us a message

@@ -180,7 +180,7 @@ const ContactPage = () => {