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