Update src/app/contact/page.tsx
This commit is contained in:
@@ -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" },
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user