Update src/app/showroom/page.tsx

This commit is contained in:
2026-03-02 22:00:13 +00:00
parent 0b1021232a
commit 56cef1e798

View File

@@ -56,7 +56,7 @@ export default function ShowroomPage() {
borderRadius="pill" borderRadius="pill"
contentWidth="small" contentWidth="small"
sizing="mediumLargeSizeLargeTitles" sizing="mediumLargeSizeLargeTitles"
background="floatingGradient" background="circleGradient"
cardStyle="gradient-radial" cardStyle="gradient-radial"
primaryButtonStyle="primary-glow" primaryButtonStyle="primary-glow"
secondaryButtonStyle="solid" secondaryButtonStyle="solid"
@@ -67,9 +67,7 @@ export default function ShowroomPage() {
navItems={navItems} navItems={navItems}
brandName="Granite House" brandName="Granite House"
button={{ button={{
text: "Call Now", text: "Call Now", href: "tel:01772440888"}}
href: "tel:01772440888",
}}
/> />
</div> </div>
@@ -82,26 +80,11 @@ export default function ShowroomPage() {
tagAnimation="slide-up" tagAnimation="slide-up"
features={[ features={[
{ {
id: "01", id: "01", title: "Extensive Sample Collection", description: "View hundreds of granite, quartz, marble, and porcelain samples in natural lighting.", imageSrc: "http://img.b2bpic.net/free-photo/backdrop-decor-tracery-tile-texture_1253-849.jpg", imageAlt: "Stone sample collection"},
title: "Extensive Sample Collection",
description: "View hundreds of granite, quartz, marble, and porcelain samples in natural lighting.",
imageSrc: "http://img.b2bpic.net/free-photo/backdrop-decor-tracery-tile-texture_1253-849.jpg?_wi=4",
imageAlt: "Stone sample collection",
},
{ {
id: "02", id: "02", title: "Expert Consultations", description: "Our experienced team is available to discuss your project, offer design advice, and provide free quotes.", imageSrc: "http://img.b2bpic.net/free-photo/business-meeting-cafe_53876-15162.jpg", imageAlt: "Expert consultation area"},
title: "Expert Consultations",
description: "Our experienced team is available to discuss your project, offer design advice, and provide free quotes.",
imageSrc: "http://img.b2bpic.net/free-photo/business-meeting-cafe_53876-15162.jpg?_wi=3",
imageAlt: "Expert consultation area",
},
{ {
id: "03", id: "03", title: "CAD Design Services", description: "Visualize your worktop design with our advanced CAD technology before fabrication.", imageSrc: "http://img.b2bpic.net/free-photo/center-cooktop-blue-modules-stone-backdrop_169016-69293.jpg", imageAlt: "Design consultation"},
title: "CAD Design Services",
description: "Visualize your worktop design with our advanced CAD technology before fabrication.",
imageSrc: "http://img.b2bpic.net/free-photo/center-cooktop-blue-modules-stone-backdrop_169016-69293.jpg?_wi=3",
imageAlt: "Design consultation",
},
]} ]}
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
textboxLayout="default" textboxLayout="default"
@@ -116,22 +99,13 @@ export default function ShowroomPage() {
description="Plan your visit to our Preston showroom with convenient hours and easy access." description="Plan your visit to our Preston showroom with convenient hours and easy access."
metrics={[ metrics={[
{ {
id: "1", id: "1", value: "Strand Rd", title: "Preston PR1 8XL", items: ["Easy parking available", "Accessible location", "Map directions online"],
value: "Strand Rd",
title: "Preston PR1 8XL",
items: ["Easy parking available", "Accessible location", "Map directions online"],
}, },
{ {
id: "2", id: "2", value: "Mon-Fri", title: "9:00 AM - 5:00 PM", items: ["Saturday 10:00-4:00", "Closed Sundays", "Book appointment for flexibility"],
value: "Mon-Fri",
title: "9:00 AM - 5:00 PM",
items: ["Saturday 10:00-4:00", "Closed Sundays", "Book appointment for flexibility"],
}, },
{ {
id: "3", id: "3", value: "Expert", title: "Team Available", items: ["Design consultations", "Material guidance", "Quote preparation"],
value: "Expert",
title: "Team Available",
items: ["Design consultations", "Material guidance", "Quote preparation"],
}, },
]} ]}
textboxLayout="default" textboxLayout="default"