Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #7.
This commit is contained in:
2026-05-27 14:15:52 +00:00

View File

@@ -58,9 +58,9 @@ export default function LandingPage() {
imageAlt="luxury backyard landscape design"
mediaAnimation="slide-up"
testimonials={[
{ name: "Sarah J.", quote: "GreenScape Elite exceeded all our expectations. Our backyard is now a true oasis!", imageSrc: "http://img.b2bpic.net/free-photo/male-friends-handshaking-outdoors_23-2149073970.jpg" },
{ name: "Michael C.", quote: "Their design transformed our property value and curb appeal. Absolutely fantastic service.", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-attractive-young-bearded-caucasian-gardener-blue-t-shirt-working-garden-collecting-salad-leaves-vegetables-watering-plants_176420-19899.jpg" },
{ name: "Emily R.", quote: "The attention to detail and professionalism are unmatched. Highly recommend GreenScape Elite.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-posing-terrace_329181-11557.jpg" }
{ name: "Sarah J.", handle: "@sarahj", testimonial: "GreenScape Elite exceeded all our expectations. Our backyard is now a true oasis!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/male-friends-handshaking-outdoors_23-2149073970.jpg" },
{ name: "Michael C.", handle: "@michaelc", testimonial: "Their design transformed our property value and curb appeal. Absolutely fantastic service.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-attractive-young-bearded-caucasian-gardener-blue-t-shirt-working-garden-collecting-salad-leaves-vegetables-watering-plants_176420-19899.jpg" },
{ name: "Emily R.", handle: "@emilyr", testimonial: "The attention to detail and professionalism are unmatched. Highly recommend GreenScape Elite.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-posing-terrace_329181-11557.jpg" }
]}
/>
</div>