5 Commits

Author SHA1 Message Date
1296bb17ed Update src/app/page.tsx 2026-03-22 09:33:26 +00:00
28985174eb Update src/app/page.tsx 2026-03-22 09:26:01 +00:00
8e42391391 Merge version_1 into main
Merge version_1 into main
2026-03-22 09:17:22 +00:00
f5249f64ff Merge version_1 into main
Merge version_1 into main
2026-03-22 09:16:57 +00:00
314ee33fde Merge version_1 into main
Merge version_1 into main
2026-03-22 09:16:32 +00:00

View File

@@ -43,7 +43,7 @@ export default function LandingPage() {
logoText="Dilip Jewellers" logoText="Dilip Jewellers"
description="Trusted Jewellers in Raipur | Premium Gold, Diamond & Bridal Collections" description="Trusted Jewellers in Raipur | Premium Gold, Diamond & Bridal Collections"
buttons={[ buttons={[
{ text: "📞 Call Now", href: "tel:+918602670715" }, { text: "📞 Call Now", href: "tel:+917712539595" },
{ text: "📝 Get a Quote", href: "#contact" } { text: "📝 Get a Quote", href: "#contact" }
]} ]}
slides={[ slides={[
@@ -115,7 +115,7 @@ export default function LandingPage() {
}, },
{ {
id: "bridal-1", brand: "Exclusive Collection", name: "Bridal Sets", price: "Starting from ₹75,000", rating: 5, id: "bridal-1", brand: "Exclusive Collection", name: "Bridal Sets", price: "Starting from ₹75,000", rating: 5,
reviewCount: "95+", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-bride_158595-4144.jpg?_wi=2", imageAlt: "Bridal jewellery collection" reviewCount: "95+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BIJvlIoQdQQ06Jm4XuXGuKQI4O/uploaded-1774172000723-ouk7nz7d.png", imageAlt: "Bridal jewellery collection"
}, },
{ {
id: "custom-1", brand: "Bespoke Service", name: "Custom Designs", price: "Personalized Pricing", rating: 5, id: "custom-1", brand: "Bespoke Service", name: "Custom Designs", price: "Personalized Pricing", rating: 5,
@@ -202,7 +202,7 @@ export default function LandingPage() {
ctaTitle="Get in Touch" 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!" ctaDescription="Have questions or want to enquire about a custom design? Reach out to us today. We're here to help!"
ctaButton={{ ctaButton={{
text: "Call Now: 086026 70715", href: "tel:+918602670715" text: "Call Now: 0771 2539595", href: "tel:+917712539595"
}} }}
ctaIcon={Phone} ctaIcon={Phone}
useInvertedBackground={false} 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: "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: "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" ariaLabel="Contact and FAQ section"
@@ -257,7 +257,7 @@ export default function LandingPage() {
{ {
title: "Contact Info", items: [ title: "Contact Info", items: [
{ label: "📍 Raipur, Chhattisgarh", href: "#" }, { label: "📍 Raipur, Chhattisgarh", href: "#" },
{ label: "📞 086026 70715", href: "tel:+918602670715" }, { label: "📞 0771 2539595", href: "tel:+917712539595" },
{ label: "🕐 Visit Us Today", href: "#contact" }, { label: "🕐 Visit Us Today", href: "#contact" },
{ label: "📝 Get a Quote", href: "#contact" } { label: "📝 Get a Quote", href: "#contact" }
] ]
@@ -276,4 +276,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }