Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-04-05 17:08:21 +00:00
2 changed files with 14 additions and 14 deletions

View File

@@ -57,37 +57,37 @@ export default function LandingPage() {
id: "1",
name: "Nordic Sofa",
price: "$1,200",
imageSrc: "http://img.b2bpic.net/free-photo/elegant-wooden-bentwood-chair-gray-surface_23-2152002517.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/elegant-wooden-bentwood-chair-gray-surface_23-2152002517.jpg?_wi=3",
},
{
id: "2",
name: "Oak Chair",
price: "$350",
imageSrc: "http://img.b2bpic.net/free-photo/modern-3d-lighting-lamp-design_23-2151047620.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/modern-3d-lighting-lamp-design_23-2151047620.jpg?_wi=3",
},
{
id: "3",
name: "Minimal Coffee Table",
price: "$450",
imageSrc: "http://img.b2bpic.net/free-photo/creative-fengshui-practice-bedroom-arrangement_23-2149135755.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/creative-fengshui-practice-bedroom-arrangement_23-2149135755.jpg?_wi=2",
},
{
id: "4",
name: "Cloud Bed",
price: "$1,800",
imageSrc: "http://img.b2bpic.net/free-photo/home-interior-gray-wall-background-with-beige-velvet-armchair-wooden-floor_158538-5073.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/home-interior-gray-wall-background-with-beige-velvet-armchair-wooden-floor_158538-5073.jpg?_wi=2",
},
{
id: "5",
name: "Modern Dresser",
price: "$600",
imageSrc: "http://img.b2bpic.net/free-photo/scandinavian-style-sideboard-with-chair_53876-105829.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/scandinavian-style-sideboard-with-chair_53876-105829.jpg?_wi=2",
},
{
id: "6",
name: "Ambient Lamp",
price: "$250",
imageSrc: "http://img.b2bpic.net/free-photo/modern-cube-light-fixture-wall_23-2152007080.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/modern-cube-light-fixture-wall_23-2152007080.jpg?_wi=2",
},
]}
title="Full Catalog"

View File

@@ -137,37 +137,37 @@ export default function LandingPage() {
id: "1",
name: "Nordic Sofa",
price: "$1,200",
imageSrc: "http://img.b2bpic.net/free-photo/elegant-wooden-bentwood-chair-gray-surface_23-2152002517.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/elegant-wooden-bentwood-chair-gray-surface_23-2152002517.jpg?_wi=1",
},
{
id: "2",
name: "Oak Chair",
price: "$350",
imageSrc: "http://img.b2bpic.net/free-photo/modern-3d-lighting-lamp-design_23-2151047620.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/modern-3d-lighting-lamp-design_23-2151047620.jpg?_wi=1",
},
{
id: "3",
name: "Minimal Coffee Table",
price: "$450",
imageSrc: "http://img.b2bpic.net/free-photo/creative-fengshui-practice-bedroom-arrangement_23-2149135755.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/creative-fengshui-practice-bedroom-arrangement_23-2149135755.jpg?_wi=1",
},
{
id: "4",
name: "Cloud Bed",
price: "$1,800",
imageSrc: "http://img.b2bpic.net/free-photo/home-interior-gray-wall-background-with-beige-velvet-armchair-wooden-floor_158538-5073.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/home-interior-gray-wall-background-with-beige-velvet-armchair-wooden-floor_158538-5073.jpg?_wi=1",
},
{
id: "5",
name: "Modern Dresser",
price: "$600",
imageSrc: "http://img.b2bpic.net/free-photo/scandinavian-style-sideboard-with-chair_53876-105829.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/scandinavian-style-sideboard-with-chair_53876-105829.jpg?_wi=1",
},
{
id: "6",
name: "Ambient Lamp",
price: "$250",
imageSrc: "http://img.b2bpic.net/free-photo/modern-cube-light-fixture-wall_23-2152007080.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/modern-cube-light-fixture-wall_23-2152007080.jpg?_wi=1",
},
]}
title="Featured Collection"
@@ -187,13 +187,13 @@ export default function LandingPage() {
id: "f1",
title: "Ergonomic Design",
description: "Comfort at its finest.",
imageSrc: "http://img.b2bpic.net/free-photo/elegant-wooden-bentwood-chair-gray-surface_23-2152002517.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/elegant-wooden-bentwood-chair-gray-surface_23-2152002517.jpg?_wi=2",
},
{
id: "f2",
title: "Eco-Friendly",
description: "Kind to our planet.",
imageSrc: "http://img.b2bpic.net/free-photo/modern-3d-lighting-lamp-design_23-2151047620.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/modern-3d-lighting-lamp-design_23-2151047620.jpg?_wi=2",
},
]}
/>