Update src/app/bathroom-showroom/page.tsx

This commit is contained in:
2026-03-05 23:21:11 +00:00
parent 0a02ccfb9f
commit f695dbc117

View File

@@ -49,12 +49,12 @@ export default function BathroomShowroomPage() {
animationType="slide-up"
gridVariant="three-columns-all-equal-width"
products={[
{ 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", 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", 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", imageAlt: "Double vanity" },
{ id: "4", name: "Vessel Sinks", price: "From $300", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-male-self-care-setting-still-life_23-2150326544.jpg", imageAlt: "Vessel sink" },
{ id: "5", name: "Premium Faucet Sets", price: "From $500", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-male-self-care-setting-still-life_23-2150326544.jpg", imageAlt: "Premium faucet" },
{ id: "6", name: "Heated Towel Racks", price: "From $250", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-male-self-care-setting-still-life_23-2150326544.jpg", imageAlt: "Towel rack" },
{ 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: "http://img.b2bpic.net/free-photo/high-angle-male-self-care-setting-still-life_23-2150326544.jpg?_wi=6", imageAlt: "Vessel sink" },
{ id: "5", name: "Premium Faucet Sets", price: "From $500", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-male-self-care-setting-still-life_23-2150326544.jpg?_wi=7", imageAlt: "Premium faucet" },
{ id: "6", name: "Heated Towel Racks", price: "From $250", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-male-self-care-setting-still-life_23-2150326544.jpg?_wi=8", imageAlt: "Towel rack" },
]}
/>
</div>
@@ -74,7 +74,7 @@ export default function BathroomShowroomPage() {
title: "Spa-Inspired Bathrooms",
subtitle: "Serene, resort-like retreat spaces",
description: "Create a luxurious escape with soaking tubs, rainfall showers, heated floors, and natural stone. Our spa collection brings five-star resort comfort to your home.",
imageSrc: "http://img.b2bpic.net/free-photo/tidy-bathroom-with-shiny-tiles_1203-1501.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/tidy-bathroom-with-shiny-tiles_1203-1501.jpg?_wi=2",
imageAlt: "Spa-style bathroom",
},
{
@@ -83,7 +83,7 @@ export default function BathroomShowroomPage() {
title: "Modern Minimalist Baths",
subtitle: "Clean lines, sleek fixtures",
description: "Achieve modern elegance with our contemporary bathroom fixtures. Integrated storage, chrome finishes, and geometric designs create a fresh, sophisticated look.",
imageSrc: "http://img.b2bpic.net/free-photo/tidy-bathroom-with-shiny-tiles_1203-1501.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/tidy-bathroom-with-shiny-tiles_1203-1501.jpg?_wi=3",
imageAlt: "Modern bathroom",
},
{
@@ -92,7 +92,7 @@ export default function BathroomShowroomPage() {
title: "Timeless Traditional Baths",
subtitle: "Enduring elegance and warmth",
description: "Choose from our traditional bathroom fixtures featuring classic details, rich finishes, and timeless appeal. Perfect for creating a sophisticated, welcoming space.",
imageSrc: "http://img.b2bpic.net/free-photo/tidy-bathroom-with-shiny-tiles_1203-1501.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/tidy-bathroom-with-shiny-tiles_1203-1501.jpg?_wi=4",
imageAlt: "Classic bathroom design",
},
]}