From 0e91a3e7eeee65bf7570374b000924368b3cb57b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 27 May 2026 14:12:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index aa4909b..c753493 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,9 +58,9 @@ export default function LandingPage() { imageAlt="luxury backyard landscape design" mediaAnimation="slide-up" testimonials={[ - { name: "Sarah J.", role: "Homeowner", 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.", role: "Property Investor", 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.", role: "Local Resident", 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.", 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" } ]} />