From e196ea23aa3ffea01896d6438ed729679f66966a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 07:03:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a3bbdc9..c3c6bea 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,11 +48,11 @@ export default function LandingPage() { { text: "View Our Work", href: "#services" }, ]} slides={[ - { imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-lying-hammock-warm-summer-day_1321-471.jpg", imageAlt: "Luxury backyard patio" }, - { imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-lying-hammock-warm-summer-day_1321-471.jpg", imageAlt: "Professional garden maintenance" }, - { imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-lying-hammock-warm-summer-day_1321-471.jpg", imageAlt: "Tree removal service" }, - { imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-lying-hammock-warm-summer-day_1321-471.jpg", imageAlt: "Outdoor stone work" }, - { imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-lying-hammock-warm-summer-day_1321-471.jpg", imageAlt: "Seasonal garden cleanup" }, + { imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-lying-hammock-warm-summer-day_1321-471.jpg?_wi=1", imageAlt: "Luxury backyard patio" }, + { imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-lying-hammock-warm-summer-day_1321-471.jpg?_wi=2", imageAlt: "Professional garden maintenance" }, + { imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-lying-hammock-warm-summer-day_1321-471.jpg?_wi=3", imageAlt: "Tree removal service" }, + { imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-lying-hammock-warm-summer-day_1321-471.jpg?_wi=4", imageAlt: "Outdoor stone work" }, + { imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-lying-hammock-warm-summer-day_1321-471.jpg?_wi=5", imageAlt: "Seasonal garden cleanup" }, ]} /> @@ -101,11 +101,11 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} testimonials={[ - { id: "1", name: "Sarah J.", role: "Homeowner", company: "Bettendorf", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-hand-reaching-out_23-2148308600.jpg" }, + { id: "1", name: "Sarah J.", role: "Homeowner", company: "Bettendorf", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-hand-reaching-out_23-2148308600.jpg?_wi=1" }, { id: "2", name: "Michael C.", role: "Homeowner", company: "Davenport", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-man-telling-you-smile_23-2148612963.jpg" }, { id: "3", name: "Emily R.", role: "Homeowner", company: "Clinton", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-lifestyle-clean-urban-space_23-2149015702.jpg" }, { id: "4", name: "David K.", role: "Homeowner", company: "Quad Cities", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-with-package_23-2148869388.jpg" }, - { id: "5", name: "Robert L.", role: "Homeowner", company: "LeClaire", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-hand-reaching-out_23-2148308600.jpg" }, + { id: "5", name: "Robert L.", role: "Homeowner", company: "LeClaire", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-hand-reaching-out_23-2148308600.jpg?_wi=2" }, ]} title="Trusted By Our Clients" description="See why Quad Cities homeowners rely on us." -- 2.49.1