Update src/app/products/page.tsx

This commit is contained in:
2026-03-06 22:46:59 +00:00
parent 2c9a284983
commit 48a1b8894c

View File

@@ -49,49 +49,49 @@ export default function ProductsPage() {
id: "beds",
name: "Beds",
price: "From ฿3,500",
imageSrc: "http://img.b2bpic.net/free-photo/bed-with-nightstand-pendant-lamp-showroom-styled-bedroom_169016-71049.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/bed-with-nightstand-pendant-lamp-showroom-styled-bedroom_169016-71049.jpg?_wi=2",
imageAlt: "Beds collection",
},
{
id: "wardrobes",
name: "Wardrobes",
price: "From ฿5,000",
imageSrc: "http://img.b2bpic.net/free-photo/bright-wardrobe-with-tall-black-handles-round-mirror-minimal-interior_169016-69452.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/bright-wardrobe-with-tall-black-handles-round-mirror-minimal-interior_169016-69452.jpg?_wi=2",
imageAlt: "Wardrobes collection",
},
{
id: "sofas",
name: "Sofas",
price: "From ฿6,000",
imageSrc: "http://img.b2bpic.net/free-vector/family-parents-living-room-scene_24877-50163.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/family-parents-living-room-scene_24877-50163.jpg?_wi=2",
imageAlt: "Sofas collection",
},
{
id: "dining",
name: "Dining Tables",
price: "From ฿4,500",
imageSrc: "http://img.b2bpic.net/free-photo/table-setting_74190-1957.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/table-setting_74190-1957.jpg?_wi=2",
imageAlt: "Dining tables collection",
},
{
id: "mattresses",
name: "Mattresses",
price: "From ฿2,500",
imageSrc: "http://img.b2bpic.net/free-photo/woman-headphones-lying-near-tablet-with-blank-screen_23-2148095827.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-headphones-lying-near-tablet-with-blank-screen_23-2148095827.jpg?_wi=2",
imageAlt: "Mattresses collection",
},
{
id: "tv-cabinets",
name: "TV Cabinets",
price: "From ฿3,000",
imageSrc: "http://img.b2bpic.net/free-photo/home-entryway-with-modern-furnishing-design_23-2150791155.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/home-entryway-with-modern-furnishing-design_23-2150791155.jpg?_wi=2",
imageAlt: "TV cabinets collection",
},
{
id: "office",
name: "Office Furniture",
price: "From ฿4,000",
imageSrc: "http://img.b2bpic.net/free-photo/home-house-residential-living-concept_53876-120309.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/home-house-residential-living-concept_53876-120309.jpg?_wi=2",
imageAlt: "Office furniture collection",
},
]}
@@ -112,21 +112,21 @@ export default function ProductsPage() {
id: "luxury-bed",
name: "Luxury King Bed",
price: "฿8,500",
imageSrc: "http://img.b2bpic.net/free-photo/bed-with-nightstand-pendant-lamp-showroom-styled-bedroom_169016-71049.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/bed-with-nightstand-pendant-lamp-showroom-styled-bedroom_169016-71049.jpg?_wi=3",
imageAlt: "Luxury king bed",
},
{
id: "premium-sofa",
name: "Premium Leather Sofa",
price: "฿12,000",
imageSrc: "http://img.b2bpic.net/free-vector/family-parents-living-room-scene_24877-50163.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/family-parents-living-room-scene_24877-50163.jpg?_wi=3",
imageAlt: "Premium leather sofa",
},
{
id: "dining-set",
name: "Complete Dining Set",
price: "฿7,500",
imageSrc: "http://img.b2bpic.net/free-photo/table-setting_74190-1957.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/table-setting_74190-1957.jpg?_wi=3",
imageAlt: "Complete dining set",
},
]}