Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8ac798eda1 | |||
| a707293520 | |||
| 3f266758c6 | |||
| c28f558a24 | |||
| 50601b7ef7 |
@@ -60,13 +60,13 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
buttons={[{ text: "View Full Catalog", href: "#" }]}
|
||||||
products={[
|
products={[
|
||||||
{ id: "1", name: "Branded T-Shirts", price: "$25", variant: "Apparel", imageSrc: "http://img.b2bpic.net/free-photo/top-view-t-shirt-painting-still-life_23-2150572730.jpg" },
|
{ id: "1", name: "Custom Apparel", price: "Custom", variant: "Standard", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E8VXjm9jV57P9AluyNt4nVvYCk/uploaded-1779560629764-n0ti8f5z.jpg" },
|
||||||
{ id: "2", name: "Custom Hoodies", price: "$40", variant: "Apparel", imageSrc: "http://img.b2bpic.net/free-photo/young-fit-man-blank-grey-black-hoodie-sweater-posing-front-white-wall-looking-down_346278-1057.jpg" },
|
{ id: "2", name: "Premium Wear", price: "Custom", variant: "Deluxe", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E8VXjm9jV57P9AluyNt4nVvYCk/uploaded-1779560629764-iv258qc5.jpg" },
|
||||||
{ id: "3", name: "Branded Caps", price: "$18", variant: "Accessory", imageSrc: "http://img.b2bpic.net/free-photo/view-composition-with-neatly-arranged-organized-sport-items_23-2150275227.jpg" },
|
{ id: "3", name: "Team Collection", price: "Custom", variant: "Sports", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E8VXjm9jV57P9AluyNt4nVvYCk/uploaded-1779560629764-w2ytsstu.jpg" },
|
||||||
{ id: "4", name: "Team Jackets", price: "$65", variant: "Apparel", imageSrc: "http://img.b2bpic.net/free-photo/teenage-boy-with-skateboard_23-2148478707.jpg" },
|
{ id: "4", name: "Professional Series", price: "Custom", variant: "Work", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E8VXjm9jV57P9AluyNt4nVvYCk/uploaded-1779560629764-mi6iez51.jpg" },
|
||||||
{ id: "5", name: "Corporate Polos", price: "$30", variant: "Apparel", imageSrc: "http://img.b2bpic.net/free-photo/line-green-thread-reels_23-2148212663.jpg" },
|
{ id: "5", name: "Lifestyle Gear", price: "Custom", variant: "Casual", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E8VXjm9jV57P9AluyNt4nVvYCk/uploaded-1779560629764-k14uv0i1.jpg" }
|
||||||
{ id: "6", name: "Custom Beanies", price: "$15", variant: "Accessory", imageSrc: "http://img.b2bpic.net/free-photo/young-funny-beautiful-fair-haired-woman-knited-hat-sweater-smiling-blue_176420-7671.jpg" }
|
|
||||||
]}
|
]}
|
||||||
title="Our Products"
|
title="Our Products"
|
||||||
description="Explore our high-quality custom apparel and merchandise range."
|
description="Explore our high-quality custom apparel and merchandise range."
|
||||||
@@ -164,4 +164,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user