From f570fc1fb7a49fe1a3ce1b1445f50d122008446f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 12:03:26 +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 00a25ed..e32c2e1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,12 +54,12 @@ export default function LandingPage() { buttonAnimation="slide-up" background={{ variant: "radial-gradient" }} carouselItems={[ - { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/business-team-office_1098-746.jpg", imageAlt: "Professional service team" }, - { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/man-kneeling-down-touching-sink-inspecting-pipes_259150-58251.jpg", imageAlt: "Plumbing service" }, + { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/business-team-office_1098-746.jpg?_wi=1", imageAlt: "Professional service team" }, + { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/man-kneeling-down-touching-sink-inspecting-pipes_259150-58251.jpg?_wi=1", imageAlt: "Plumbing service" }, { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/worker-is-cutting-wires-with-linemans-pliers_169016-15092.jpg", imageAlt: "Electrical work" }, { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg", imageAlt: "HVAC service" }, - { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/business-team-office_1098-746.jpg", imageAlt: "Professional team" }, - { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/man-kneeling-down-touching-sink-inspecting-pipes_259150-58251.jpg", imageAlt: "Plumbing service" } + { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/business-team-office_1098-746.jpg?_wi=2", imageAlt: "Professional team" }, + { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/man-kneeling-down-touching-sink-inspecting-pipes_259150-58251.jpg?_wi=2", imageAlt: "Plumbing service" } ]} autoPlay={true} autoPlayInterval={4000} @@ -172,11 +172,11 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Johnson", role: "Homeowner", company: "Downtown District", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Sarah Johnson testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Sarah Johnson testimonial" }, { id: "2", name: "Michael Chen", role: "Property Manager", company: "Riverside Apartments", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Michael Chen testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Michael Chen testimonial" }, { id: "3", name: "Emily Rodriguez", role: "Homeowner", company: "Westside Community", rating: 5, @@ -184,7 +184,7 @@ export default function LandingPage() { }, { id: "4", name: "David Kim", role: "Business Owner", company: "Downtown Plaza", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "David Kim testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=3", imageAlt: "David Kim testimonial" }, { id: "5", name: "Jessica Martinez", role: "Homeowner", company: "Oak Ridge", rating: 5, @@ -192,7 +192,7 @@ export default function LandingPage() { }, { id: "6", name: "Robert Thompson", role: "Property Manager", company: "Lakeside Estates", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Robert Thompson testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=4", imageAlt: "Robert Thompson testimonial" } ]} gridClassName="grid-cols-1 md:grid-cols-2 lg:grid-cols-3" @@ -208,7 +208,7 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/business-team-office_1098-746.jpg" + imageSrc="http://img.b2bpic.net/free-photo/business-team-office_1098-746.jpg?_wi=3" imageAlt="Professional service team" mediaAnimation="slide-up" mediaPosition="right" @@ -220,7 +220,7 @@ export default function LandingPage() {