From d57eab04a33e71fea5f31ffd980de57535d6a326 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 13:25:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b7d985d..6e9e6b8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { mediaItems={[ { imageSrc: "https://upload.wikimedia.org/wikipedia/commons/e/e0/Texas_State_Capitol_Austin_TX.jpg", imageAlt: "Texas State Capitol" }, { imageSrc: "https://upload.wikimedia.org/wikipedia/commons/2/2f/Congress_Avenue_Bridge_Austin_Texas.jpg", imageAlt: "Congress Avenue Bridge" }, - { imageSrc: "https://images.unsplash.com/photo-1544620347-c4fd4a3d5957?q=80&w=2000", imageAlt: "Luxury chauffeur-driven coach bus" }, + { imageSrc: "https://images.unsplash.com/photo-1544620347-c4fd4a3d5957?q=80&w=2000&_wi=1", imageAlt: "Luxury chauffeur-driven coach bus" }, { imageSrc: "https://images.unsplash.com/photo-1583121274602-3e2820c66888?q=80&w=2000", imageAlt: "GMC Suburban luxury SUV" }, { imageSrc: "https://images.unsplash.com/photo-1596561162030-cf2f5b9d3568?q=80&w=2000", imageAlt: "Executive travel experience" }, { imageSrc: "https://images.unsplash.com/photo-1570774000302-38435d8e7c10?q=80&w=2000", imageAlt: "Professional chauffeur service" }, @@ -69,7 +69,7 @@ export default function LandingPage() { { value: "24/7", title: "Service" }, { value: "Elite", title: "Fleet" }, ]} - imageSrc="https://images.unsplash.com/photo-1544620347-c4fd4a3d5957?q=80&w=2000" + imageSrc="https://images.unsplash.com/photo-1544620347-c4fd4a3d5957?q=80&w=2000&_wi=2" imageAlt="Luxury Chauffeur Coach Bus Service" mediaAnimation="slide-up" metricsAnimation="slide-up" -- 2.49.1