Merge version_1 into main #2
378
src/app/page.tsx
378
src/app/page.tsx
@@ -10,7 +10,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
|
||||
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
import { Crown, Gift, Heart, Sparkles, Star } from "lucide-react";
|
||||
import { Crown, Gift, Heart, Sparkles, Star, Gem, Handshake } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -31,33 +31,19 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "Collections",
|
||||
id: "#collections",
|
||||
},
|
||||
name: "Collections", id: "#collections"},
|
||||
{
|
||||
name: "Bridal",
|
||||
id: "#bridal",
|
||||
},
|
||||
name: "Bridal", id: "#bridal"},
|
||||
{
|
||||
name: "Offers",
|
||||
id: "#offers",
|
||||
},
|
||||
name: "Offers", id: "#offers"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "#gallery",
|
||||
},
|
||||
name: "Gallery", id: "#gallery"},
|
||||
]}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=10chyg"
|
||||
logoAlt="Mahalaxmi Jewellers Logo"
|
||||
@@ -65,53 +51,30 @@ export default function LandingPage() {
|
||||
bottomLeftText="Royal Indian Heritage"
|
||||
bottomRightText="experience@mahalaxmi.com"
|
||||
button={{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Contact Us", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Adorned in Royalty, Crafted with Love"
|
||||
description="Experience the legacy of Mahalaxmi Jewellers, where timeless elegance meets modern luxury. Discover our exquisite bridal collections, a symphony of gold, diamonds, and heritage craftsmanship."
|
||||
tag="Mahalaxmi Jewellers"
|
||||
tagAnimation="blur-reveal"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Bridal Collection",
|
||||
href: "#bridal",
|
||||
},
|
||||
text: "Explore Bridal Collection", href: "#bridal"},
|
||||
{
|
||||
text: "Shop Now",
|
||||
href: "#collections",
|
||||
},
|
||||
text: "Shop Now", href: "#collections"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400864.jpg?_wi=1",
|
||||
imageAlt: "Luxury Bridal Diamond Necklace",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400864.jpg", imageAlt: "Luxury Bridal Diamond Necklace"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-wearing-thai-clothes-hands-touching-their-faces_1150-15621.jpg",
|
||||
imageAlt: "Elegant Gold Earrings and Bangles",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-wearing-tradition-sari-garment_52683-90225.jpg",
|
||||
imageAlt: "Portrait of young woman wearing tradition sari garment",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-hindu-bride-traditional-red-sari-with-golden-acce_8353-8861.jpg",
|
||||
imageAlt: "Portrait of Hindu bride in traditional red sari with golden acce",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-beauty-gold-traditional-clothing-generated-by-ai_188544-20651.jpg",
|
||||
imageAlt: "Elegant beauty in gold and traditional clothing",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-wearing-thai-clothes-hands-touching-their-faces_1150-15621.jpg", imageAlt: "Elegant Gold Earrings and Bangles"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -128,9 +91,7 @@ export default function LandingPage() {
|
||||
tagAnimation="blur-reveal"
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Story",
|
||||
href: "/about",
|
||||
},
|
||||
text: "Our Story", href: "/about"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/workshop-woman-jeweler-is-busy-soldering-jewelry_1153-3526.jpg"
|
||||
@@ -146,47 +107,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "gold-jewelry",
|
||||
name: "Gold Jewellery",
|
||||
price: "Enquire",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-with-white-dust_23-2150329699.jpg",
|
||||
imageAlt: "Traditional Gold Jewellery",
|
||||
},
|
||||
id: "gold-jewelry", name: "Gold Jewellery", price: "Enquire", imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-with-white-dust_23-2150329699.jpg", imageAlt: "Traditional Gold Jewellery"},
|
||||
{
|
||||
id: "diamond-jewelry",
|
||||
name: "Diamond Jewellery",
|
||||
price: "Enquire",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-long-earrings-white-dress_1153-501.jpg",
|
||||
imageAlt: "Sparkling Diamond Jewellery",
|
||||
},
|
||||
id: "diamond-jewelry", name: "Diamond Jewellery", price: "Enquire", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-long-earrings-white-dress_1153-501.jpg", imageAlt: "Sparkling Diamond Jewellery"},
|
||||
{
|
||||
id: "bridal-rings",
|
||||
name: "Luxury Rings",
|
||||
price: "Enquire",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-groom-kissing-his-wife-s-hand_1153-274.jpg",
|
||||
imageAlt: "Luxury Bridal Rings",
|
||||
},
|
||||
id: "bridal-rings", name: "Luxury Rings", price: "Enquire", imageSrc: "http://img.b2bpic.net/free-photo/close-up-groom-kissing-his-wife-s-hand_1153-274.jpg", imageAlt: "Luxury Bridal Rings"},
|
||||
{
|
||||
id: "temple-jewelry",
|
||||
name: "Temple Jewellery",
|
||||
price: "Enquire",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indian-couple-celebrating-propose-day-by-being-romantic-with-each-other_23-2151110909.jpg",
|
||||
imageAlt: "Exquisite Temple Jewellery",
|
||||
},
|
||||
id: "temple-jewelry", name: "Temple Jewellery", price: "Enquire", imageSrc: "http://img.b2bpic.net/free-photo/indian-couple-celebrating-propose-day-by-being-romantic-with-each-other_23-2151110909.jpg", imageAlt: "Exquisite Temple Jewellery"},
|
||||
{
|
||||
id: "earrings-bangles",
|
||||
name: "Earrings & Bangles",
|
||||
price: "Enquire",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-gold-chain-jewellery-presentation_23-2149599058.jpg",
|
||||
imageAlt: "Elegant Earrings and Bangles",
|
||||
},
|
||||
id: "earrings-bangles", name: "Earrings & Bangles", price: "Enquire", imageSrc: "http://img.b2bpic.net/free-photo/abstract-gold-chain-jewellery-presentation_23-2149599058.jpg", imageAlt: "Elegant Earrings and Bangles"},
|
||||
{
|
||||
id: "personalized",
|
||||
name: "Personalized Designs",
|
||||
price: "Enquire",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-sits-stairs-house-looks-up_8353-11393.jpg",
|
||||
imageAlt: "Custom Designed Jewellery",
|
||||
},
|
||||
id: "personalized", name: "Personalized Designs", price: "Enquire", imageSrc: "http://img.b2bpic.net/free-photo/woman-sits-stairs-house-looks-up_8353-11393.jpg", imageAlt: "Custom Designed Jewellery"},
|
||||
]}
|
||||
title="Exquisite Collections"
|
||||
description="Browse our curated selection of luxury jewelry, meticulously designed to captivate and celebrate every occasion."
|
||||
@@ -200,54 +131,36 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Royal Heritage",
|
||||
description: "Adorn yourself with designs inspired by India's regal past, reimagined for the modern bride.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-sari_23-2149503035.jpg",
|
||||
imageAlt: "Royal Indian Bride",
|
||||
},
|
||||
title: "Royal Heritage", description: "Adorn yourself with designs inspired by India's regal past, reimagined for the modern bride.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-sari_23-2149503035.jpg", imageAlt: "Royal Indian Bride"},
|
||||
items: [
|
||||
{
|
||||
icon: Sparkles,
|
||||
text: "Exquisite Craftsmanship",
|
||||
},
|
||||
text: "Exquisite Craftsmanship"},
|
||||
{
|
||||
icon: Crown,
|
||||
text: "Regal Designs",
|
||||
},
|
||||
text: "Regal Designs"},
|
||||
{
|
||||
icon: Heart,
|
||||
text: "Emotional Connection",
|
||||
},
|
||||
text: "Emotional Connection"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=10chyg",
|
||||
imageAlt: "royal indian bride wearing gold jewelry emotional",
|
||||
},
|
||||
{
|
||||
title: "Modern Glamour",
|
||||
description: "Discover contemporary pieces that blend traditional charm with high-fashion allure, ensuring you shine brightest.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-wearing-flamenco-dress_1385-2216.jpg",
|
||||
imageAlt: "Indian Wedding Couple with Jewellery",
|
||||
},
|
||||
title: "Modern Glamour", description: "Discover contemporary pieces that blend traditional charm with high-fashion allure, ensuring you shine brightest.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-wearing-flamenco-dress_1385-2216.jpg", imageAlt: "Indian Wedding Couple with Jewellery"},
|
||||
items: [
|
||||
{
|
||||
icon: Star,
|
||||
text: "Timeless Beauty",
|
||||
},
|
||||
text: "Timeless Beauty"},
|
||||
{
|
||||
icon: Gem,
|
||||
text: "Precious Stones",
|
||||
},
|
||||
text: "Precious Stones"},
|
||||
{
|
||||
icon: Handshake,
|
||||
text: "Personalized Consultation",
|
||||
},
|
||||
text: "Personalized Consultation"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400864.jpg?_wi=2",
|
||||
imageAlt: "royal indian bride wearing gold jewelry emotional",
|
||||
},
|
||||
]}
|
||||
title="The Mahalaxmi Bridal Experience"
|
||||
@@ -264,61 +177,31 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
plans={[
|
||||
{
|
||||
id: "wedding-season",
|
||||
badge: "Bridal Special",
|
||||
badgeIcon: Heart,
|
||||
price: "Up to 20% Off",
|
||||
name: "Wedding Season Extravaganza",
|
||||
buttons: [
|
||||
id: "wedding-season", badge: "Bridal Special", badgeIcon: Heart,
|
||||
price: "Up to 20% Off", name: "Wedding Season Extravaganza", buttons: [
|
||||
{
|
||||
text: "View Bridal Offers",
|
||||
href: "#bridal-offers",
|
||||
},
|
||||
text: "View Bridal Offers", href: "#bridal-offers"},
|
||||
],
|
||||
features: [
|
||||
"Complimentary consultation",
|
||||
"Custom design options",
|
||||
"Special diamond discounts",
|
||||
"Extended warranty",
|
||||
],
|
||||
"Complimentary consultation", "Custom design options", "Special diamond discounts", "Extended warranty"],
|
||||
},
|
||||
{
|
||||
id: "diwali-collection",
|
||||
badge: "Festive Gold",
|
||||
badgeIcon: Sparkles,
|
||||
price: "Exciting Deals",
|
||||
name: "Diwali & Akshaya Tritiya",
|
||||
buttons: [
|
||||
id: "diwali-collection", badge: "Festive Gold", badgeIcon: Sparkles,
|
||||
price: "Exciting Deals", name: "Diwali & Akshaya Tritiya", buttons: [
|
||||
{
|
||||
text: "Shop Festive Collection",
|
||||
href: "#festive",
|
||||
},
|
||||
text: "Shop Festive Collection", href: "#festive"},
|
||||
],
|
||||
features: [
|
||||
"Exclusive gold designs",
|
||||
"Gift vouchers on purchase",
|
||||
"Lucky draw entry",
|
||||
"Free cleaning services",
|
||||
],
|
||||
"Exclusive gold designs", "Gift vouchers on purchase", "Lucky draw entry", "Free cleaning services"],
|
||||
},
|
||||
{
|
||||
id: "anniversary-offers",
|
||||
badge: "For You",
|
||||
badgeIcon: Gift,
|
||||
price: "Personalized Offers",
|
||||
name: "Anniversary & Special Occasions",
|
||||
buttons: [
|
||||
id: "anniversary-offers", badge: "For You", badgeIcon: Gift,
|
||||
price: "Personalized Offers", name: "Anniversary & Special Occasions", buttons: [
|
||||
{
|
||||
text: "Discover Gifts",
|
||||
href: "#anniversary",
|
||||
},
|
||||
text: "Discover Gifts", href: "#anniversary"},
|
||||
],
|
||||
features: [
|
||||
"Bespoke jewelry creation",
|
||||
"Couple's ring discounts",
|
||||
"Loyalty program benefits",
|
||||
"Priority appointments",
|
||||
],
|
||||
"Bespoke jewelry creation", "Couple's ring discounts", "Loyalty program benefits", "Priority appointments"],
|
||||
},
|
||||
]}
|
||||
title="Exclusive Festive Offers"
|
||||
@@ -333,64 +216,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Priya Sharma",
|
||||
role: "Bride",
|
||||
company: "Client",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-woman-bloom-portrait_23-2150693008.jpg",
|
||||
imageAlt: "Priya Sharma",
|
||||
},
|
||||
id: "1", name: "Priya Sharma", role: "Bride", company: "Client", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-woman-bloom-portrait_23-2150693008.jpg", imageAlt: "Priya Sharma"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Anjali Mehta",
|
||||
role: "Designer",
|
||||
company: "Client",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/excited-joyful-beautiful-woman-gesturing-with-hand_74855-2753.jpg",
|
||||
imageAlt: "Anjali Mehta",
|
||||
},
|
||||
id: "2", name: "Anjali Mehta", role: "Designer", company: "Client", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/excited-joyful-beautiful-woman-gesturing-with-hand_74855-2753.jpg", imageAlt: "Anjali Mehta"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Rajesh & Kavita",
|
||||
role: "Couple",
|
||||
company: "Client",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-couple-with-drink_23-2149478784.jpg",
|
||||
imageAlt: "Rajesh and Kavita",
|
||||
},
|
||||
id: "3", name: "Rajesh & Kavita", role: "Couple", company: "Client", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-couple-with-drink_23-2149478784.jpg", imageAlt: "Rajesh and Kavita"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Meena Devi",
|
||||
role: "Patron",
|
||||
company: "Client",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400861.jpg",
|
||||
imageAlt: "Meena Devi",
|
||||
},
|
||||
id: "4", name: "Meena Devi", role: "Patron", company: "Client", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400861.jpg", imageAlt: "Meena Devi"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Neha Kapoor",
|
||||
role: "Influencer",
|
||||
company: "Client",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shallow-focus-shot-attractive-blonde-hair-caucasian-female-posing-camera_181624-55009.jpg",
|
||||
imageAlt: "Neha Kapoor",
|
||||
},
|
||||
id: "5", name: "Neha Kapoor", role: "Influencer", company: "Client", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shallow-focus-shot-attractive-blonde-hair-caucasian-female-posing-camera_181624-55009.jpg", imageAlt: "Neha Kapoor"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "100+",
|
||||
label: "Years of Heritage",
|
||||
},
|
||||
value: "100+", label: "Years of Heritage"},
|
||||
{
|
||||
value: "5000+",
|
||||
label: "Happy Families",
|
||||
},
|
||||
value: "5000+", label: "Happy Families"},
|
||||
{
|
||||
value: "20+",
|
||||
label: "Awarded Designs",
|
||||
},
|
||||
value: "20+", label: "Awarded Designs"},
|
||||
]}
|
||||
title="Voices of Trust & Delight"
|
||||
description="Our legacy is built on the joy and satisfaction of our esteemed customers. Hear their experiences and see why Mahalaxmi Jewellers is their cherished choice."
|
||||
@@ -405,61 +252,21 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "ig-1",
|
||||
name: "Bridal Necklace Set",
|
||||
price: "",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-wearing-flamenco-dress_1385-2214.jpg",
|
||||
imageAlt: "Instagram Post: Bridal Necklace Set",
|
||||
},
|
||||
id: "ig-1", name: "Bridal Necklace Set", price: "", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-wearing-flamenco-dress_1385-2214.jpg", imageAlt: "Instagram Post: Bridal Necklace Set"},
|
||||
{
|
||||
id: "ig-2",
|
||||
name: "Diamond Stud Earrings",
|
||||
price: "",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expensive-golden-ring-with-white-powder-background_23-2150347040.jpg",
|
||||
imageAlt: "Instagram Post: Diamond Stud Earrings",
|
||||
},
|
||||
id: "ig-2", name: "Diamond Stud Earrings", price: "", imageSrc: "http://img.b2bpic.net/free-photo/expensive-golden-ring-with-white-powder-background_23-2150347040.jpg", imageAlt: "Instagram Post: Diamond Stud Earrings"},
|
||||
{
|
||||
id: "ig-3",
|
||||
name: "Gold Bangles Stack",
|
||||
price: "",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409243.jpg",
|
||||
imageAlt: "Instagram Post: Gold Bangles Stack",
|
||||
},
|
||||
id: "ig-3", name: "Gold Bangles Stack", price: "", imageSrc: "http://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409243.jpg", imageAlt: "Instagram Post: Gold Bangles Stack"},
|
||||
{
|
||||
id: "ig-4",
|
||||
name: "Vintage Gold Necklace",
|
||||
price: "",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-posing-while-wearing-traditional-sari-garment_23-2149565175.jpg",
|
||||
imageAlt: "Instagram Post: Vintage Gold Necklace",
|
||||
},
|
||||
id: "ig-4", name: "Vintage Gold Necklace", price: "", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-posing-while-wearing-traditional-sari-garment_23-2149565175.jpg", imageAlt: "Instagram Post: Vintage Gold Necklace"},
|
||||
{
|
||||
id: "ig-5",
|
||||
name: "Rose Gold Rings",
|
||||
price: "",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/goth-student-attending-school_23-2150576822.jpg",
|
||||
imageAlt: "Instagram Post: Rose Gold Rings",
|
||||
},
|
||||
id: "ig-5", name: "Rose Gold Rings", price: "", imageSrc: "http://img.b2bpic.net/free-photo/goth-student-attending-school_23-2150576822.jpg", imageAlt: "Instagram Post: Rose Gold Rings"},
|
||||
{
|
||||
id: "ig-6",
|
||||
name: "Emerald Pendant",
|
||||
price: "",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/key-chain-flat-layout-with-place-text-jewellery-background-mockup-banner-fashion-accessories_460848-12623.jpg",
|
||||
imageAlt: "Instagram Post: Emerald Pendant",
|
||||
},
|
||||
id: "ig-6", name: "Emerald Pendant", price: "", imageSrc: "http://img.b2bpic.net/free-photo/key-chain-flat-layout-with-place-text-jewellery-background-mockup-banner-fashion-accessories_460848-12623.jpg", imageAlt: "Instagram Post: Emerald Pendant"},
|
||||
{
|
||||
id: "ig-7",
|
||||
name: "Bridal Mangalsutra",
|
||||
price: "",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aesthetic-golden-earrings-with-pearls_23-2149846568.jpg",
|
||||
imageAlt: "Instagram Post: Bridal Mangalsutra",
|
||||
},
|
||||
id: "ig-7", name: "Bridal Mangalsutra", price: "", imageSrc: "http://img.b2bpic.net/free-photo/aesthetic-golden-earrings-with-pearls_23-2149846568.jpg", imageAlt: "Instagram Post: Bridal Mangalsutra"},
|
||||
{
|
||||
id: "ig-8",
|
||||
name: "Pearl Drop Earrings",
|
||||
price: "",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bride-tries-her-dress_8353-9256.jpg",
|
||||
imageAlt: "Instagram Post: Pearl Drop Earrings",
|
||||
},
|
||||
id: "ig-8", name: "Pearl Drop Earrings", price: "", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bride-tries-her-dress_8353-9256.jpg", imageAlt: "Instagram Post: Pearl Drop Earrings"},
|
||||
]}
|
||||
title="Moments of Luxury on Instagram"
|
||||
description="Follow us on Instagram for daily inspiration, behind-the-scenes glimpses, and the latest in luxury bridal fashion and exquisite jewelry."
|
||||
@@ -471,66 +278,39 @@ export default function LandingPage() {
|
||||
logoText="Mahalaxmi Jewellers"
|
||||
columns={[
|
||||
{
|
||||
title: "Collections",
|
||||
items: [
|
||||
title: "Collections", items: [
|
||||
{
|
||||
label: "Gold Jewellery",
|
||||
href: "#collections",
|
||||
},
|
||||
label: "Gold Jewellery", href: "#collections"},
|
||||
{
|
||||
label: "Diamond Jewellery",
|
||||
href: "#collections",
|
||||
},
|
||||
label: "Diamond Jewellery", href: "#collections"},
|
||||
{
|
||||
label: "Bridal Collection",
|
||||
href: "#bridal",
|
||||
},
|
||||
label: "Bridal Collection", href: "#bridal"},
|
||||
{
|
||||
label: "Rings & Earrings",
|
||||
href: "#collections",
|
||||
},
|
||||
label: "Rings & Earrings", href: "#collections"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "About Us",
|
||||
items: [
|
||||
title: "About Us", items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Our Story", href: "#about"},
|
||||
{
|
||||
label: "Craftsmanship",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Craftsmanship", href: "#about"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "/faqs",
|
||||
},
|
||||
label: "FAQs", href: "/faqs"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "/privacy",
|
||||
},
|
||||
label: "Privacy Policy", href: "/privacy"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "/terms",
|
||||
},
|
||||
label: "Terms of Service", href: "/terms"},
|
||||
{
|
||||
label: "Shipping & Returns",
|
||||
href: "/shipping",
|
||||
},
|
||||
label: "Shipping & Returns", href: "/shipping"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user