Merge version_4 into main #3

Merged
bender merged 1 commits from version_4 into main 2026-04-21 15:22:09 +00:00

View File

@@ -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."