diff --git a/src/app/page.tsx b/src/app/page.tsx index 42a65d6..0137f8e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,7 +86,12 @@ export default function LandingPage() { textboxLayout="default" gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} - products={[]} + products={[ + { id: "p1", name: "Classic Black Sherwani", price: "$450", variant: "Formal", imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-black-sherwani-portrait_23-2149003445.jpg" }, + { id: "p2", name: "Bespoke Velvet Blazer", price: "$320", variant: "Smart Casual", imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-velvet-blazer-fashion-shoot_23-2149003446.jpg" }, + { id: "p3", name: "Embroidered Waistcoat", price: "$180", variant: "Festive", imageSrc: "http://img.b2bpic.net/free-photo/traditional-waistcoat-embroidery-detail_23-2149003447.jpg" }, + { id: "p4", name: "Tailored Linen Suit", price: "$290", variant: "Business", imageSrc: "http://img.b2bpic.net/free-photo/man-in-tailored-linen-suit-summer-vibe_23-2149003448.jpg" } + ]} title="Our Collection" description="Discover a diverse range of attire for formal celebrations and festivities." />