Update src/app/page.tsx

This commit is contained in:
2026-06-10 19:18:09 +00:00
parent cd1446db0a
commit d602e289bd

View File

@@ -50,7 +50,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroOverlay
title="Professional Pressure Washing in Essex Junction, VT"
description="Make your home shine again with fast, affordable exterior cleaning from Green Mountain Washing. We treat your home like our own!"
description="Restore your home's curb appeal effortlessly with our trusted, local pressure washing services."
buttons={[
{
text: "Get Free Estimate", href: "/contact"},
@@ -174,7 +174,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/impressed-girl-admiring-great-music-taste-friend-showing-thumbs-up-smiling-excited-astoni_1258-142264.jpg", imageAlt: "David Kim"},
{
id: "5", name: "Jennifer & Robert Lee", role: "Homeowners", company: "Essex Junction", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/angry-housewife-standing-crossed-hands-holding-sponge-with-detergent-standing-near-her-happy-husband-who-is-rejoicing-finishing-his-work-couple-going-spring-cleaning-their-house-isolated_273609-7767.jpg", imageAlt: "Jennifer and Robert Lee"},
imageSrc: "http://img.b2bpic.net/free-photo/angry-housewife-standing-crossed-hands-holding-sponge-with-detergent-with-detergent-standing-near-her-happy-husband-who-is-rejoicing-finishing-his-work-couple-going-spring-cleaning-their-house-isolated_273609-7767.jpg", alt: "Jennifer and Robert Lee"},
]}
title="What Our Neighbors Say"
description="Our local customers in Essex Junction trust us for outstanding results and friendly service. We're proud to be 5-star rated!"
@@ -233,4 +233,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}