Update src/app/about/page.tsx
This commit is contained in:
@@ -23,21 +23,21 @@ const AboutPage = () => {
|
||||
id: 1,
|
||||
title: "Family-Run Craftsmanship",
|
||||
description: "Houston Green Landscaping was built on a foundation of quality work, honest relationships, and a commitment to customer satisfaction. Jose, Brian, and the crew take pride in every project.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=plrfvb&_wi=3",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=plrfvb",
|
||||
imageAlt: "Houston Green Landscaping team at work",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "10+ Years of Houston Experience",
|
||||
description: "With over a decade of landscaping experience across Houston neighborhoods, we understand local soil, drainage, weather patterns, and plants that thrive. We know what works here.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=plrfvb&_wi=4",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=plrfvb",
|
||||
imageAlt: "Professional landscaping expertise",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Responsive & Reliable",
|
||||
description: "We return calls within 24 hours, show up on time, communicate clearly throughout projects, and stand behind our work. Your yard is important to us.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=plrfvb&_wi=5",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=plrfvb",
|
||||
imageAlt: "Reliable service and professionalism",
|
||||
},
|
||||
];
|
||||
@@ -93,7 +93,7 @@ const AboutPage = () => {
|
||||
<MediaAbout
|
||||
title="A Houston Landscaping Team Built on Trust"
|
||||
description="Houston Green Landscaping has earned its reputation one project at a time through honest work, responsive service, and consistently strong results. Customers return for new projects, ongoing maintenance, tree work, drainage, sod, fencing, and more because they know they're working with a team that cares about the outcome. With years of experience serving Houston properties, Jose, Brian, and the crew understand how to create landscapes that not only look great, but hold up in the local climate."
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=plrfvb&_wi=6"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=plrfvb"
|
||||
imageAlt="Houston Green Landscaping team at work"
|
||||
useInvertedBackground={false}
|
||||
tag="Family-Run Service"
|
||||
@@ -117,7 +117,7 @@ const AboutPage = () => {
|
||||
useInvertedBackground={true}
|
||||
features={teamFeatures}
|
||||
tag="Our Values"
|
||||
tagIcon={CheckCircle}
|
||||
tagIcon="CheckCircle"
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user