4 Commits

Author SHA1 Message Date
e9c36ea0ed Update src/app/page.tsx 2026-05-14 10:49:52 +00:00
f24d1b4bcb Merge version_3 into main
Merge version_3 into main
2026-05-14 10:48:20 +00:00
f361da7513 Update src/app/page.tsx 2026-05-14 10:48:17 +00:00
30c1558d48 Merge version_2 into main
Merge version_2 into main
2026-05-14 10:46:01 +00:00

View File

@@ -86,7 +86,12 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
gridVariant="four-items-2x2-equal-grid" gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false} 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" title="Our Collection"
description="Discover a diverse range of attire for formal celebrations and festivities." description="Discover a diverse range of attire for formal celebrations and festivities."
/> />
@@ -131,6 +136,9 @@ export default function LandingPage() {
textarea={{ name: "inquiry", placeholder: "How can we help?", rows: 4, required: true }} textarea={{ name: "inquiry", placeholder: "How can we help?", rows: 4, required: true }}
useInvertedBackground={false} useInvertedBackground={false}
buttonText="Submit Inquiry" buttonText="Submit Inquiry"
imageSrc="http://img.b2bpic.net/free-photo/modern-mens-boutique-interior_23-2149123456.jpg"
imageAlt="Modern mens boutique"
mediaAnimation="blur-reveal"
mediaPosition="right" mediaPosition="right"
/> />
</div> </div>