From 28985174eb3a8ee4837c6c92ae8788e2eaa8fc9c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Mar 2026 09:26:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8512a39..313b3bc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,7 +43,7 @@ export default function LandingPage() { logoText="Dilip Jewellers" description="Trusted Jewellers in Raipur | Premium Gold, Diamond & Bridal Collections" buttons={[ - { text: "📞 Call Now", href: "tel:+918602670715" }, + { text: "📞 Call Now", href: "tel:+917712539595" }, { text: "📝 Get a Quote", href: "#contact" } ]} slides={[ @@ -202,7 +202,7 @@ export default function LandingPage() { ctaTitle="Get in Touch" ctaDescription="Have questions or want to enquire about a custom design? Reach out to us today. We're here to help!" ctaButton={{ - text: "Call Now: 086026 70715", href: "tel:+918602670715" + text: "Call Now: 0771 2539595", href: "tel:+917712539595" }} ctaIcon={Phone} useInvertedBackground={false} @@ -218,13 +218,13 @@ export default function LandingPage() { id: "3", title: "Can I get custom designs made?", content: "Absolutely! Our expert design team specializes in creating bespoke jewellery. Bring your vision, and we'll craft it into reality with precision and artistry." }, { - id: "4", title: "What are your working hours?", content: "We're open 6 days a week. Please call us at 086026 70715 for specific timings or visit our store for a consultation." + id: "4", title: "What are your working hours?", content: "We're open 6 days a week. Please call us at 0771 2539595 for specific timings or visit our store for a consultation." }, { id: "5", title: "Do you offer exchange or buyback services?", content: "Yes, we offer competitive exchange and buyback services for old jewellery. Contact us for details on current rates." }, { - id: "6", title: "How can I place an order?", content: "You can visit our store, call us at 086026 70715, or fill out an enquiry form. Our team will assist you with selections and custom orders." + id: "6", title: "How can I place an order?", content: "You can visit our store, call us at 0771 2539595, or fill out an enquiry form. Our team will assist you with selections and custom orders." } ]} ariaLabel="Contact and FAQ section" @@ -257,7 +257,7 @@ export default function LandingPage() { { title: "Contact Info", items: [ { label: "📍 Raipur, Chhattisgarh", href: "#" }, - { label: "📞 086026 70715", href: "tel:+918602670715" }, + { label: "📞 0771 2539595", href: "tel:+917712539595" }, { label: "🕐 Visit Us Today", href: "#contact" }, { label: "📝 Get a Quote", href: "#contact" } ] @@ -276,4 +276,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1