diff --git a/src/app/page.tsx b/src/app/page.tsx index e4b1b56..60d82c8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { handle: "@sarah_bikes", testimonial: "The best platform for tracking my short weekend escapes!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-riding-mountain-bike_23-2148777254.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-riding-mountain-bike_23-2148777254.jpg?_wi=1", imageAlt: "cyclist mountain sunset scenic", }, { @@ -71,7 +71,7 @@ export default function LandingPage() { handle: "@miketravels", testimonial: "I love how easy it is to share my route details and photos.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-s-hand-bicycle-with-brown-bag_23-2148176576.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-s-hand-bicycle-with-brown-bag_23-2148176576.jpg?_wi=1", imageAlt: "cyclist mountain sunset scenic", }, { @@ -79,7 +79,7 @@ export default function LandingPage() { handle: "@elenacycles", testimonial: "An incredible community of like-minded enthusiasts.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/shadows-man-motorbike_23-2148321986.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/shadows-man-motorbike_23-2148321986.jpg?_wi=1", imageAlt: "cyclist mountain sunset scenic", }, { @@ -87,7 +87,7 @@ export default function LandingPage() { handle: "@dl_rides", testimonial: "My go-to diary for every cycling trip I take.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/bicycle-standing-asphalt-road-background-ocean-mountains-sunset_181624-56975.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bicycle-standing-asphalt-road-background-ocean-mountains-sunset_181624-56975.jpg?_wi=1", imageAlt: "cyclist mountain sunset scenic", }, { @@ -95,7 +95,7 @@ export default function LandingPage() { handle: "@sophie_wheels", testimonial: "Simple, clean, and perfectly designed for bikers.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pathway-forest-surrounded-by-leaves-trees-cloudy-sky_181624-17393.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pathway-forest-surrounded-by-leaves-trees-cloudy-sky_181624-17393.jpg?_wi=1", imageAlt: "cyclist mountain sunset scenic", }, ]} @@ -105,7 +105,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/high-angle-man-riding-mountain-bike_23-2148777254.jpg" + imageSrc="http://img.b2bpic.net/free-photo/high-angle-man-riding-mountain-bike_23-2148777254.jpg?_wi=2" imageAlt="Cyclist on scenic road" avatars={[ { @@ -153,7 +153,7 @@ export default function LandingPage() { description: "Discover new routes from other enthusiasts.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-man-s-hand-bicycle-with-brown-bag_23-2148176576.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-man-s-hand-bicycle-with-brown-bag_23-2148176576.jpg?_wi=2" imageAlt="Travel planning setup" mediaAnimation="slide-up" /> @@ -286,7 +286,7 @@ export default function LandingPage() { category: "Tips", title: "Gear Checklist", excerpt: "What to carry for your weekend ride.", - imageSrc: "http://img.b2bpic.net/free-photo/shadows-man-motorbike_23-2148321986.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/shadows-man-motorbike_23-2148321986.jpg?_wi=2", authorName: "Coach Mark", authorAvatar: "http://img.b2bpic.net/free-photo/smiling-young-man-riding-bicycle-mountain-road_651396-2648.jpg", date: "Oct 12, 2024", @@ -296,7 +296,7 @@ export default function LandingPage() { category: "Guides", title: "Safety First", excerpt: "Essential rules for road biking.", - imageSrc: "http://img.b2bpic.net/free-photo/bicycle-standing-asphalt-road-background-ocean-mountains-sunset_181624-56975.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bicycle-standing-asphalt-road-background-ocean-mountains-sunset_181624-56975.jpg?_wi=2", authorName: "Coach Mark", authorAvatar: "http://img.b2bpic.net/free-photo/young-adult-using-electric-bike-country-side_23-2149124567.jpg", date: "Oct 15, 2024", @@ -306,7 +306,7 @@ export default function LandingPage() { category: "Review", title: "Best Bike Lights", excerpt: "Keep your evening rides bright.", - imageSrc: "http://img.b2bpic.net/free-photo/pathway-forest-surrounded-by-leaves-trees-cloudy-sky_181624-17393.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pathway-forest-surrounded-by-leaves-trees-cloudy-sky_181624-17393.jpg?_wi=2", authorName: "Coach Mark", authorAvatar: "http://img.b2bpic.net/free-photo/young-adult-using-electric-bike-country-side_23-2149124564.jpg", date: "Oct 20, 2024",