From 8fc38d39407f5e82ed0752f04d6f7637d51a2af3 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 27 May 2026 14:15:46 +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 c753493..9056eec 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.", 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" } ]} />