Update src/app/page.tsx

This commit is contained in:
2026-05-14 10:49:52 +00:00
parent f24d1b4bcb
commit e9c36ea0ed

View File

@@ -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."
/>