diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index d323eaa..879ecf6 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -19,13 +19,9 @@ export default function HomePage() { title="Timeless Elegance Crafted for You" description="Discover Matar's curated collection of handcrafted jewelry, where luxury meets artistry. Each piece tells a story of precision, beauty, and timeless sophistication." primaryButton={{ - text: "Explore Collections", - href: "#products", - }} + text: "Explore Collections", href: "#products"}} secondaryButton={{ - text: "Our Story", - href: "#about", - }} + text: "Our Story", href: "#about"}} imageSrc="http://img.b2bpic.net/free-photo/jewelry-lifestyle-flat-layout-with-place-text-jewellery-background-mockup-banner-fashion-accessories_460848-12625.jpg" /> @@ -39,20 +35,11 @@ export default function HomePage() { description="At Matar, we believe jewelry is a language of soul and style. From the raw source to the finished masterpiece, our artisans breathe life into gold and gemstones." items={[ { - icon: Sparkles, - title: "Ethical Sourcing", - description: "We only select conflict-free, certified precious stones.", - }, + icon: "Sparkles", title: "Ethical Sourcing", description: "We only select conflict-free, certified precious stones."}, { - icon: Award, - title: "Master Craftsmanship", - description: "Hand-forged by generational experts in our atelier.", - }, + icon: "Award", title: "Master Craftsmanship", description: "Hand-forged by generational experts in our atelier."}, { - icon: Shield, - title: "Lifetime Quality", - description: "Inheritable pieces designed to last for generations.", - }, + icon: "Shield", title: "Lifetime Quality", description: "Inheritable pieces designed to last for generations."}, ]} imageSrc="http://img.b2bpic.net/free-photo/close-up-fishing-hook-fishing-lure-cork-with-fishing-line-sinkers-wooden-backdrop_23-2148189246.jpg" /> @@ -67,20 +54,11 @@ export default function HomePage() { description="Exquisite lines crafted for the modern individual." items={[ { - title: "Eternal Gold", - description: "Timeless solid gold pieces.", - imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-rock-concrete-tray_23-2150329671.jpg", - }, + title: "Eternal Gold", description: "Timeless solid gold pieces.", imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-rock-concrete-tray_23-2150329671.jpg"}, { - title: "Modern Classic", - description: "Contemporary designs, classic feel.", - imageSrc: "http://img.b2bpic.net/free-photo/everyday-home-utensils-dark-marble-background_58702-17717.jpg", - }, + title: "Modern Classic", description: "Contemporary designs, classic feel.", imageSrc: "http://img.b2bpic.net/free-photo/everyday-home-utensils-dark-marble-background_58702-17717.jpg"}, { - title: "Signature Gemstones", - description: "Rare stones in custom settings.", - imageSrc: "http://img.b2bpic.net/free-photo/retro-floor-lamp-dark-room_657883-269.jpg", - }, + title: "Signature Gemstones", description: "Rare stones in custom settings.", imageSrc: "http://img.b2bpic.net/free-photo/retro-floor-lamp-dark-room_657883-269.jpg"}, ]} /> @@ -94,47 +72,19 @@ export default function HomePage() { description="Curated selection of our most coveted statement pieces." items={[ { - title: "Solitaire Ring", - description: "Timeless diamond engagement ring.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-engagement-ring-with-diamonds_23-2149509269.jpg", - }, + title: "Solitaire Ring", description: "Timeless diamond engagement ring.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-engagement-ring-with-diamonds_23-2149509269.jpg"}, { - title: "Gold Hoops", - description: "Everyday luxury gold hoops.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/sensual-white-woman-turban-waving-hand-studio-shot-european-girl-black-outfit-isolated-pink-background_197531-25900.jpg", - }, + title: "Gold Hoops", description: "Everyday luxury gold hoops.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/sensual-white-woman-turban-waving-hand-studio-shot-european-girl-black-outfit-isolated-pink-background_197531-25900.jpg"}, { - title: "Pearl Strand", - description: "Classic cultured pearl necklace.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-green-eyed-woman-with-pearl-hairpins-curly-hair-beautiful-necklace_197531-14815.jpg", - }, + title: "Pearl Strand", description: "Classic cultured pearl necklace.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-green-eyed-woman-with-pearl-hairpins-curly-hair-beautiful-necklace_197531-14815.jpg"}, { - title: "Gold Bangle", - description: "18k polished gold bangle.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/little-white-pots_23-2147935420.jpg", - }, + title: "Gold Bangle", description: "18k polished gold bangle.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/little-white-pots_23-2147935420.jpg"}, { - title: "Rose Pendant", - description: "Subtle diamond rose necklace.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/essential-kitchen-items-moody-backdrop_58702-17835.jpg", - }, + title: "Rose Pendant", description: "Subtle diamond rose necklace.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/essential-kitchen-items-moody-backdrop_58702-17835.jpg"}, { - title: "Wedding Set", - description: "Coordinated platinum bands.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/gold-rings_1157-82.jpg", - }, + title: "Wedding Set", description: "Coordinated platinum bands.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/gold-rings_1157-82.jpg"}, { - title: "Crown Brooch", - description: "Limited edition jewel pin.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-girl-wearing-silver-crown_23-2149861230.jpg", - }, + title: "Crown Brooch", description: "Limited edition jewel pin.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/side-view-girl-wearing-silver-crown_23-2149861230.jpg"}, ]} /> @@ -148,11 +98,7 @@ export default function HomePage() { description="Excellence in every facet." metrics={[ { - value: "100%", - title: "Conflict-Free", - description: "Ethically sourced diamonds guaranteed.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-silver-sparks-glitter_23-2149224059.jpg", - }, + value: "100%", title: "Conflict-Free", description: "Ethically sourced diamonds guaranteed.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-silver-sparks-glitter_23-2149224059.jpg"}, ]} /> @@ -166,45 +112,20 @@ export default function HomePage() { description="Hear from our beloved collectors." testimonials={[ { - id: "1", - name: "Sarah Jenkins", - role: "Collector", - quote: "The craftsmanship is unparalleled. My engagement ring is a constant conversation piece.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-calm-blonde-curly-woman-pearl-necklace-white-blouse-velvet-brown-pants-poses-outside_197531-29977.jpg", - }, + name: "Sarah Jenkins", role: "Collector", quote: "The craftsmanship is unparalleled. My engagement ring is a constant conversation piece.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-calm-blonde-curly-woman-pearl-necklace-white-blouse-velvet-brown-pants-poses-outside_197531-29977.jpg"}, { - id: "2", - name: "Marcus Vane", - role: "Partner", - quote: "Bought an anniversary gift and the service was just as premium as the product itself.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-woman_23-2148859686.jpg", - }, + name: "Marcus Vane", role: "Partner", quote: "Bought an anniversary gift and the service was just as premium as the product itself.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-woman_23-2148859686.jpg"}, { - id: "3", - name: "Elena Rossi", - role: "Collector", - quote: "A timeless heirloom I look forward to passing down. Truly elegant.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/fashionable-woman-blue-dress-holds-antique-phone_613910-10888.jpg", - }, + name: "Elena Rossi", role: "Collector", quote: "A timeless heirloom I look forward to passing down. Truly elegant.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/fashionable-woman-blue-dress-holds-antique-phone_613910-10888.jpg"}, { - id: "4", - name: "David Thorne", - role: "Collector", - quote: "Found the perfect statement earrings. Unmatched quality and brilliance.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-amazing-sensual-woman-with-perfect-tan-body-posing-swimming-pool_273443-2183.jpg", - }, + name: "David Thorne", role: "Collector", quote: "Found the perfect statement earrings. Unmatched quality and brilliance.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-amazing-sensual-woman-with-perfect-tan-body-posing-swimming-pool_273443-2183.jpg"}, { - id: "5", - name: "Sophia Lee", - role: "Stylist", - quote: "Matar Jewelry represents the gold standard in fine jewelry today.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-blonde-caucasian-stylish-woman-french-cap-white-blazer_343596-2296.jpg", - }, + name: "Sophia Lee", role: "Stylist", quote: "Matar Jewelry represents the gold standard in fine jewelry today.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-blonde-caucasian-stylish-woman-french-cap-white-blazer_343596-2296.jpg"}, ]} /> @@ -217,14 +138,7 @@ export default function HomePage() { title="As Seen In" description="Recognized for design excellence globally." names={[ - "VOGUE", - "Harper's Bazaar", - "ELLE", - "Forbes Luxury", - "Tatler", - "InStyle", - "Architectural Digest", - ]} + "VOGUE", "Harper's Bazaar", "ELLE", "Forbes Luxury", "Tatler", "InStyle", "Architectural Digest"]} /> @@ -235,13 +149,9 @@ export default function HomePage() { tag="Concierge" text="Experience the world of Matar. Request a private consultation or reach out to our concierge team." primaryButton={{ - text: "Contact Us", - href: "#", - }} + text: "Contact Us", href: "#"}} secondaryButton={{ - text: "Schedule Visit", - href: "#", - }} + text: "Schedule Visit", href: "#"}} />