From 9e891149a24bf2eed58f604f71d44ce9b8d64bd0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 15:26:45 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index aed5b99..9cb3410 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -67,7 +67,7 @@ export default function ContactPage() { tag="Get in Touch" title="We'd Love to Hear from You" description="Have questions about our products, delivery, or anything else? Reach out to us anytime. Our team is here to help and will respond within 24 hours." - background={{ variant: "circleGradient" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} inputPlaceholder="Enter your email address" buttonText="Send Message" @@ -81,9 +81,7 @@ export default function ContactPage() { metrics={[ { icon: Mail, - label: "Email Support", - value: "info@manavpark.com", - }, + label: "Email Support", value: "info@manavpark.com"}, { icon: Phone, label: "Phone", value: "+91-98765-43210" }, { icon: MessageSquare, label: "WhatsApp", value: "Available 24/7" }, ]}