diff --git a/src/app/page.tsx b/src/app/page.tsx index 02463a9..fdc7db9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,9 +61,9 @@ export default function LandingPage() { ]} carouselItems={[ { - id: "c1", imageSrc: "http://img.b2bpic.net/free-photo/modern-car-driving-city_23-2151674312.jpg", imageAlt: "Racing Dynamics"}, + id: "c1", imageSrc: "http://img.b2bpic.net/free-photo/modern-car-driving-city_23-2151674312.jpg?_wi=1", imageAlt: "Racing Dynamics"}, { - id: "c2", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fuel-level-gauge-vehicle_23-2150163660.jpg", imageAlt: "Telemetry"}, + id: "c2", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fuel-level-gauge-vehicle_23-2150163660.jpg?_wi=1", imageAlt: "Telemetry"}, { id: "c3", imageSrc: "http://img.b2bpic.net/free-photo/close-up-bridge-with-motion-blur-traffic_23-2148287760.jpg", imageAlt: "Night Race"}, { @@ -165,13 +165,13 @@ export default function LandingPage() { "Telemetry", "Race Reports"], button: { text: "Upgrade"}, - imageSrc: "http://img.b2bpic.net/free-photo/modern-car-driving-city_23-2151674312.jpg", imageAlt: "Traffic in a tunnel"}, + imageSrc: "http://img.b2bpic.net/free-photo/modern-car-driving-city_23-2151674312.jpg?_wi=2", imageAlt: "Traffic in a tunnel"}, { id: "pl3", title: "Pro", price: "$45", period: "/month", features: [ "Full Data", "Team Access"], button: { text: "Join Pro"}, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-fuel-level-gauge-vehicle_23-2150163660.jpg", imageAlt: "Traffic in a tunnel"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-fuel-level-gauge-vehicle_23-2150163660.jpg?_wi=2", imageAlt: "Traffic in a tunnel"}, ]} title="Membership Levels" description="Unlock exclusive content and race updates."