Update src/app/page.tsx
This commit is contained in:
360
src/app/page.tsx
360
src/app/page.tsx
@@ -33,62 +33,41 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
name: "Products", id: "products"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
name: "Reviews", id: "reviews"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
name: "FAQ", id: "faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/gradient-jewelry-logo-collection_23-2148880888.jpg"
|
||||
logoAlt="Shivani Jewellers Logo"
|
||||
brandName="Shivani Jewellers"
|
||||
button={{
|
||||
text: "Call Us",
|
||||
href: "tel:+919888404022",
|
||||
}}
|
||||
text: "Call Us", href: "tel:+919888404022"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "glowing-orb",
|
||||
}}
|
||||
variant: "glowing-orb"}}
|
||||
logoText="Shivani Jewellers"
|
||||
description="Chandigarh's finest destination for exquisite gold, silver, and diamond jewelry. Crafting joy, one sparkle at a time!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Collection",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Explore Collection", href: "#products"},
|
||||
{
|
||||
text: "Visit Our Store",
|
||||
href: "https://www.google.com/maps/dir/?api=1&destination=Shivani+Jewellers,+Sco+369,+Sector+44D,+Sector+44,+Chandigarh,+160043",
|
||||
},
|
||||
text: "Visit Our Store", href: "https://www.google.com/maps/dir/?api=1&destination=Shivani+Jewellers,+Sco+369,+Sector+44D,+Sector+44,+Chandigarh,+160043"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/stores-blurred-makeup_1203-827.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/stores-blurred-makeup_1203-827.jpg"
|
||||
imageAlt="Sparkling jewelry display at Shivani Jewellers"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -102,7 +81,7 @@ export default function LandingPage() {
|
||||
description="For years, Shivani Jewellers has been Chandigarh's trusted name for timeless elegance and unmatched craftsmanship. We believe in creating more than just jewelry; we craft memories, celebrations, and heirlooms for you and your loved ones."
|
||||
subdescription="As one customer once wisely said, 'Life is too short to wear boring jewelry! And at Shivani Jewellers, you'll never have to.' Come discover your next cherished possession."
|
||||
icon={Sparkles}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-female-barista-standing-inside-coffee-counter_93675-135204.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-female-barista-standing-inside-coffee-counter_93675-135204.jpg"
|
||||
imageAlt="Elegant interior of Shivani Jewellers shop"
|
||||
mediaAnimation="opacity"
|
||||
/>
|
||||
@@ -115,88 +94,40 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Best Gold Necklace Sets",
|
||||
description: "Exquisite designs and unmatched purity in our gold necklace collections. Perfect for every celebration.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/three-decorative-golden-mandala-set_1017-31920.jpg",
|
||||
imageAlt: "Gold necklace set",
|
||||
},
|
||||
title: "Best Gold Necklace Sets", description: "Exquisite designs and unmatched purity in our gold necklace collections. Perfect for every celebration.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/three-decorative-golden-mandala-set_1017-31920.jpg", imageAlt: "Gold necklace set"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/intricate-gold-mosaic-facade-wat-phra-kaew-temple_1308-189361.jpg",
|
||||
imageAlt: "Gold necklace set",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-jewelry-logo-collection_23-2148880888.jpg",
|
||||
imageAlt: "intricate gold necklace detail shot",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/intricate-gold-mosaic-facade-wat-phra-kaew-temple_1308-189361.jpg", imageAlt: "Gold necklace set"}
|
||||
},
|
||||
{
|
||||
title: "Fine Silver Jewellery",
|
||||
description: "Explore our elegant range of silver jewelry, crafted for modern style and timeless appeal.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-wearing-jewelry-makeup_23-2150738169.jpg",
|
||||
imageAlt: "Silver jewelry",
|
||||
},
|
||||
title: "Fine Silver Jewellery", description: "Explore our elegant range of silver jewelry, crafted for modern style and timeless appeal.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-wearing-jewelry-makeup_23-2150738169.jpg", imageAlt: "Silver jewelry"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-artisan-showing-handmade-earing_23-2149025906.jpg",
|
||||
imageAlt: "Silver jewelry",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stores-blurred-makeup_1203-827.jpg?_wi=2",
|
||||
imageAlt: "intricate gold necklace detail shot",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-artisan-showing-handmade-earing_23-2149025906.jpg", imageAlt: "Silver jewelry"}
|
||||
},
|
||||
{
|
||||
title: "Unique Gemstone Collections",
|
||||
description: "Adorn yourself with the vibrant hues and mystical allure of our carefully selected gemstone jewelry.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/jewelry-from-natural-gems_1398-2320.jpg",
|
||||
imageAlt: "Gemstone jewelry",
|
||||
},
|
||||
title: "Unique Gemstone Collections", description: "Adorn yourself with the vibrant hues and mystical allure of our carefully selected gemstone jewelry.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/jewelry-from-natural-gems_1398-2320.jpg", imageAlt: "Gemstone jewelry"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-shot-woman-hand-fingers-wearing-two-rings_343596-3195.jpg",
|
||||
imageAlt: "Gemstone jewelry",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-barista-standing-inside-coffee-counter_93675-135204.jpg?_wi=2",
|
||||
imageAlt: "intricate gold necklace detail shot",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-shot-woman-hand-fingers-wearing-two-rings_343596-3195.jpg", imageAlt: "Gemstone jewelry"}
|
||||
},
|
||||
{
|
||||
title: "Bridal Diamond Jewellery",
|
||||
description: "Make your special day unforgettable with our stunning bridal diamond sets, designed for brilliance.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-engagement-ring-with-diamonds_23-2149509247.jpg",
|
||||
imageAlt: "Bridal diamond jewelry",
|
||||
},
|
||||
title: "Bridal Diamond Jewellery", description: "Make your special day unforgettable with our stunning bridal diamond sets, designed for brilliance.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-engagement-ring-with-diamonds_23-2149509247.jpg", imageAlt: "Bridal diamond jewelry"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-sari_23-2149502935.jpg",
|
||||
imageAlt: "Bridal diamond jewelry",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-tattooed-person_23-2149563288.jpg",
|
||||
imageAlt: "intricate gold necklace detail shot",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-sari_23-2149502935.jpg", imageAlt: "Bridal diamond jewelry"}
|
||||
},
|
||||
{
|
||||
title: "Designer Diamond Rings",
|
||||
description: "Discover rings that reflect your unique style with our exclusive collection of designer diamond pieces.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-bag-layout-with-place-text-women-s-accessories-jewellery-background-mockup-banner-fashion-accessories_460848-14703.jpg",
|
||||
imageAlt: "Designer diamond ring",
|
||||
},
|
||||
title: "Designer Diamond Rings", description: "Discover rings that reflect your unique style with our exclusive collection of designer diamond pieces.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-bag-layout-with-place-text-women-s-accessories-jewellery-background-mockup-banner-fashion-accessories_460848-14703.jpg", imageAlt: "Designer diamond ring"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-sterling-silver-ring-with-diamonds-with-burning-decorative-candle-heart-shape-black-wall_140725-12842.jpg",
|
||||
imageAlt: "Designer diamond ring",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gold-aesthetic-wallpaper-with-statue_23-2149872260.jpg?_wi=1",
|
||||
imageAlt: "intricate gold necklace detail shot",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-sterling-silver-ring-with-diamonds-with-burning-decorative-candle-heart-shape-black-wall_140725-12842.jpg", imageAlt: "Designer diamond ring"}
|
||||
},
|
||||
{
|
||||
title: "Traditional Jewellery",
|
||||
description: "Embrace heritage with our exquisite traditional jewelry, perfect for cultural celebrations and timeless elegance.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/silver-aesthetic-wallpaper-with-accessories-top-view_23-2149871694.jpg?_wi=1",
|
||||
imageAlt: "Traditional jewelry",
|
||||
},
|
||||
title: "Traditional Jewellery", description: "Embrace heritage with our exquisite traditional jewelry, perfect for cultural celebrations and timeless elegance.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/silver-aesthetic-wallpaper-with-accessories-top-view_23-2149871694.jpg", imageAlt: "Traditional jewelry"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/mandala-background-design_1197-101.jpg",
|
||||
imageAlt: "Traditional jewelry",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/charming-girl-stands-park_8353-5049.jpg?_wi=1",
|
||||
imageAlt: "intricate gold necklace detail shot",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/mandala-background-design_1197-101.jpg", imageAlt: "Traditional jewelry"}
|
||||
},
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
@@ -214,65 +145,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Shivani",
|
||||
name: "Gold Necklace Set",
|
||||
price: "₹ 150,000",
|
||||
rating: 5,
|
||||
reviewCount: "120 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gold-aesthetic-wallpaper-with-statue_23-2149872260.jpg?_wi=2",
|
||||
imageAlt: "Best Gold necklace set",
|
||||
},
|
||||
id: "p1", brand: "Shivani", name: "Gold Necklace Set", price: "₹ 150,000", rating: 5,
|
||||
reviewCount: "120 reviews", imageSrc: "http://img.b2bpic.net/free-photo/gold-aesthetic-wallpaper-with-statue_23-2149872260.jpg", imageAlt: "Best Gold necklace set"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Shivani",
|
||||
name: "Silver Dangle Earrings",
|
||||
price: "₹ 7,500",
|
||||
rating: 4.8,
|
||||
reviewCount: "85 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/silver-aesthetic-wallpaper-with-accessories-top-view_23-2149871694.jpg?_wi=2",
|
||||
imageAlt: "Best Silver jewellery",
|
||||
},
|
||||
id: "p2", brand: "Shivani", name: "Silver Dangle Earrings", price: "₹ 7,500", rating: 4.8,
|
||||
reviewCount: "85 reviews", imageSrc: "http://img.b2bpic.net/free-photo/silver-aesthetic-wallpaper-with-accessories-top-view_23-2149871694.jpg", imageAlt: "Best Silver jewellery"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Shivani",
|
||||
name: "Bridal Diamond Ring",
|
||||
price: "₹ 250,000",
|
||||
rating: 5,
|
||||
reviewCount: "150 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/charming-girl-stands-park_8353-5049.jpg?_wi=2",
|
||||
imageAlt: "Best Bridal diamond jewellery",
|
||||
},
|
||||
id: "p3", brand: "Shivani", name: "Bridal Diamond Ring", price: "₹ 250,000", rating: 5,
|
||||
reviewCount: "150 reviews", imageSrc: "http://img.b2bpic.net/free-photo/charming-girl-stands-park_8353-5049.jpg", imageAlt: "Best Bridal diamond jewellery"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Shivani",
|
||||
name: "Emerald Gemstone Pendant",
|
||||
price: "₹ 45,000",
|
||||
rating: 4.7,
|
||||
reviewCount: "60 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-s-holding-beads-button-with-tweezers_23-2147899011.jpg",
|
||||
imageAlt: "Gemstone Jewellery",
|
||||
},
|
||||
id: "p4", brand: "Shivani", name: "Emerald Gemstone Pendant", price: "₹ 45,000", rating: 4.7,
|
||||
reviewCount: "60 reviews", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-s-holding-beads-button-with-tweezers_23-2147899011.jpg", imageAlt: "Gemstone Jewellery"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Shivani",
|
||||
name: "Traditional Bridal Set",
|
||||
price: "₹ 300,000",
|
||||
rating: 4.9,
|
||||
reviewCount: "95 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indian-tradition-putting-wedding-bangles_8353-9785.jpg",
|
||||
imageAlt: "Best Traditional jewellery",
|
||||
},
|
||||
id: "p5", brand: "Shivani", name: "Traditional Bridal Set", price: "₹ 300,000", rating: 4.9,
|
||||
reviewCount: "95 reviews", imageSrc: "http://img.b2bpic.net/free-photo/indian-tradition-putting-wedding-bangles_8353-9785.jpg", imageAlt: "Best Traditional jewellery"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Shivani",
|
||||
name: "Luxury Men's Watch",
|
||||
price: "₹ 80,000",
|
||||
rating: 4.6,
|
||||
reviewCount: "70 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-fashion-businessman-model-dressed-elegant-checkered-suit-posing-street_158538-13884.jpg",
|
||||
imageAlt: "Luxury Watch",
|
||||
},
|
||||
id: "p6", brand: "Shivani", name: "Luxury Men's Watch", price: "₹ 80,000", rating: 4.6,
|
||||
reviewCount: "70 reviews", imageSrc: "http://img.b2bpic.net/free-photo/handsome-fashion-businessman-model-dressed-elegant-checkered-suit-posing-street_158538-13884.jpg", imageAlt: "Luxury Watch"},
|
||||
]}
|
||||
title="Our Exquisite Collections"
|
||||
description="Indulge in our breathtaking array of jewelry, meticulously crafted to perfection. Find your next treasure among our gold, silver, diamond, and gemstone collections."
|
||||
@@ -288,59 +177,23 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sunil Singh (Bunty)",
|
||||
role: "Satisfied Customer",
|
||||
company: "Local Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/standing-vote-graduation-conference-room-bargain_1134-1130.jpg",
|
||||
imageAlt: "Sunil Singh testimonial",
|
||||
},
|
||||
id: "t1", name: "Sunil Singh (Bunty)", role: "Satisfied Customer", company: "Local Resident", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/standing-vote-graduation-conference-room-bargain_1134-1130.jpg", imageAlt: "Sunil Singh testimonial"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Hardik Gupta",
|
||||
role: "Valued Client",
|
||||
company: "Chandigarh Visitor",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-lovely-energetic-woman-winks-eyes-raises-eyebrows-clenches-fists-with-success-feels-very-happy_273609-33939.jpg",
|
||||
imageAlt: "Hardik Gupta testimonial",
|
||||
},
|
||||
id: "t2", name: "Hardik Gupta", role: "Valued Client", company: "Chandigarh Visitor", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-lovely-energetic-woman-winks-eyes-raises-eyebrows-clenches-fists-with-success-feels-very-happy_273609-33939.jpg", imageAlt: "Hardik Gupta testimonial"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Harpreet Kaur",
|
||||
role: "Jewellery Enthusiast",
|
||||
company: "Local Buyer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-short-hair-brunette-woman-with-chain-neck-accessories-green-lace-lingerie-outside-villa_343596-397.jpg",
|
||||
imageAlt: "Harpreet Kaur testimonial",
|
||||
},
|
||||
id: "t3", name: "Harpreet Kaur", role: "Jewellery Enthusiast", company: "Local Buyer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-short-hair-brunette-woman-with-chain-neck-accessories-green-lace-lingerie-outside-villa_343596-397.jpg", imageAlt: "Harpreet Kaur testimonial"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Priya Sharma",
|
||||
role: "New Customer",
|
||||
company: "Chandigarh",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-stylish-bearded-indian-man-blue-shirt-grey-background_613910-11453.jpg",
|
||||
imageAlt: "Priya Sharma testimonial",
|
||||
},
|
||||
id: "t4", name: "Priya Sharma", role: "New Customer", company: "Chandigarh", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-stylish-bearded-indian-man-blue-shirt-grey-background_613910-11453.jpg", imageAlt: "Priya Sharma testimonial"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Rohan Mehra",
|
||||
role: "Regular Patron",
|
||||
company: "Local Entrepreneur",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lady-beige-outfit-emotionally-posing-isolated-background-bright-girl-glasses-with-red-lipstick-has-fun-laughs-camera_197531-18657.jpg",
|
||||
imageAlt: "Rohan Mehra testimonial",
|
||||
},
|
||||
id: "t5", name: "Rohan Mehra", role: "Regular Patron", company: "Local Entrepreneur", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lady-beige-outfit-emotionally-posing-isolated-background-bright-girl-glasses-with-red-lipstick-has-fun-laughs-camera_197531-18657.jpg", imageAlt: "Rohan Mehra testimonial"},
|
||||
{
|
||||
id: "t6",
|
||||
name: "Ananya Singh",
|
||||
role: "Happy Bride",
|
||||
company: "Chandigarh",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/excellent-idea-nice-job-portrait-supportive-delighted-happy-charming-female-friend-showing-th_1258-143019.jpg",
|
||||
imageAlt: "Ananya Singh testimonial",
|
||||
},
|
||||
id: "t6", name: "Ananya Singh", role: "Happy Bride", company: "Chandigarh", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/excellent-idea-nice-job-portrait-supportive-delighted-happy-charming-female-friend-showing-th_1258-143019.jpg", imageAlt: "Ananya Singh testimonial"},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Hear from our happy clients about their experience with Shivani Jewellers. Their smiles are our greatest reward."
|
||||
@@ -352,14 +205,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"\"Diamonds are a girl's best friend, but a good jeweler is her therapist.\"",
|
||||
"\"My bank account might hate my jewelry habit, but my wrist sparkles.\"",
|
||||
"\"I like my money where I can see it: hanging around my neck.\"",
|
||||
"\"Life's too short for boring jewelry! Sparkle a little.\"",
|
||||
"\"Why save for a rainy day when you can wear a sunny diamond?\"",
|
||||
"\"Jewelry: Because adulting is hard and you deserve a shiny reward.\"",
|
||||
"\"Investing in jewelry is good, because you can wear your investments!\"",
|
||||
]}
|
||||
"\"Diamonds are a girl's best friend, but a good jeweler is her therapist.\"", "\"My bank account might hate my jewelry habit, but my wrist sparkles.\"", "\"I like my money where I can see it: hanging around my neck.\"", "\"Life's too short for boring jewelry! Sparkle a little.\"", "\"Why save for a rainy day when you can wear a sunny diamond?\"", "\"Jewelry: Because adulting is hard and you deserve a shiny reward.\"", "\"Investing in jewelry is good, because you can wear your investments!\""]}
|
||||
title="A Little Sparkle For Your Day"
|
||||
description="Because who doesn't love a good laugh, especially when it involves shiny things?"
|
||||
speed={60}
|
||||
@@ -373,35 +219,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "What types of gold purity do you offer?",
|
||||
content: "We offer a wide range of gold purity including 14K, 18K, 22K, and 24K, ensuring you find the perfect match for your preference and budget.",
|
||||
},
|
||||
id: "faq1", title: "What types of gold purity do you offer?", content: "We offer a wide range of gold purity including 14K, 18K, 22K, and 24K, ensuring you find the perfect match for your preference and budget."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "Do you offer custom jewelry design services?",
|
||||
content: "Yes, we specialize in custom jewelry design. Bring us your vision, and our expert craftsmen will create a unique piece tailored just for you.",
|
||||
},
|
||||
id: "faq2", title: "Do you offer custom jewelry design services?", content: "Yes, we specialize in custom jewelry design. Bring us your vision, and our expert craftsmen will create a unique piece tailored just for you."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "What is your return and exchange policy?",
|
||||
content: "We offer a flexible return and exchange policy within 30 days of purchase for unused and undamaged items. Please visit our store or contact us for full details.",
|
||||
},
|
||||
id: "faq3", title: "What is your return and exchange policy?", content: "We offer a flexible return and exchange policy within 30 days of purchase for unused and undamaged items. Please visit our store or contact us for full details."},
|
||||
{
|
||||
id: "faq4",
|
||||
title: "Do you provide diamond certification?",
|
||||
content: "Absolutely. All our diamonds are certified by reputable gemological laboratories, ensuring authenticity and quality.",
|
||||
},
|
||||
id: "faq4", title: "Do you provide diamond certification?", content: "Absolutely. All our diamonds are certified by reputable gemological laboratories, ensuring authenticity and quality."},
|
||||
{
|
||||
id: "faq5",
|
||||
title: "Can I get my old jewelry repaired or polished?",
|
||||
content: "Yes, we provide comprehensive repair, cleaning, and polishing services for all types of gold, silver, and diamond jewelry. Bring your pieces to us for a consultation.",
|
||||
},
|
||||
id: "faq5", title: "Can I get my old jewelry repaired or polished?", content: "Yes, we provide comprehensive repair, cleaning, and polishing services for all types of gold, silver, and diamond jewelry. Bring your pieces to us for a consultation."},
|
||||
{
|
||||
id: "faq6",
|
||||
title: "What are your store hours?",
|
||||
content: "Our store is open daily from 10:00 AM to 8:30 PM, except for Sundays, where we close earlier. Please check our contact section for the most up-to-date timings.",
|
||||
},
|
||||
id: "faq6", title: "What are your store hours?", content: "Our store is open daily from 10:00 AM to 8:30 PM, except for Sundays, where we close earlier. Please check our contact section for the most up-to-date timings."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about our products, services, and policies at Shivani Jewellers."
|
||||
@@ -413,18 +241,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
text="Visit Shivani Jewellers Today & Discover Your Next Treasure"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "https://www.google.com/maps/dir/?api=1&destination=Shivani+Jewellers,+Sco+369,+Sector+44D,+Sector+44,+Chandigarh,+160043",
|
||||
},
|
||||
text: "Get Directions", href: "https://www.google.com/maps/dir/?api=1&destination=Shivani+Jewellers,+Sco+369,+Sector+44D,+Sector+44,+Chandigarh,+160043"},
|
||||
{
|
||||
text: "Call Us Now",
|
||||
href: "tel:+919888404022",
|
||||
},
|
||||
text: "Call Us Now", href: "tel:+919888404022"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -433,62 +256,37 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#home",
|
||||
},
|
||||
label: "Home", href: "#home"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "Products",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Products", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQs", href: "#faq"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://www.facebook.com/shivanijewellerschd/",
|
||||
},
|
||||
label: "Facebook", href: "https://www.facebook.com/shivanijewellerschd/"},
|
||||
{
|
||||
label: "Google Maps",
|
||||
href: "https://www.google.com/maps/place/Shivani+Jewellers/data=!4m7!3m6!1s0x390feccf16f5c097:0xfb6a037b12d52570!8m2!3d30.7099778!4d76.7561852!16s%2Fg%2F11b65v04n3!3m1!1sCONTACT+NOW?hl=en&gl=US",
|
||||
},
|
||||
label: "Google Maps", href: "https://www.google.com/maps/place/Shivani+Jewellers/data=!4m7!3m6!1s0x390feccf16f5c097:0xfb6a037b12d52570!8m2!3d30.7099778!4d76.7561852!16s%2Fg%2F11b65v04n3!3m1!1sCONTACT+NOW?hl=en&gl=US"},
|
||||
{
|
||||
label: "Call: +91 98884 04022",
|
||||
href: "tel:+919888404022",
|
||||
},
|
||||
label: "Call: +91 98884 04022", href: "tel:+919888404022"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user