diff --git a/src/app/page.tsx b/src/app/page.tsx index 378fcf6..962cbbf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -166,10 +166,10 @@ export default function LandingPage() { { id: 1, title: "Race Day Vlog", description: "Full race weekend experience from setup to finish line. Follow every decision, every lap, and every challenge on track", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-vector/flat-car-rental-youtube-thumbnail_23-2149236624.jpg", imageAlt: "YouTube thumbnail - Phone 1" + imageSrc: "http://img.b2bpic.net/free-vector/flat-car-rental-youtube-thumbnail_23-2149236624.jpg?_wi=1", imageAlt: "YouTube thumbnail - Phone 1" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-vector/flat-car-rental-youtube-thumbnail_23-2149236624.jpg", imageAlt: "YouTube thumbnail - Phone 2" + imageSrc: "http://img.b2bpic.net/free-vector/flat-car-rental-youtube-thumbnail_23-2149236624.jpg?_wi=2", imageAlt: "YouTube thumbnail - Phone 2" }, buttons: [{ text: "Watch on YouTube", href: "https://youtube.com/@brennenreichers" }] }