Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-07 06:53:01 +00:00

View File

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