Update src/app/materials/page.tsx
This commit is contained in:
@@ -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"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user