diff --git a/src/app/page.tsx b/src/app/page.tsx index 3347d0d..7a5fb2b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,11 +71,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-metallic-motorcycle-helmet_23-2151113140.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-metallic-motorcycle-helmet_23-2151113140.jpg?_wi=1", imageAlt: "Car Detailing Service", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-barbershop-concept_23-2148506258.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-barbershop-concept_23-2148506258.jpg?_wi=1", imageAlt: "Professional Cleaning", }, { @@ -126,7 +126,7 @@ export default function LandingPage() { description: "Steam cleaning for carpets and seats.", bentoComponent: "reveal-icon", icon: CheckCircle, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-metallic-motorcycle-helmet_23-2151113140.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-metallic-motorcycle-helmet_23-2151113140.jpg?_wi=2", imageAlt: "car detailing expert detail", }, { @@ -134,7 +134,7 @@ export default function LandingPage() { description: "Long-term paint protection services.", bentoComponent: "reveal-icon", icon: Shield, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-barbershop-concept_23-2148506258.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-barbershop-concept_23-2148506258.jpg?_wi=2", imageAlt: "car detailing expert detail", }, ]}