Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e9c36ea0ed | |||
| f24d1b4bcb | |||
| f361da7513 | |||
| 30c1558d48 |
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user