diff --git a/src/app/page.tsx b/src/app/page.tsx index 8fa39e1..8e46031 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { { src: "http://img.b2bpic.net/free-photo/cleaning-city-lawn-from-paper-rubbish_1262-21015.jpg", alt: "Expert garden designers" }, { src: "http://img.b2bpic.net/free-photo/cleaning-city-lawn-from-paper-rubbish_1262-21015.jpg", alt: "Quality craftsmanship" } ]} - avatarText="Trusted by 500+ homeowners across Scandinavia" + avatarText="Trusted by 500+ homeowners • 15+ years of excellence" buttons={[ { text: "Get a Quote", href: "#contact" }, { text: "View Services", href: "#services" } @@ -280,4 +280,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}