diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx
index 3d7b565..20993cf 100644
--- a/src/pages/HomePage.tsx
+++ b/src/pages/HomePage.tsx
@@ -10,203 +10,111 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function HomePage() {
return (
<>
-
-
+
+
-
-
+ title="Elegance in Every Stitch"
+ description="Discover premium curtains and bespoke textiles crafted for your home in Erbil. Transforming windows into statements of art."
+ avatarsSrc={[]}
+ avatarText=""
+ names={[]}
+ primaryButton={{
+ text: "View Collection", href: "#products"}}
+ secondaryButton={{
+ text: "Contact Us", href: "#contact"}}
+ imageSrc="http://img.b2bpic.net/free-photo/beautiful-woman-stands-with-bouquet-hanging-laundry-room_8353-7845.jpg"
+ />
+
+
-
-
+
+ title="Decades of Craftsmanship"
+ descriptions={[
+ "Founded with a passion for quality and design, our shop in Erbil has been serving homeowners with premium drapery solutions for years.", "Every piece we create is a result of meticulous attention to detail, sourcing the finest fabrics to ensure your curtains are as durable as they are beautiful."]}
+ primaryButton={{
+ text: "Visit Our Shop", href: "#contact"}}
+ />
+
+
-
-
+
+
-
-
+ tag="Our Curtains"
+ title="Exquisite Fabric Selection"
+ description="Browse our curated categories, from modern minimalism to timeless classics and functional blackout solutions."
+ items={[
+ { title: "Modern Curtains", description: "Sleek lines for a contemporary look.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-velvet-couch-room-pillows_1203-4465.jpg", href: "#products" },
+ { title: "Classic Designs", description: "Timeless elegance for traditional interiors.", imageSrc: "http://img.b2bpic.net/free-photo/set-multi-colored-dense-fabrics-uniform-texture-choice-materials-different-colors_169016-16091.jpg", href: "#products" },
+ { title: "Blackout Drapes", description: "Complete light control for your comfort.", imageSrc: "http://img.b2bpic.net/free-photo/stacked-aesthetic-objects-still-life_23-2150230629.jpg", href: "#products" },
+ { title: "Luxury Silks", description: "Premium finish with a soft touch.", imageSrc: "http://img.b2bpic.net/free-photo/blue-fabric-motion-texture-background_53876-101316.jpg", href: "#products" },
+ { title: "Natural Linens", description: "Organic texture for an airy feel.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-white-cloth-fabric_23-2148827141.jpg", href: "#products" },
+ { title: "Sheer Fabrics", description: "Light, filtered privacy at its best.", imageSrc: "http://img.b2bpic.net/free-photo/creative-background-with-curtain-shadow-from-window_23-2149657547.jpg", href: "#products" },
+ { title: "Patterned Prints", description: "Bold designs that capture attention.", imageSrc: "http://img.b2bpic.net/free-photo/room-interior-with-curtains-blinds-sunny-weather_169016-27475.jpg", href: "#products" },
+ ]}
+ />
+
+
-
-
+
+
-
-
+ tag="Why Us"
+ title="The Silk & Stitch Standard"
+ description="Providing more than just curtains, we deliver a complete window styling service."
+ items={[
+ { title: "Precise Measurements", description: "Ensuring a perfect fit for any window frame.", imageSrc: "http://img.b2bpic.net/free-photo/sewing-tape-measure-with-scissors_23-2148145906.jpg" },
+ { title: "Professional Installation", description: "Hassle-free setup for a flawless look.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-carpenter-working-with-experienced-man_329181-15697.jpg" },
+ { title: "Care Advice", description: "Expert tips to maintain your fabric quality.", imageSrc: "http://img.b2bpic.net/free-photo/transparent-water-drops-brown-feather-surface_23-2148114548.jpg" },
+ ]}
+ />
+
+
-
-
+
+
-
-
+ tag="Happy Homeowners"
+ title="What Our Clients Say"
+ description="Read why our customers choose Silk & Stitch for their home window treatments."
+ testimonials={[
+ { name: "Sarah Ahmed", role: "Designer", quote: "The most elegant curtains I've seen in Erbil.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-doing-pillow-fight-with-her-husband-home_23-2147966409.jpg" },
+ { name: "Karam J.", role: "Homeowner", quote: "Excellent service and stunning fabric selection.", imageSrc: "http://img.b2bpic.net/free-photo/creative-view-hands-with-curtains-shadows-from-window_23-2149657483.jpg" },
+ { name: "Layla Hassan", role: "Consultant", quote: "Professional installation and beautiful final results.", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-couple-standing-together-doing-ok-gesture-with-hand-smiling-eye-looking-through-fingers-with-happy-face_839833-32832.jpg" },
+ { name: "Omar Khalil", role: "Architect", quote: "My clients are always impressed by their textiles.", imageSrc: "http://img.b2bpic.net/free-photo/bride-is-dressed-silky-nightwear-is-sitting-near-window-holding-wedding-bouquet-wedding-dress-is-hanging-lamp_8353-11239.jpg" },
+ { name: "Nadia R.", role: "Boutique Owner", quote: "Incredible durability, even after years of use.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-towel-smokes-cigarette-reads-newspaper_1153-4067.jpg" },
+ ]}
+ />
+
+
-
-
+
+
-
-
+ tag="FAQs"
+ title="Common Questions"
+ description="Get quick answers to your questions about fabrics and service."
+ items={[
+ { question: "Do you offer home installation?", answer: "Yes, we provide full installation services across Erbil." },
+ { question: "How do I choose the right fabric?", answer: "Our specialists help you select based on your home lighting and decor style." },
+ { question: "Are your blackout curtains 100% effective?", answer: "They offer maximum light obstruction, keeping your space cool and dark." },
+ ]}
+ />
+
+
-
>
);
}