Update src/app/contact/page.tsx

This commit is contained in:
2026-03-03 15:26:45 +00:00
parent 4b4b2bdb0e
commit 9e891149a2

View File

@@ -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" },
]}