diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx
index 99636f1..bebe1a5 100644
--- a/src/pages/HomePage.tsx
+++ b/src/pages/HomePage.tsx
@@ -11,251 +11,113 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function HomePage() {
return (
<>
-
-
+
+
-
-
+ tag="Elegance Redefined"
+ title="Timeless Jewelry for Modern Icons"
+ description="Discover a curation of handcrafted masterpieces that capture the essence of luxury and grace."
+ primaryButton={{ text: "View Collection", href: "#products" }}
+ secondaryButton={{ text: "Book Consultation", href: "#contact" }}
+ items={[
+ { videoSrc: "http://img.b2bpic.net/free-photo/abstract-ferromagnetic-mirrored-metal-with-blurred-elements_23-2148253535.jpg" },
+ { videoSrc: "http://img.b2bpic.net/free-photo/transparent-prism-with-jewels_23-2147960092.jpg" },
+ { videoSrc: "http://img.b2bpic.net/free-photo/golden-wedding-rings-lie-transparent-table_8353-738.jpg" },
+ { videoSrc: "http://img.b2bpic.net/free-photo/fashion-woman-with-feathers_1122-433.jpg" },
+ { videoSrc: "http://img.b2bpic.net/free-photo/beautiful-engagement-ring-with-diamonds_23-2149509270.jpg" },
+ { videoSrc: "http://img.b2bpic.net/free-photo/closeup-shot-two-silver-rings-leather-surface_181624-3587.jpg" }
+ ]}
+ />
+
+
-
-
+
+ tag="Our Heritage"
+ title="Three Decades of Artistry"
+ description="From our founding in 1994, Lumière has been dedicated to crafting jewelry that tells a story. Every piece is born in our atelier, where tradition meets innovation."
+ primaryButton={{ text: "Read Our Story", href: "#" }}
+ imageSrc="http://img.b2bpic.net/free-photo/artisan-doing-woodcutting_23-2150600784.jpg"
+ />
+
+
-
-
+
+
-
-
+ tag="Signature Collections"
+ title="Curated Masterpieces"
+ description="Explore our iconic designs, each meticulously crafted from conflict-free diamonds and recycled precious metals."
+ items={[
+ { title: "Golden Radiance", description: "18k gold handcrafted bangles.", imageSrc: "http://img.b2bpic.net/free-photo/expensive-golden-ring-with-white-powder-background_23-2150347034.jpg" },
+ { title: "Diamond Essence", description: "Minimalist diamond stud collection.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-thimble-silk_23-2148897938.jpg" },
+ { title: "Azure Sapphire", description: "Rare blue gemstone necklaces.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-female-wearing-silver-necklace-with-beautiful-lock-pendant_181624-27833.jpg" },
+ { title: "Pearl Sovereignty", description: "Modern pearl and gold rings.", imageSrc: "http://img.b2bpic.net/free-photo/aesthetic-golden-earrings-with-rock_23-2149846563.jpg" },
+ { title: "Eternal Stack", description: "Signature gold designer rings.", imageSrc: "http://img.b2bpic.net/free-photo/two-golden-wedding-rings-lie-ray-light_8353-8127.jpg" },
+ { title: "Grand Link", description: "Intricate link bracelet series.", imageSrc: "http://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409288.jpg" },
+ { title: "Star Pendant", description: "Celestial diamond pendant design.", imageSrc: "http://img.b2bpic.net/free-photo/senior-with-necklace-looking-away-medium-shot_23-2148346154.jpg" }
+ ]}
+ />
+
+
-
-
+
+
-
-
+ tag="Our Impact"
+ title="By The Numbers"
+ description="Excellence defined through decades of service and satisfied collectors worldwide."
+ metrics={[
+ { icon: "Award", title: "Design Awards", value: "45+" },
+ { icon: "Diamond", title: "Carats Sourced", value: "12k" },
+ { icon: "Users", title: "Happy Clients", value: "8,000+" }
+ ]}
+ />
+
+
-
-
+
+
-
-
+ tag="Collector Reviews"
+ title="Voices of Elegance"
+ description="Hear what our distinguished clients say about their pieces from Lumière."
+ testimonials={[
+ { name: "Sarah Miller", role: "Art Curator", company: "Global Fine Arts", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/very-elegant-woman-looking-away_329181-7317.jpg" },
+ { name: "Marcus Thorne", role: "Entrepreneur", company: "Thorne Capital", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-looking-time_549566-386.jpg" },
+ { name: "Elena Rossi", role: "Fashion Icon", company: "Vogue Italy", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-brunette-woman-evening-dress-posing-holding-champaign-glass_176420-3753.jpg" },
+ { name: "David Chan", role: "CEO", company: "Chan Developments", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-standing-with-crossed-arms_23-2148095775.jpg" },
+ { name: "Olivia Smith", role: "Socialite", company: "Society Monthly", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-feeling-save-her-man-s-arms_329181-10109.jpg" }
+ ]}
+ />
+
+
-
-
+
+
-
-
+ tag="Common Questions"
+ title="Concierge Support"
+ description="We are here to assist with every inquiry, from bespoke commissions to care instructions."
+ categories={[
+ { name: "Care & Repair", items: [{ question: "How should I clean my gold jewelry?", answer: "Use a soft microfiber cloth and lukewarm water for gold pieces. Avoid harsh chemicals." }, { question: "Can you resize rings?", answer: "Yes, we offer complimentary resizing on all signature gold rings." }] },
+ { name: "Shipping", items: [{ question: "Is insurance included?", answer: "Every shipment is fully insured for the purchase value of the jewelry." }, { question: "Do you ship internationally?", answer: "We provide secure, white-glove international shipping to over 50 countries." }] }
+ ]}
+ />
+
+
-
>
);
}