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