Update src/app/bathroom-showroom/page.tsx
This commit is contained in:
@@ -52,9 +52,9 @@ export default function BathroomShowroomPage() {
|
||||
{ id: "1", name: "Freestanding Soaking Tubs", price: "From $1,200", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-male-self-care-setting-still-life_23-2150326544.jpg?_wi=3", imageAlt: "Luxury soaking tub" },
|
||||
{ id: "2", name: "Walk-in Shower Systems", price: "From $800", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-male-self-care-setting-still-life_23-2150326544.jpg?_wi=4", imageAlt: "Modern shower system" },
|
||||
{ id: "3", name: "Double Vanities", price: "From $950", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-male-self-care-setting-still-life_23-2150326544.jpg?_wi=5", imageAlt: "Double vanity" },
|
||||
{ id: "4", name: "Vessel Sinks", price: "From $300", imageSrc: "https://images.unsplash.com/photo-1552321554-5fefe8c9ef14?w=500&h=500&fit=crop", imageAlt: "Vessel sink" },
|
||||
{ id: "5", name: "Premium Faucet Sets", price: "From $500", imageSrc: "https://images.unsplash.com/photo-1556228578-8c89e6adf883?w=500&h=500&fit=crop", imageAlt: "Premium faucet" },
|
||||
{ id: "6", name: "Heated Towel Racks", price: "From $250", imageSrc: "https://images.unsplash.com/photo-1552321554-5fefe8c9ef14?w=500&h=500&fit=crop", imageAlt: "Towel rack" },
|
||||
{ id: "4", name: "Vessel Sinks", price: "From $300", imageSrc: "https://images.unsplash.com/photo-1552321554-5fefe8c9ef14?w=500&h=500&fit=crop&_wi=5", imageAlt: "Vessel sink" },
|
||||
{ id: "5", name: "Premium Faucet Sets", price: "From $500", imageSrc: "https://images.unsplash.com/photo-1556228578-8c89e6adf883?w=500&h=500&fit=crop&_wi=3", imageAlt: "Premium faucet" },
|
||||
{ id: "6", name: "Heated Towel Racks", price: "From $250", imageSrc: "https://images.unsplash.com/photo-1552321554-5fefe8c9ef14?w=500&h=500&fit=crop&_wi=6", imageAlt: "Towel rack" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user