From 5b7e7f743a5ecc4ec876989255c4e9683ca19f8f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 22:00:12 +0000 Subject: [PATCH] Update src/app/materials/page.tsx --- src/app/materials/page.tsx | 42 ++++++++------------------------------ 1 file changed, 8 insertions(+), 34 deletions(-) diff --git a/src/app/materials/page.tsx b/src/app/materials/page.tsx index 65ba941..d5b36ec 100644 --- a/src/app/materials/page.tsx +++ b/src/app/materials/page.tsx @@ -56,7 +56,7 @@ export default function MaterialsPage() { borderRadius="pill" contentWidth="small" sizing="mediumLargeSizeLargeTitles" - background="floatingGradient" + background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="primary-glow" secondaryButtonStyle="solid" @@ -67,9 +67,7 @@ export default function MaterialsPage() { navItems={navItems} brandName="Granite House" button={{ - text: "Call Now", - href: "tel:01772440888", - }} + text: "Call Now", href: "tel:01772440888"}} /> @@ -82,26 +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?_wi=2", - 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", 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?_wi=2", - 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", 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?_wi=2", - 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", imageAlt: "Marble slab detail"}, ]} gridVariant="three-columns-all-equal-width" textboxLayout="default" @@ -116,22 +99,13 @@ export default function MaterialsPage() { description="Key properties to help you choose the right stone for your project." metrics={[ { - id: "1", - value: "Natural", - title: "Granite", - items: ["Heat resistant", "Durable", "Requires sealing", "Premium finish"], + id: "1", value: "Natural", title: "Granite", items: ["Heat resistant", "Durable", "Requires sealing", "Premium finish"], }, { - id: "2", - value: "Engineered", - title: "Quartz", - items: ["Low maintenance", "Stain resistant", "Consistent design", "Modern look"], + id: "2", value: "Engineered", title: "Quartz", items: ["Low maintenance", "Stain resistant", "Consistent design", "Modern look"], }, { - id: "3", - value: "Natural", - title: "Marble", - items: ["Luxurious appeal", "Elegant veining", "Requires care", "Statement piece"], + id: "3", value: "Natural", title: "Marble", items: ["Luxurious appeal", "Elegant veining", "Requires care", "Statement piece"], }, ]} textboxLayout="default"