From 8ba930e7e40a0b4bedf480d5140689ea760d866d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 21:33: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 a383d5d..5a261c2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,18 +47,18 @@ export default function LandingPage() { title="Roadside Assistance, Simplified." description="TowGo connects you with professional towing services instantly. Experience the next generation of roadside support with real-time tracking and seamless digital payments." leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/young-man-helping-beautiful-woman-fix-car-road_651396-3557.jpg", imageAlt: "Tow truck in action" }, - { imageSrc: "http://img.b2bpic.net/free-photo/worker-examines-phone-with-greenscreen_482257-76605.jpg", imageAlt: "Mobile booking app" }, - { imageSrc: "http://img.b2bpic.net/free-photo/young-man-helping-beautiful-woman-fix-car-road_651396-3557.jpg", imageAlt: "Tow truck service" }, - { imageSrc: "http://img.b2bpic.net/free-photo/worker-examines-phone-with-greenscreen_482257-76605.jpg", imageAlt: "App UI interface" }, - { imageSrc: "http://img.b2bpic.net/free-photo/young-man-helping-beautiful-woman-fix-car-road_651396-3557.jpg", imageAlt: "Professional towing" } + { imageSrc: "http://img.b2bpic.net/free-photo/young-man-helping-beautiful-woman-fix-car-road_651396-3557.jpg?_wi=1", imageAlt: "Tow truck in action" }, + { imageSrc: "http://img.b2bpic.net/free-photo/worker-examines-phone-with-greenscreen_482257-76605.jpg?_wi=1", imageAlt: "Mobile booking app" }, + { imageSrc: "http://img.b2bpic.net/free-photo/young-man-helping-beautiful-woman-fix-car-road_651396-3557.jpg?_wi=2", imageAlt: "Tow truck service" }, + { imageSrc: "http://img.b2bpic.net/free-photo/worker-examines-phone-with-greenscreen_482257-76605.jpg?_wi=2", imageAlt: "App UI interface" }, + { imageSrc: "http://img.b2bpic.net/free-photo/young-man-helping-beautiful-woman-fix-car-road_651396-3557.jpg?_wi=3", imageAlt: "Professional towing" } ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/worker-examines-phone-with-greenscreen_482257-76605.jpg", imageAlt: "Mobile app dashboard" }, - { imageSrc: "http://img.b2bpic.net/free-photo/young-man-helping-beautiful-woman-fix-car-road_651396-3557.jpg", imageAlt: "Urban towing" }, - { imageSrc: "http://img.b2bpic.net/free-photo/worker-examines-phone-with-greenscreen_482257-76605.jpg", imageAlt: "Real time tracking" }, - { imageSrc: "http://img.b2bpic.net/free-photo/young-man-helping-beautiful-woman-fix-car-road_651396-3557.jpg", imageAlt: "Reliable assistance" }, - { imageSrc: "http://img.b2bpic.net/free-photo/worker-examines-phone-with-greenscreen_482257-76605.jpg", imageAlt: "Digital payments" } + { imageSrc: "http://img.b2bpic.net/free-photo/worker-examines-phone-with-greenscreen_482257-76605.jpg?_wi=3", imageAlt: "Mobile app dashboard" }, + { imageSrc: "http://img.b2bpic.net/free-photo/young-man-helping-beautiful-woman-fix-car-road_651396-3557.jpg?_wi=4", imageAlt: "Urban towing" }, + { imageSrc: "http://img.b2bpic.net/free-photo/worker-examines-phone-with-greenscreen_482257-76605.jpg?_wi=4", imageAlt: "Real time tracking" }, + { imageSrc: "http://img.b2bpic.net/free-photo/young-man-helping-beautiful-woman-fix-car-road_651396-3557.jpg?_wi=5", imageAlt: "Reliable assistance" }, + { imageSrc: "http://img.b2bpic.net/free-photo/worker-examines-phone-with-greenscreen_482257-76605.jpg?_wi=5", imageAlt: "Digital payments" } ]} buttons={[{ text: "Download App", href: "#contact" }]} />