From 494b66c15664b0b90eac330d0e434b24f150bb07 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 00:06:08 +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 aea27c6..698e762 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,7 +74,7 @@ export default function LandingPage() { carouselItems={[ { id: "h1", - imageSrc: "http://img.b2bpic.net/free-photo/garden-with-wooden-bench-plants_250224-84.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/garden-with-wooden-bench-plants_250224-84.jpg?_wi=1", imageAlt: "Luxury patio", }, { @@ -121,7 +121,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-15829.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/garden-with-wooden-bench-plants_250224-84.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/garden-with-wooden-bench-plants_250224-84.jpg?_wi=2", imageAlt: "stone interlocking driveway closeup detail", }, { @@ -152,24 +152,24 @@ export default function LandingPage() { title: "Sod & Lawn Installation", description: "Lush, professional-grade lawns laid to perfection.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/cityscape-office-buildings_1127-2949.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cityscape-office-buildings_1127-2949.jpg?_wi=1", }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron-guy-repairs_1157-41430.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-near-modern-building_23-2147747855.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-near-modern-building_23-2147747855.jpg?_wi=1", imageAlt: "stone interlocking driveway closeup detail", }, { title: "Custom Landscaping Design", description: "Tailored blueprints for unique outdoor experiences.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/young-adult-traveling-using-sustainable-mobility_23-2149292681.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-adult-traveling-using-sustainable-mobility_23-2149292681.jpg?_wi=1", }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-eco-friendly-wind-power-project-with-paper-plans_23-2148847792.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/full-lengh-photo-handsome-businessman-british-quarter_197531-629.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-lengh-photo-handsome-businessman-british-quarter_197531-629.jpg?_wi=1", imageAlt: "stone interlocking driveway closeup detail", }, ]} @@ -190,7 +190,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/cityscape-office-buildings_1127-2949.jpg" + imageSrc="http://img.b2bpic.net/free-photo/cityscape-office-buildings_1127-2949.jpg?_wi=2" imageAlt="Elite landscaping team" /> @@ -242,17 +242,17 @@ export default function LandingPage() { { id: "1", name: "Sarah Miller", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-near-modern-building_23-2147747855.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-near-modern-building_23-2147747855.jpg?_wi=2", }, { id: "2", name: "David Chan", - imageSrc: "http://img.b2bpic.net/free-photo/young-adult-traveling-using-sustainable-mobility_23-2149292681.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-adult-traveling-using-sustainable-mobility_23-2149292681.jpg?_wi=2", }, { id: "3", name: "Emily Watson", - imageSrc: "http://img.b2bpic.net/free-photo/full-lengh-photo-handsome-businessman-british-quarter_197531-629.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-lengh-photo-handsome-businessman-british-quarter_197531-629.jpg?_wi=2", }, { id: "4", -- 2.49.1