From a707293520fcb304ead29f67871c5f6f05843546 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 18:24:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 75e97bb..8a4633a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,13 +60,13 @@ export default function LandingPage() { textboxLayout="default" gridVariant="three-columns-all-equal-width" useInvertedBackground={false} + buttons={[{ text: "View Full Catalog", href: "#" }]} 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: "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: "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: "4", name: "Team Jackets", price: "$65", variant: "Apparel", imageSrc: "http://img.b2bpic.net/free-photo/teenage-boy-with-skateboard_23-2148478707.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: "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" } + { id: "1", name: "Custom Apparel", price: "Custom", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E8VXjm9jV57P9AluyNt4nVvYCk/uploaded-1779560629764-n0ti8f5z.jpg" }, + { id: "2", name: "Premium Wear", price: "Custom", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E8VXjm9jV57P9AluyNt4nVvYCk/uploaded-1779560629764-iv258qc5.jpg" }, + { id: "3", name: "Team Collection", price: "Custom", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E8VXjm9jV57P9AluyNt4nVvYCk/uploaded-1779560629764-w2ytsstu.jpg" }, + { id: "4", name: "Professional Series", price: "Custom", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E8VXjm9jV57P9AluyNt4nVvYCk/uploaded-1779560629764-mi6iez51.jpg" }, + { id: "5", name: "Lifestyle Gear", price: "Custom", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E8VXjm9jV57P9AluyNt4nVvYCk/uploaded-1779560629764-k14uv0i1.jpg" } ]} title="Our Products" description="Explore our high-quality custom apparel and merchandise range." @@ -164,4 +164,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1