From af6859e9e6722370006e62ed157af74677eb5a3f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 06:52:57 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 85 +++++++++++----------------------------- 1 file changed, 23 insertions(+), 62 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 9c13c3c..72d9ab6 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -70,21 +70,14 @@ 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={{ - title: "Contact Information", - logoIcon: Phone, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-notebook-buys-groceries-supermarket_169016-5434.jpg?_wi=2", - searchPlaceholder: "How can we help?", - buttons: [ + title: "Contact Information", logoIcon: Phone, + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-notebook-buys-groceries-supermarket_169016-5434.jpg", searchPlaceholder: "How can we help?", buttons: [ { text: "Call: 081081 38000", href: "tel:08108138000" }, { text: "Visit Store", href: "https://www.google.com/maps/search/More+Supermarket+Hayathnagar" }, ], @@ -95,46 +88,32 @@ export default function ContactPage() { ], stats: [ { - title: "Store Hours", - values: ["Open", "Daily", "10:30PM"], - description: "7 days a week", - }, + title: "Store Hours", values: ["Open", "Daily", "10:30PM"], + 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: [ + chartTitle: "Service Availability", chartData: [ { value: 100 }, { value: 95 }, { value: 98 }, { value: 100 }, { value: 97 }, ], - listTitle: "Contact Methods", - listItems: [ + 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"}, ], }} /> @@ -150,18 +129,14 @@ export default function ContactPage() { tagAnimation="blur-reveal" mediaAnimation="slide-up" metricsAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/supermarket_74190-4412.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/supermarket_74190-4412.jpg" imageAlt="More Supermarket store interior" 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"}, ]} /> @@ -172,34 +147,20 @@ 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."}, ]} /> -- 2.49.1