7 Commits

Author SHA1 Message Date
be0ade92f7 Update src/app/page.tsx 2026-04-20 17:53:04 +00:00
afdd46f292 Merge version_2 into main
Merge version_2 into main
2026-04-20 17:49:43 +00:00
66a82bd7e9 Update src/app/page.tsx 2026-04-20 17:49:12 +00:00
cee1c44891 Merge version_1 into main
Merge version_1 into main
2026-04-20 17:48:05 +00:00
99ee70940d Update src/app/page.tsx 2026-04-20 17:47:58 +00:00
d74d018cab Merge version_1 into main
Merge version_1 into main
2026-04-20 17:47:33 +00:00
ad4a65c5f6 Update src/app/page.tsx 2026-04-20 17:47:29 +00:00

View File

@@ -51,7 +51,7 @@ export default function LandingPage() {
background={{ background={{
variant: "plain"}} variant: "plain"}}
title="Your Home Deserves to Be Spotless." title="Your Home Deserves to Be Spotless."
description="Premium window cleaning that goes above and beyond — inside, outside, frames and all." description="Reclaim your weekend and enjoy crystal-clear views. Our professional window cleaning saves you hours of ladder work with guaranteed perfection."
testimonials={[ testimonials={[
{ {
name: "Natasha G.", handle: "@spotless365", testimonial: "The windows were truly spotless. A pleasure to deal with.", rating: 5, name: "Natasha G.", handle: "@spotless365", testimonial: "The windows were truly spotless. A pleasure to deal with.", rating: 5,
@@ -254,4 +254,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }