Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-25 17:17:24 +00:00

View File

@@ -123,7 +123,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
{ id: "1", title: "Exceptional", quote: "Reliable, professional, and friendly.", name: "Sarah J.", role: "Homeowner", imageSrc: "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" },
{ id: "1", title: "Outstanding", quote: "Outstanding service! They came weekly and always did a fantastic job. Theyve saved me so much time and stress, absolutely recommend them to anyone considering it.", name: "Roman Van Liempt", role: "Homeowner", imageSrc: "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" },
{ id: "2", title: "Great Work", quote: "My lawn has never looked better.", name: "Mike T.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-cheerful-gardener-smiling-posing-plants-flowers_176420-3826.jpg" },
{ id: "3", title: "Quality", quote: "Dependable service every time.", name: "Emily R.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-senior-couple_23-2148256632.jpg" },
{ id: "4", title: "Best in Town", quote: "Professional results and great value.", name: "David K.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-holding-flowers_23-2149871129.jpg" },
@@ -163,4 +163,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}