From 12604d0ccf2b29433524480c7b8e186cfa0781a3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 15:57:47 +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 aee1d1a..82a8c71 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,12 +88,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { id: "p1", name: "Luxury Notebook", price: "$85.00", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-tube-product-with-gift-box-balloons-black-background_187299-46830.jpg" }, - { id: "p2", name: "Executive Pen", price: "$120.00", imageSrc: "http://img.b2bpic.net/free-photo/thimble-silk-high-angle_23-2148897940.jpg" }, - { id: "p3", name: "Leather Portfolio", price: "$250.00", imageSrc: "http://img.b2bpic.net/free-photo/model-career-kit-still-life_23-2150217992.jpg" }, - { id: "p4", name: "Corporate Briefcase", price: "$450.00", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176149.jpg" }, - { id: "p5", name: "Desktop Organizer", price: "$195.00", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-thimble-silk_23-2148897938.jpg" }, - { id: "p6", name: "Office Tech Set", price: "$320.00", imageSrc: "http://img.b2bpic.net/free-photo/fashion-details-accessories-elegant-woman-dressed-blue-suit_285396-7924.jpg" }, + { id: "p1", name: "Luxury Notebook", price: "$85.00", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-tube-product-with-gift-box-balloons-black-background_187299-46830.jpg", priceButtonProps: { text: "Purchase" } }, + { id: "p2", name: "Executive Pen", price: "$120.00", imageSrc: "http://img.b2bpic.net/free-photo/thimble-silk-high-angle_23-2148897940.jpg", priceButtonProps: { text: "Purchase" } }, + { id: "p3", name: "Leather Portfolio", price: "$250.00", imageSrc: "http://img.b2bpic.net/free-photo/model-career-kit-still-life_23-2150217992.jpg", priceButtonProps: { text: "Purchase" } }, + { id: "p4", name: "Corporate Briefcase", price: "$450.00", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176149.jpg", priceButtonProps: { text: "Inquire" } }, + { id: "p5", name: "Desktop Organizer", price: "$195.00", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-thimble-silk_23-2148897938.jpg", priceButtonProps: { text: "Purchase" } }, + { id: "p6", name: "Office Tech Set", price: "$320.00", imageSrc: "http://img.b2bpic.net/free-photo/fashion-details-accessories-elegant-woman-dressed-blue-suit_285396-7924.jpg", priceButtonProps: { text: "Inquire" } }, ]} title="Our Collection" description="Explore our premium selection of curated brand items." @@ -167,4 +167,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1