Update src/app/products/page.tsx

This commit is contained in:
2026-03-17 19:36:37 +00:00
parent 87ee80d775
commit 25fe96cb03

View File

@@ -93,7 +93,7 @@ export default function ProductsPage() {
name: "Modern Interior Doors",
price: "From $299",
variant: "Solid Wood & Composite",
imageSrc: "http://img.b2bpic.net/free-photo/home-entranceway-with-furniture-modern-decor_23-2150831862.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/home-entranceway-with-furniture-modern-decor_23-2150831862.jpg?_wi=2",
imageAlt: "Premium interior doors collection",
},
{
@@ -101,7 +101,7 @@ export default function ProductsPage() {
name: "Designer Vanities",
price: "From $599",
variant: "Integrated Sinks Available",
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: "Elegant bathroom vanities",
},
{
@@ -109,7 +109,7 @@ export default function ProductsPage() {
name: "Premium Flooring",
price: "From $399",
variant: "Wood, Tile & Laminate",
imageSrc: "http://img.b2bpic.net/free-photo/modern-empty-room_23-2150528549.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/modern-empty-room_23-2150528549.jpg?_wi=2",
imageAlt: "High-end flooring options",
},
{
@@ -117,7 +117,7 @@ export default function ProductsPage() {
name: "High-End Mirrors",
price: "From $199",
variant: "Modern & Luxury Styles",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-going-art-gallery_23-2149709085.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-going-art-gallery_23-2149709085.jpg?_wi=2",
imageAlt: "Designer mirror collection",
},
]}
@@ -148,37 +148,37 @@ export default function ProductsPage() {
id: "doors",
title: "Interior & Exterior Doors",
description: "Modern, durable, and beautifully designed — our best-selling category.",
imageSrc: "http://img.b2bpic.net/free-photo/modern-styled-entryway_23-2150695815.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/modern-styled-entryway_23-2150695815.jpg?_wi=2",
},
{
id: "vanities",
title: "Bathroom Vanities & Cabinets",
description: "Elegant pieces with high-quality finishes, soft-close hardware, and integrated sinks.",
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-mirror-perfume-wooden-table_23-2148366325.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-mirror-perfume-wooden-table_23-2148366325.jpg?_wi=2",
},
{
id: "sinks",
title: "Sinks & Fixtures",
description: "Premium materials, sleek designs, and long-lasting durability.",
imageSrc: "http://img.b2bpic.net/free-photo/pro-kitchen-sprayer-sleek-sink-stone-backsplash_169016-69285.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pro-kitchen-sprayer-sleek-sink-stone-backsplash_169016-69285.jpg?_wi=2",
},
{
id: "flooring",
title: "Flooring",
description: "Wood, tile, laminate, and more — stylish options for every room.",
imageSrc: "http://img.b2bpic.net/free-photo/empty-chamber-with-textured-walls_1194-6550.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/empty-chamber-with-textured-walls_1194-6550.jpg?_wi=2",
},
{
id: "hardware",
title: "Hardware & Accessories",
description: "Handles, hinges, knobs, rails, and finishing touches.",
imageSrc: "http://img.b2bpic.net/free-photo/crop-hand-pulling-library-drawer_23-2147845895.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/crop-hand-pulling-library-drawer_23-2147845895.jpg?_wi=2",
},
{
id: "decor",
title: "Home Décor",
description: "Mirrors, lighting, wall art, and modern accents.",
imageSrc: "http://img.b2bpic.net/free-photo/interior-designer-working-decoration-project_23-2150334453.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/interior-designer-working-decoration-project_23-2150334453.jpg?_wi=2",
},
]}
gridVariant="bento-grid"