From daf38f2ca0d80714ad40b5ede08f01d0d6400d08 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 21:29:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9b8ca0d..0d649d7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,15 +70,15 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/young-couple-traveling-with-car_23-2148906375.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-couple-traveling-with-car_23-2148906375.jpg?_wi=1", imageAlt: "Driving lesson training", }, { - imageSrc: "http://img.b2bpic.net/free-photo/dark-crossover-driving-winter-highway-through-countryside-car-road-travel_169016-71792.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dark-crossover-driving-winter-highway-through-countryside-car-road-travel_169016-71792.jpg?_wi=1", imageAlt: "Safe driving on road", }, { - imageSrc: "http://img.b2bpic.net/free-photo/person-taking-driver-s-license-exam_23-2149891409.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-taking-driver-s-license-exam_23-2149891409.jpg?_wi=1", imageAlt: "Driving license success", }, { @@ -239,7 +239,7 @@ export default function LandingPage() { text: "Book Now", href: "#contact", }, - imageSrc: "http://img.b2bpic.net/free-photo/young-couple-traveling-with-car_23-2148906375.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-couple-traveling-with-car_23-2148906375.jpg?_wi=2", imageAlt: "driving instructor teaching student", }, { @@ -256,7 +256,7 @@ export default function LandingPage() { text: "Book Now", href: "#contact", }, - imageSrc: "http://img.b2bpic.net/free-photo/dark-crossover-driving-winter-highway-through-countryside-car-road-travel_169016-71792.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dark-crossover-driving-winter-highway-through-countryside-car-road-travel_169016-71792.jpg?_wi=2", imageAlt: "safe driving on road", }, { @@ -273,7 +273,7 @@ export default function LandingPage() { text: "Book Now", href: "#contact", }, - imageSrc: "http://img.b2bpic.net/free-photo/person-taking-driver-s-license-exam_23-2149891409.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-taking-driver-s-license-exam_23-2149891409.jpg?_wi=2", imageAlt: "student passing driving test", }, ]}