From dfe22d9f8892ef864750bc15b3b243b54aef9412 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 18:11:14 +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 1e45de2..6db2e6e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,15 +79,15 @@ export default function LandingPage() { features={[ { id: "1", title: "Village Exploration Half-Day Ride", author: "Bike2Kili Guides", description: "Experience local culture with a guided 4-hour ride through traditional villages, local markets, and scenic countryside. Perfect for first-time visitors and casual cyclists. Includes bike rental, refreshments, and cultural insights.", tags: ["Half-Day", "Beginner", "Cultural"], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-back-wheel-bike_23-2148232051.jpg", imageAlt: "Cyclists riding through village landscape" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-back-wheel-bike_23-2148232051.jpg?_wi=1", imageAlt: "Cyclists riding through village landscape" }, { id: "2", title: "Full-Day Mountain Trail Challenge", author: "Bike2Kili Guides", description: "A 40km intermediate ride through mountain trails with stunning views, challenging terrain, and wildlife spotting opportunities. Includes professional guide, packed lunch, mechanical support, and all equipment. Best for experienced cyclists.", tags: ["Full-Day", "Intermediate", "Mountain"], - imageSrc: "http://img.b2bpic.net/free-photo/young-adult-using-electric-bike-country-side_23-2149124579.jpg", imageAlt: "Mountain bikers on challenging terrain" + imageSrc: "http://img.b2bpic.net/free-photo/young-adult-using-electric-bike-country-side_23-2149124579.jpg?_wi=1", imageAlt: "Mountain bikers on challenging terrain" }, { id: "3", title: "5-Day Kilimanjaro Cycling Expedition", author: "Bike2Kili Guides", description: "An immersive multi-day adventure combining cycling with trekking near Kilimanjaro. Experience diverse landscapes, local communities, and guided cultural interactions. Includes accommodation, meals, guides, and comprehensive support.", tags: ["Multi-Day", "Expert", "Expedition"], - imageSrc: "http://img.b2bpic.net/free-photo/young-adult-using-electric-bike-country-side_23-2149124569.jpg", imageAlt: "Multi-day cycling expedition landscape" + imageSrc: "http://img.b2bpic.net/free-photo/young-adult-using-electric-bike-country-side_23-2149124569.jpg?_wi=1", imageAlt: "Multi-day cycling expedition landscape" } ]} animationType="slide-up" @@ -118,15 +118,15 @@ export default function LandingPage() { products={[ { id: "1", brand: "Bike2Kili", name: "Half-Day Village Tours", price: "From $45", rating: 5, - reviewCount: "248", imageSrc: "http://img.b2bpic.net/free-photo/close-up-back-wheel-bike_23-2148232051.jpg", imageAlt: "Half-day village cycling tour" + reviewCount: "248", imageSrc: "http://img.b2bpic.net/free-photo/close-up-back-wheel-bike_23-2148232051.jpg?_wi=2", imageAlt: "Half-day village cycling tour" }, { id: "2", brand: "Bike2Kili", name: "Full-Day Mountain Rides", price: "From $89", rating: 5, - reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-using-electric-bike-country-side_23-2149124579.jpg", imageAlt: "Full-day mountain bike trail" + reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-using-electric-bike-country-side_23-2149124579.jpg?_wi=2", imageAlt: "Full-day mountain bike trail" }, { id: "3", brand: "Bike2Kili", name: "Multi-Day Expeditions", price: "From $450", rating: 5, - reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-using-electric-bike-country-side_23-2149124569.jpg", imageAlt: "Multi-day cycling expedition" + reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-using-electric-bike-country-side_23-2149124569.jpg?_wi=2", imageAlt: "Multi-day cycling expedition" } ]} gridVariant="three-columns-all-equal-width" -- 2.49.1