From 9a5cdd2eae2927e7e257e6b1d106ed44c0edba09 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 20:50:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2fbdde7..754f590 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -41,20 +41,20 @@ export default function HomePage() { variant: "radial-gradient" }} leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/adults-learning-use-electric-scooter_23-2149341773.jpg", imageAlt: "Urban electric bike" }, - { imageSrc: "http://img.b2bpic.net/free-photo/stylish-bearded-male-sunglasses-relaxing-bench-after-riding-by-electric-scooter-downtown_613910-2146.jpg", imageAlt: "Mountain electric bike" }, - { imageSrc: "http://img.b2bpic.net/free-photo/portrait-fashionable-man-stylish-clothes-walking-with-city-bicycle-street_613910-18086.jpg", imageAlt: "Cargo electric bike" }, - { imageSrc: "http://img.b2bpic.net/free-photo/adults-learning-use-electric-scooter_23-2149341773.jpg", imageAlt: "Urban electric bike" }, - { imageSrc: "http://img.b2bpic.net/free-photo/stylish-bearded-male-sunglasses-relaxing-bench-after-riding-by-electric-scooter-downtown_613910-2146.jpg", imageAlt: "Mountain electric bike" }, - { imageSrc: "http://img.b2bpic.net/free-photo/portrait-fashionable-man-stylish-clothes-walking-with-city-bicycle-street_613910-18086.jpg", imageAlt: "Cargo electric bike" } + { imageSrc: "http://img.b2bpic.net/free-photo/adults-learning-use-electric-scooter_23-2149341773.jpg?_wi=1", imageAlt: "Urban electric bike" }, + { imageSrc: "http://img.b2bpic.net/free-photo/stylish-bearded-male-sunglasses-relaxing-bench-after-riding-by-electric-scooter-downtown_613910-2146.jpg?_wi=1", imageAlt: "Mountain electric bike" }, + { imageSrc: "http://img.b2bpic.net/free-photo/portrait-fashionable-man-stylish-clothes-walking-with-city-bicycle-street_613910-18086.jpg?_wi=1", imageAlt: "Cargo electric bike" }, + { imageSrc: "http://img.b2bpic.net/free-photo/adults-learning-use-electric-scooter_23-2149341773.jpg?_wi=2", imageAlt: "Urban electric bike" }, + { imageSrc: "http://img.b2bpic.net/free-photo/stylish-bearded-male-sunglasses-relaxing-bench-after-riding-by-electric-scooter-downtown_613910-2146.jpg?_wi=2", imageAlt: "Mountain electric bike" }, + { imageSrc: "http://img.b2bpic.net/free-photo/portrait-fashionable-man-stylish-clothes-walking-with-city-bicycle-street_613910-18086.jpg?_wi=2", imageAlt: "Cargo electric bike" } ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/view-tiny-music-boxes-collection_23-2150545641.jpg", imageAlt: "E-bike motor detail" }, - { imageSrc: "http://img.b2bpic.net/free-photo/person-using-zero-emissions-mean-transportation-go-around-city_23-2151261393.jpg", imageAlt: "E-bike digital display" }, - { imageSrc: "http://img.b2bpic.net/free-photo/woman-selecting-tools-bicycle-repair_482257-89032.jpg", imageAlt: "E-bike charging" }, - { imageSrc: "http://img.b2bpic.net/free-photo/view-tiny-music-boxes-collection_23-2150545641.jpg", imageAlt: "E-bike motor detail" }, - { imageSrc: "http://img.b2bpic.net/free-photo/person-using-zero-emissions-mean-transportation-go-around-city_23-2151261393.jpg", imageAlt: "E-bike digital display" }, - { imageSrc: "http://img.b2bpic.net/free-photo/woman-selecting-tools-bicycle-repair_482257-89032.jpg", imageAlt: "E-bike charging" } + { imageSrc: "http://img.b2bpic.net/free-photo/view-tiny-music-boxes-collection_23-2150545641.jpg?_wi=1", imageAlt: "E-bike motor detail" }, + { imageSrc: "http://img.b2bpic.net/free-photo/person-using-zero-emissions-mean-transportation-go-around-city_23-2151261393.jpg?_wi=1", imageAlt: "E-bike digital display" }, + { imageSrc: "http://img.b2bpic.net/free-photo/woman-selecting-tools-bicycle-repair_482257-89032.jpg?_wi=1", imageAlt: "E-bike charging" }, + { imageSrc: "http://img.b2bpic.net/free-photo/view-tiny-music-boxes-collection_23-2150545641.jpg?_wi=2", imageAlt: "E-bike motor detail" }, + { imageSrc: "http://img.b2bpic.net/free-photo/person-using-zero-emissions-mean-transportation-go-around-city_23-2151261393.jpg?_wi=2", imageAlt: "E-bike digital display" }, + { imageSrc: "http://img.b2bpic.net/free-photo/woman-selecting-tools-bicycle-repair_482257-89032.jpg?_wi=2", imageAlt: "E-bike charging" } ]} buttons={[ { text: "Shop All Bikes", href: "/products" },