diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx
index ed5c9da..2483925 100644
--- a/src/pages/HomePage.tsx
+++ b/src/pages/HomePage.tsx
@@ -11,256 +11,129 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function HomePage() {
return (
<>
-
-
+
+
-
-
+ tag="LUXURY FURNITURE"
+ title="Redefining Elegance for Your Home"
+ description="Discover curated pieces that blend timeless design with modern comfort. Elevate your living space with our exclusive furniture collections."
+ primaryButton={{
+ text: "View Collection", href: "#products"}}
+ secondaryButton={{
+ text: "Contact Us", href: "#contact"}}
+ items={[
+ { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-rich-woman-sitting-home_23-2149722556.jpg" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/bass-fish-dish-arrangement_23-2148950223.jpg" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/cafe-with-coffee-tables-cosy-sofas-plants-shelves_140725-7785.jpg" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/bar-still-life-with-cakes-table_23-2147821329.jpg" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/blend-minimal-nordic-interior-design-with-japanese-wabi-sabi-style_23-2151160091.jpg" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/creative-fengshui-practice-home-arrangement_23-2149135745.jpg" },
+ ]}
+ />
+
+
-
-
+
+ title="Where craftsmanship meets modern lifestyle."
+ primaryButton={{
+ text: "Our Story", href: "#"}}
+ />
+
+
-
-
+
+
-
-
+ tag="WHY LUX"
+ title="Excellence in Every Detail"
+ description="We don't just sell furniture; we provide curated living solutions."
+ negativeItems={["Mass-produced quality", "Hidden environmental impact", "Limited fabric choices"]}
+ positiveItems={["Solid wood craftsmanship", "Sustainable sourcing", "Custom upholstery options", "White-glove delivery"]}
+ />
+
+
-
-
+
+
-
-
+ tag="CURATED PIECES"
+ title="Timeless Collections"
+ description="Carefully selected furniture designed to inspire and endure."
+ items={[
+ { title: "Modern Sofa", description: "Velvet luxury comfort.", imageSrc: "http://img.b2bpic.net/free-photo/dark-color-tailoring-leather-tissues-showroom_114579-7252.jpg" },
+ { title: "Oak Table", description: "Solid natural wood.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-interior-room-design-concept_23-2148786484.jpg" },
+ { title: "Leather Chair", description: "Classic artisan leather.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-modern-woman-talking-mobile_23-2148415912.jpg" },
+ { title: "Dining Chair", description: "Ergonomic walnut design.", imageSrc: "http://img.b2bpic.net/free-photo/shot-wooden-chair-isolated-white-background_181624-25225.jpg" },
+ { title: "Pendant Light", description: "Warm geometric glow.", imageSrc: "http://img.b2bpic.net/free-photo/vietnam-hat-hanging-wall_1150-10822.jpg" },
+ { title: "Velvet Ottoman", description: "Soft textured comfort.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-smooth-texture-surface_23-2148495627.jpg" },
+ { title: "Floor Lamp", description: "Sculptural lighting piece.", imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-light-lamp-design_23-2151037552.jpg" },
+ ]}
+ />
+
+
-
-
+
+
-
-
+ tag="OUR IMPACT"
+ title="Defining Quality Standards"
+ description="Numbers speak to our commitment."
+ metrics={[
+ { value: "500+", description: "Happy Families" },
+ { value: "15", description: "Years Experience" },
+ { value: "20+", description: "Global Brands" },
+ { value: "100%", description: "Ethically Sourced" },
+ ]}
+ />
+
+
-
-
+
+
-
-
+ tag="CLIENT VOICES"
+ title="Luxury Living Confirmed"
+ description="See why homeowners trust us."
+ testimonials={[
+ { name: "Elena R.", role: "Architect", company: "Design Studio", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cool-woman-winking-showing-big-thumbs-up-pretty-girl-black-jacket-widely-smiling-looking-into-camera-isolated-background_197531-18491.jpg" },
+ { name: "Mark S.", role: "Founder", company: "Startup XYZ", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-architectural-designer-enjoying-work-process_1262-18386.jpg" },
+ { name: "Sarah J.", role: "Director", company: "Marketing Co", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-blond-female-coworker-paper-sheet_23-2148180677.jpg" },
+ { name: "David W.", role: "Creative Lead", company: "Agency Ltd", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17097.jpg" },
+ { name: "Lisa T.", role: "Developer", company: "Tech Labs", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-posing-with-coffee_23-2148452691.jpg" },
+ { name: "Jason K.", role: "Designer", company: "Creative Inc", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/blackman-white-guy-warking-with-laptop-studio-shot_613910-16720.jpg" },
+ ]}
+ />
+
+
-
-
+
+
-
-
+ tag="SUPPORT"
+ title="Need Assistance?"
+ description="Common questions about our furniture."
+ items={[
+ { question: "What is the delivery time?", answer: "Usually 2-4 weeks depending on the item." },
+ { question: "Do you offer custom upholstery?", answer: "Yes, choose from over 50 fabrics." },
+ { question: "Is assembly included?", answer: "Yes, our white-glove service handles it." },
+ { question: "How do I care for my furniture?", answer: "See our maintenance guide per material." },
+ ]}
+ />
+
+
-
>
);
-}
+}
\ No newline at end of file