Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-03-22 09:26:05 +00:00

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}