From afdc783cb9e86e234aa23e6a3a18c89a890749f5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Jul 2026 20:11:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f75e2ec..0992093 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -169,16 +169,16 @@ export default function LandscapingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Sarah P.", imageSrc: "http://img.b2bpic.net/free-photo/young-cute-female-posing-indoor_344912-969.jpg", imageAlt: "Happy customer Sarah P." + id: "1", name: "Sarah P." }, { - id: "2", name: "Michael L.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-bearded-guy-smiling-gesturing-with-ok-sign-expressing-good-choice-being-isolated-graphite_171337-455.jpg", imageAlt: "Happy customer Michael L." + id: "2", name: "Michael L." }, { - id: "3", name: "Jessica B.", imageSrc: "http://img.b2bpic.net/free-photo/employee-working-with-trendy-clothes_482257-78860.jpg", imageAlt: "Happy customer Jessica B." + id: "3", name: "Jessica B." }, { - id: "4", name: "Robert G.", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-book-close-up_23-2148973429.jpg", imageAlt: "Happy customer Robert G." + id: "4", name: "Robert G." } ]} /> @@ -284,4 +284,4 @@ export default function LandscapingPage() { ); -} +} \ No newline at end of file -- 2.49.1