From aef6dcdc1ed01d6c63d26e0fb684dde83901ddcf Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 15:22:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d150f0d..5b4a617 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -125,17 +125,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", name: "Mid-Century Armchair", price: "$899", imageSrc: "http://img.b2bpic.net/free-photo/empty-modern-room-with-furniture_23-2149178353.jpg"}, + id: "p1", name: "Mid-Century Armchair", price: "$899", imageSrc: "http://img.b2bpic.net/free-photo/empty-modern-room-with-furniture_23-2149178353.jpg", priceButtonProps: { text: "View Details" }}, { - id: "p2", name: "Oak Dining Table", price: "$1,499", imageSrc: "http://img.b2bpic.net/free-photo/mid-century-modern-dining-room-with-wooden-furniture_23-2152001396.jpg"}, + id: "p2", name: "Oak Dining Table", price: "$1,499", imageSrc: "http://img.b2bpic.net/free-photo/mid-century-modern-dining-room-with-wooden-furniture_23-2152001396.jpg", priceButtonProps: { text: "View Details" }}, { - id: "p3", name: "Velvet Sofa", price: "$2,299", imageSrc: "http://img.b2bpic.net/free-photo/isolated-confident-serious-young-man-with-trimmed-mustache-thick-beard-sitting-yellow-armchair-keeping-arms-folded-expressing-negativity-reluctancy-dissatisfaction_343059-1661.jpg"}, + id: "p3", name: "Velvet Sofa", price: "$2,299", imageSrc: "http://img.b2bpic.net/free-photo/isolated-confident-serious-young-man-with-trimmed-mustache-thick-beard-sitting-yellow-armchair-keeping-arms-folded-expressing-negativity-reluctancy-dissatisfaction_343059-1661.jpg", priceButtonProps: { text: "View Details" }}, { - id: "p4", name: "Minimalist Coffee Table", price: "$450", imageSrc: "http://img.b2bpic.net/free-photo/view-room-decor-made-up-frame-plates_23-2149308905.jpg"}, + id: "p4", name: "Minimalist Coffee Table", price: "$450", imageSrc: "http://img.b2bpic.net/free-photo/view-room-decor-made-up-frame-plates_23-2149308905.jpg", priceButtonProps: { text: "View Details" }}, { - id: "p5", name: "Linen Bed Frame", price: "$1,299", imageSrc: "http://img.b2bpic.net/free-photo/still-life-shoe-rack-indoors_23-2150960708.jpg"}, + id: "p5", name: "Linen Bed Frame", price: "$1,299", imageSrc: "http://img.b2bpic.net/free-photo/still-life-shoe-rack-indoors_23-2150960708.jpg", priceButtonProps: { text: "View Details" }}, { - id: "p6", name: "Walnut Dresser", price: "$950", imageSrc: "http://img.b2bpic.net/free-photo/home-entryway-with-modern-furnishing-design_23-2150791108.jpg"}, + id: "p6", name: "Walnut Dresser", price: "$950", imageSrc: "http://img.b2bpic.net/free-photo/home-entryway-with-modern-furnishing-design_23-2150791108.jpg", priceButtonProps: { text: "View Details" }}, ]} title="Our Collection" description="Browse our latest arrivals in premium furniture." -- 2.49.1