diff --git a/src/app/page.tsx b/src/app/page.tsx index 1a998ac..4ac23f6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -158,13 +158,13 @@ export default function LandscapingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Dutch Rules", imageSrc: "http://img.b2bpic.net/free-photo/letter-made-green-grass-with-flowers-isolated-white_169016-57173.jpg", imageAlt: "Dutch Rules"}, + id: "1", name: "Dutch Rules", imageSrc: "https://img.b2bpic.net/free-photo/low-angle-shot-lot-beautiful-tall-trees-blue-sky_181624-45967.jpg?id=17247117", imageAlt: "Dutch Rules"}, { - id: "2", name: "Bob Anderson", imageSrc: "http://img.b2bpic.net/free-photo/atom-biotechnology-nuclear-medicine-with-scientist-rsquo-s-hands-digital-transformation-remix_53876-126746.jpg", imageAlt: "Bob Anderson"}, + id: "2", name: "Bob Anderson", imageSrc: "https://img.b2bpic.net/free-photo/low-angle-shot-tall-trees-forest-sunny-day_181624-38160.jpg?id=15327774", imageAlt: "Bob Anderson"}, { - id: "3", name: "Satisfied Client 1", imageSrc: "http://img.b2bpic.net/free-photo/letter-c-made-green-grass-with-flowers-isolated-white_169016-57251.jpg", imageAlt: "Satisfied Client 1"}, + id: "3", name: "Satisfied Client 1", imageSrc: "https://img.b2bpic.net/premium-photo/low-angle-view-sunlight-streaming-through-trees-forest_1635773-5068.jpg?id=122976807", imageAlt: "Satisfied Client 1"}, { - id: "4", name: "Satisfied Client 2", imageSrc: "http://img.b2bpic.net/free-photo/letter-t-made-green-grass-isolated-white_169016-56968.jpg", imageAlt: "Satisfied Client 2"}, + id: "4", name: "Satisfied Client 2", imageSrc: "https://img.b2bpic.net/free-photo/vertical-low-angle-shot-tall-trees-forest-skrad-municipality-croatia_181624-6733.jpg?id=8943614", imageAlt: "Satisfied Client 2"}, ]} /> @@ -197,7 +197,7 @@ export default function LandscapingPage() {