diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 72d9ab6..c956a4c 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -70,9 +70,11 @@ export default function ContactPage() { background={{ variant: "radial-gradient" }} buttons={[ { - text: "Call Now", href: "tel:08108138000"}, + text: "Call Now", href: "tel:08108138000" + }, { - text: "Get Directions", href: "https://www.google.com/maps/search/More+Supermarket+Hayathnagar"}, + text: "Get Directions", href: "https://www.google.com/maps/search/More+Supermarket+Hayathnagar" + }, ]} buttonAnimation="slide-up" dashboard={{ @@ -89,13 +91,16 @@ export default function ContactPage() { stats: [ { title: "Store Hours", values: ["Open", "Daily", "10:30PM"], - description: "7 days a week"}, + description: "7 days a week" + }, { - title: "Service Areas", values: ["5", "7", "10"], - description: "Neighborhoods covered"}, + title: "Service Areas", values: [5, 7, 10], + description: "Neighborhoods covered" + }, { - title: "Customers", values: ["1000", "1250", "1500"], - description: "Happy families"}, + title: "Customers", values: [1000, 1250, 1500], + description: "Happy families" + }, ], chartTitle: "Service Availability", chartData: [ { value: 100 }, @@ -107,13 +112,16 @@ export default function ContactPage() { listTitle: "Contact Methods", listItems: [ { icon: Phone, - title: "Phone", status: "081081 38000"}, + title: "Phone", status: "081081 38000" + }, { icon: MapPin, - title: "Location", status: "Hayathnagar"}, + title: "Location", status: "Hayathnagar" + }, { icon: Home, - title: "Store", status: "Open till 10:30 PM"}, + title: "Store", status: "Open till 10:30 PM" + }, ], }} /> @@ -134,9 +142,11 @@ export default function ContactPage() { useInvertedBackground={false} metrics={[ { - value: "365 Days", title: "Open Year-Round"}, + value: "365 Days", title: "Open Year-Round" + }, { - value: "4.0★", title: "Customer Rating"}, + value: "4.0★", title: "Customer Rating" + }, ]} /> @@ -147,20 +157,25 @@ export default function ContactPage() { ctaTitle="Have Questions?" ctaDescription="Call us anytime during store hours. Our friendly team is ready to help with orders, delivery inquiries, or any questions about our products and services." ctaButton={{ - text: "Call: 081081 38000", href: "tel:08108138000"}} + text: "Call: 081081 38000", href: "tel:08108138000" + }} ctaIcon={Phone} animationType="slide-up" useInvertedBackground={true} accordionAnimationType="smooth" faqs={[ { - id: "1", title: "What are your store hours?", content: "More Supermarket is open daily from morning to 10:30 PM. We're open 7 days a week to serve your convenience."}, + id: "1", title: "What are your store hours?", content: "More Supermarket is open daily from morning to 10:30 PM. We're open 7 days a week to serve your convenience." + }, { - id: "2", title: "Where are you located?", content: "We're located at Veerbhadra Colony, IPM Blood Bank Colony, Hayathnagar Khalsa, Hyderabad, Telangana 501505. Look for us on Kuntloor Road."}, + id: "2", title: "Where are you located?", content: "We're located at Veerbhadra Colony, IPM Blood Bank Colony, Hayathnagar Khalsa, Hyderabad, Telangana 501505. Look for us on Kuntloor Road." + }, { - id: "3", title: "Do you offer home delivery?", content: "Yes! We offer home delivery to selected areas around Hayathnagar. Call us at 081081 38000 to check delivery availability for your location and place your order."}, + id: "3", title: "Do you offer home delivery?", content: "Yes! We offer home delivery to selected areas around Hayathnagar. Call us at 081081 38000 to check delivery availability for your location and place your order." + }, { - id: "4", title: "How do I place an order?", content: "You can call us directly at 081081 38000 to place an order for delivery or pickup. Our team will help you select products and arrange convenient timing."}, + id: "4", title: "How do I place an order?", content: "You can call us directly at 081081 38000 to place an order for delivery or pickup. Our team will help you select products and arrange convenient timing." + }, ]} />