Merge version_3 into main #2

Merged
bender merged 1 commits from version_3 into main 2026-04-18 17:01:50 +00:00

View File

@@ -51,7 +51,7 @@ export default function LandingPage() {
{ name: "David K.", handle: "@david_k", testimonial: "Reliable and great attention to detail. Highly recommend.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-with-dreadlocks-holds-spray-detergent-mop-smirks-face-isolated-pink_273609-49329.jpg" },
{ name: "Linda P.", handle: "@linda_p", testimonial: "The house has never looked better. Amazing quality.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/tired-girl-cleans-house_1398-4892.jpg" },
]}
buttons={[{ text: "Get My Quote", href: "#pricing" }]}
buttons={[{ text: "Get Your Instant Quote", href: "#pricing" }]}
imageSrc="http://img.b2bpic.net/free-photo/cleaning-woman-having-fun-with-brush_23-2148394881.jpg"
mediaAnimation="slide-up"
/>
@@ -145,4 +145,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}