From 56cef1e7982c51036b53db6608347bcf15df6deb Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 22:00:13 +0000 Subject: [PATCH] Update src/app/showroom/page.tsx --- src/app/showroom/page.tsx | 42 ++++++++------------------------------- 1 file changed, 8 insertions(+), 34 deletions(-) diff --git a/src/app/showroom/page.tsx b/src/app/showroom/page.tsx index 298ba46..76a9630 100644 --- a/src/app/showroom/page.tsx +++ b/src/app/showroom/page.tsx @@ -56,7 +56,7 @@ export default function ShowroomPage() { 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 ShowroomPage() { 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 ShowroomPage() { tagAnimation="slide-up" features={[ { - 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?_wi=4", - imageAlt: "Stone sample collection", - }, + 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"}, { - 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?_wi=3", - imageAlt: "Expert consultation area", - }, + 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"}, { - 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?_wi=3", - imageAlt: "Design consultation", - }, + 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"}, ]} gridVariant="three-columns-all-equal-width" textboxLayout="default" @@ -116,22 +99,13 @@ export default function ShowroomPage() { description="Plan your visit to our Preston showroom with convenient hours and easy access." metrics={[ { - id: "1", - value: "Strand Rd", - title: "Preston PR1 8XL", - items: ["Easy parking available", "Accessible location", "Map directions online"], + id: "1", value: "Strand Rd", title: "Preston PR1 8XL", items: ["Easy parking available", "Accessible location", "Map directions online"], }, { - id: "2", - value: "Mon-Fri", - title: "9:00 AM - 5:00 PM", - items: ["Saturday 10:00-4:00", "Closed Sundays", "Book appointment for flexibility"], + id: "2", value: "Mon-Fri", title: "9:00 AM - 5:00 PM", items: ["Saturday 10:00-4:00", "Closed Sundays", "Book appointment for flexibility"], }, { - id: "3", - value: "Expert", - title: "Team Available", - items: ["Design consultations", "Material guidance", "Quote preparation"], + id: "3", value: "Expert", title: "Team Available", items: ["Design consultations", "Material guidance", "Quote preparation"], }, ]} textboxLayout="default"