From 8ad238d3310dff29962a37e33f510a6333d58ae6 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 22:01:16 +0000 Subject: [PATCH] Update src/app/materials/page.tsx --- src/app/materials/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/materials/page.tsx b/src/app/materials/page.tsx index d5b36ec..ebaa993 100644 --- a/src/app/materials/page.tsx +++ b/src/app/materials/page.tsx @@ -80,11 +80,11 @@ export default function MaterialsPage() { tagAnimation="slide-up" features={[ { - id: "01", title: "Granite Worktops", description: "Natural igneous rock offering exceptional heat resistance and durability. Perfect for high-traffic kitchens. Requires periodic sealing.", imageSrc: "http://img.b2bpic.net/free-photo/backdrop-decor-tracery-tile-texture_1253-849.jpg", imageAlt: "Granite slab detail"}, + id: "01", title: "Granite Worktops", description: "Natural igneous rock offering exceptional heat resistance and durability. Perfect for high-traffic kitchens. Requires periodic sealing.", imageSrc: "http://img.b2bpic.net/free-photo/backdrop-decor-tracery-tile-texture_1253-849.jpg?_wi=2", imageAlt: "Granite slab detail"}, { - id: "02", title: "Quartz Worktops", description: "Engineered composite material with superior stain resistance and minimal maintenance. Consistent patterns available in countless designs.", imageSrc: "http://img.b2bpic.net/free-photo/dark-plate-juicy-whole-oranges-marble-surface_114579-57338.jpg", imageAlt: "Quartz slab detail"}, + id: "02", title: "Quartz Worktops", description: "Engineered composite material with superior stain resistance and minimal maintenance. Consistent patterns available in countless designs.", imageSrc: "http://img.b2bpic.net/free-photo/dark-plate-juicy-whole-oranges-marble-surface_114579-57338.jpg?_wi=2", imageAlt: "Quartz slab detail"}, { - id: "03", title: "Marble Worktops", description: "Premium natural stone with distinctive veining and elegant aesthetics. Requires regular sealing and careful maintenance for longevity.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-marble-texture-composition_23-2149016754.jpg", imageAlt: "Marble slab detail"}, + id: "03", title: "Marble Worktops", description: "Premium natural stone with distinctive veining and elegant aesthetics. Requires regular sealing and careful maintenance for longevity.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-marble-texture-composition_23-2149016754.jpg?_wi=2", imageAlt: "Marble slab detail"}, ]} gridVariant="three-columns-all-equal-width" textboxLayout="default"