Update src/app/about/page.tsx
This commit is contained in:
@@ -56,7 +56,7 @@ export default function AboutPage() {
|
||||
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 AboutPage() {
|
||||
navItems={navItems}
|
||||
brandName="Granite House"
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:01772440888",
|
||||
}}
|
||||
text: "Call Now", href: "tel:01772440888"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -79,22 +77,13 @@ export default function AboutPage() {
|
||||
description="Award-winning stone craftsmanship with a commitment to quality, reliability, and customer satisfaction."
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "20+",
|
||||
title: "Years of Industry Experience",
|
||||
items: ["Expert team", "Trusted partner", "Proven track record"],
|
||||
id: "1", value: "20+", title: "Years of Industry Experience", items: ["Expert team", "Trusted partner", "Proven track record"],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "1000+",
|
||||
title: "Projects Completed",
|
||||
items: ["Residential", "Commercial", "Diverse styles"],
|
||||
id: "2", value: "1000+", title: "Projects Completed", items: ["Residential", "Commercial", "Diverse styles"],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "365+",
|
||||
title: "5-Star Customer Reviews",
|
||||
items: ["Verified feedback", "Satisfaction guarantee", "Local expertise"],
|
||||
id: "3", value: "365+", title: "5-Star Customer Reviews", items: ["Verified feedback", "Satisfaction guarantee", "Local expertise"],
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -115,26 +104,11 @@ export default function AboutPage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "01",
|
||||
title: "Master Craftsmanship",
|
||||
description: "Every worktop is carefully crafted by experienced professionals with precision and attention to detail.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-works-with-professional-precision-drilling-tool_169016-51824.jpg?_wi=2",
|
||||
imageAlt: "Professional craftsmanship",
|
||||
},
|
||||
id: "01", title: "Master Craftsmanship", description: "Every worktop is carefully crafted by experienced professionals with precision and attention to detail.", imageSrc: "http://img.b2bpic.net/free-photo/carpenter-works-with-professional-precision-drilling-tool_169016-51824.jpg", imageAlt: "Professional craftsmanship"},
|
||||
{
|
||||
id: "02",
|
||||
title: "Premium Materials",
|
||||
description: "We source only the finest natural and engineered stone from trusted suppliers worldwide.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/backdrop-decor-tracery-tile-texture_1253-849.jpg?_wi=3",
|
||||
imageAlt: "Premium stone materials",
|
||||
},
|
||||
id: "02", title: "Premium Materials", description: "We source only the finest natural and engineered stone from trusted suppliers worldwide.", imageSrc: "http://img.b2bpic.net/free-photo/backdrop-decor-tracery-tile-texture_1253-849.jpg", imageAlt: "Premium stone materials"},
|
||||
{
|
||||
id: "03",
|
||||
title: "Local Expertise",
|
||||
description: "Based in Preston for 20+ years, we understand the local market and deliver personalized service.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-meeting-cafe_53876-15162.jpg?_wi=2",
|
||||
imageAlt: "Local Preston showroom",
|
||||
},
|
||||
id: "03", title: "Local Expertise", description: "Based in Preston for 20+ years, we understand the local market and deliver personalized service.", imageSrc: "http://img.b2bpic.net/free-photo/business-meeting-cafe_53876-15162.jpg", imageAlt: "Local Preston showroom"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user