From 221a35c8d49130796e81a1a224caaf5b10a5001f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 20 May 2026 22:12:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f907c54..d1cff79 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,12 +69,12 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-skateboard_23-2148435990.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-skateboard_23-2148435990.jpg?_wi=1", imageAlt: "Skater landing a kickflip", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/skateboards-stack-blue-background_23-2148849207.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/skateboards-stack-blue-background_23-2148849207.jpg?_wi=1", imageAlt: "Custom skateboard decks", }, { @@ -145,7 +145,7 @@ export default function LandingPage() { description: "We build boards that are ready to roll right out of the box.", bentoComponent: "reveal-icon", icon: Wrench, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-skateboard_23-2148435990.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-skateboard_23-2148435990.jpg?_wi=2", imageAlt: "minimalist skate brand logo", }, { @@ -153,7 +153,7 @@ export default function LandingPage() { description: "Only the industry-leading brands that pro riders trust.", bentoComponent: "reveal-icon", icon: Award, - imageSrc: "http://img.b2bpic.net/free-photo/skateboards-stack-blue-background_23-2148849207.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/skateboards-stack-blue-background_23-2148849207.jpg?_wi=2", imageAlt: "minimalist skate brand logo", }, ]}