From d24b80f7b5a3757c0cffc8cfc1cca242a0f473cf Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 19:00:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 45a429e..2a76460 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,7 +65,7 @@ export default function LandingPage() { handle: "@johndoe", testimonial: "Excellent service, my lawn has never looked better!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-holding-her-her_23-2148631401.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-holding-her-her_23-2148631401.jpg?_wi=1", }, { name: "Sarah K.", @@ -96,7 +96,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/top-view-metallic-straw-fake-leaf_23-2148289756.jpg", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/portrait-professional-gardener-holding-trimmer-working-yard_342744-541.jpg" + imageSrc="http://img.b2bpic.net/free-photo/portrait-professional-gardener-holding-trimmer-working-yard_342744-541.jpg?_wi=1" avatars={[ { src: "http://img.b2bpic.net/free-photo/black-bearded-male-redhead-female-drink-coffee-cafe-street_613910-492.jpg", @@ -155,17 +155,17 @@ export default function LandingPage() { { title: "Lawn Mowing", description: "Weekly or bi-weekly mowing service for a neat look.", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-golf-course-otocec-slovenia-sunny-summer-day_181624-10844.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-golf-course-otocec-slovenia-sunny-summer-day_181624-10844.jpg?_wi=1", }, { title: "Trimming & Edging", description: "Precise detailing for your walkways and flower beds.", - imageSrc: "http://img.b2bpic.net/free-photo/stepping-stone-garden-path_1252-1028.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stepping-stone-garden-path_1252-1028.jpg?_wi=1", }, { title: "Fertilization", description: "Custom nutrient blends to keep your grass vibrant.", - imageSrc: "http://img.b2bpic.net/free-photo/farmer-agronomist-checking-crops-quality-field_342744-571.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/farmer-agronomist-checking-crops-quality-field_342744-571.jpg?_wi=1", }, ]} title="Our Services" @@ -225,7 +225,7 @@ export default function LandingPage() { quote: "Fantastic result, our lawn is now the envy of the street.", tag: "Expert", avatarSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-by-sea-side_23-2149347061.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-gardener-holding-trimmer-working-yard_342744-541.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-gardener-holding-trimmer-working-yard_342744-541.jpg?_wi=2", imageAlt: "happy customer residential garden", }, { @@ -236,7 +236,7 @@ export default function LandingPage() { quote: "Professional, reliable, and detailed in their craft.", tag: "Detail", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-european-woman-green-jacket-touching-her-hair-blur-background-photo-fashionable-girl-with-beautiful-brown-hair-smiling-camera_291650-2183.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-golf-course-otocec-slovenia-sunny-summer-day_181624-10844.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-golf-course-otocec-slovenia-sunny-summer-day_181624-10844.jpg?_wi=2", imageAlt: "happy customer residential garden", }, { @@ -247,7 +247,7 @@ export default function LandingPage() { quote: "Consistently excellent experience every visit.", tag: "Service", avatarSrc: "http://img.b2bpic.net/free-photo/happy-senior-couple-with-flower-pot_23-2148256669.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/stepping-stone-garden-path_1252-1028.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stepping-stone-garden-path_1252-1028.jpg?_wi=2", imageAlt: "happy customer residential garden", }, { @@ -258,7 +258,7 @@ export default function LandingPage() { quote: "Beautiful transformation, quick and clean process.", tag: "Design", avatarSrc: "http://img.b2bpic.net/free-photo/adult-reusing-objects-creative-ways_23-2149411798.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/farmer-agronomist-checking-crops-quality-field_342744-571.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/farmer-agronomist-checking-crops-quality-field_342744-571.jpg?_wi=2", imageAlt: "happy customer residential garden", }, { @@ -269,7 +269,7 @@ export default function LandingPage() { quote: "Efficient team, fair pricing and great results.", tag: "Value", avatarSrc: "http://img.b2bpic.net/free-photo/happy-modern-student-with-laptop-sitting-park_1262-6126.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-holding-her-her_23-2148631401.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-holding-her-her_23-2148631401.jpg?_wi=2", imageAlt: "happy customer residential garden", }, ]} -- 2.49.1