2 Commits

Author SHA1 Message Date
042e2666bf Update src/app/page.tsx 2026-04-22 22:13:39 +00:00
2bc5c7d30f Merge version_2 into main
Merge version_2 into main
2026-04-22 22:10:03 +00:00

View File

@@ -56,7 +56,7 @@ export default function LandingPage() {
background={{ background={{
variant: "gradient-bars"}} variant: "gradient-bars"}}
title="Your property, always at its finest" title="Your property, always at its finest"
description="Stonewood handles every season — from lush summer landscapes to reliable winter snow clearing — so you never worry about your property again." description="Experience year-round worry-free property management. From professional landscaping to reliable snow clearing, we handle the details so you don't have to."
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/young-woman-with-beautiful-blond-hair-gentle-smile-dressed-green-robe-with-belt-is-working-greenhouse_197531-12316.jpg", alt: "Client 1"}, src: "http://img.b2bpic.net/free-photo/young-woman-with-beautiful-blond-hair-gentle-smile-dressed-green-robe-with-belt-is-working-greenhouse_197531-12316.jpg", alt: "Client 1"},
@@ -201,4 +201,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }