From 6e9c1ceb7e2ba58d6ab2a0dd3cc0c609f5759c12 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 20:56:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d4af499..67fc8d4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,23 +54,23 @@ export default function GhostLanding() { background={{ variant: "radial-gradient" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-stretching-preparing-exercise-outdoors_23-2149676923.jpg", imageAlt: "Dark gym training aesthetic"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-stretching-preparing-exercise-outdoors_23-2149676923.jpg?_wi=1", imageAlt: "Dark gym training aesthetic"}, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-smartphone-sitting-cafe_23-2147771342.jpg", imageAlt: "Urban night aesthetic"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-with-smartphone-sitting-cafe_23-2147771342.jpg?_wi=1", imageAlt: "Urban night aesthetic"}, { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-stretching-preparing-exercise-outdoors_23-2149676915.jpg", imageAlt: "Athlete training dark mood"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-stretching-preparing-exercise-outdoors_23-2149676915.jpg?_wi=1", imageAlt: "Athlete training dark mood"}, { - imageSrc: "http://img.b2bpic.net/free-photo/sportsman-sitting-looking-camera-football-field_23-2148203731.jpg", imageAlt: "Ghost model cinematic"}, + imageSrc: "http://img.b2bpic.net/free-photo/sportsman-sitting-looking-camera-football-field_23-2148203731.jpg?_wi=1", imageAlt: "Ghost model cinematic"}, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-pensive-curly-haired-young-woman-concentrated-into-distance-dressed-hoodie-trousers-thinks-about-something-rests-after-excursion-city-feels-tired-explores-new-places_273609-57016.jpg", imageAlt: "Ghost Classic Hoodie"}, + imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-pensive-curly-haired-young-woman-concentrated-into-distance-dressed-hoodie-trousers-thinks-about-something-rests-after-excursion-city-feels-tired-explores-new-places_273609-57016.jpg?_wi=1", imageAlt: "Ghost Classic Hoodie"}, { - imageSrc: "http://img.b2bpic.net/free-photo/teenager-sitting-his-bed-listening-music-using-his-smartphone_23-2149240339.jpg", imageAlt: "Silent Power Hoodie"}, + imageSrc: "http://img.b2bpic.net/free-photo/teenager-sitting-his-bed-listening-music-using-his-smartphone_23-2149240339.jpg?_wi=1", imageAlt: "Silent Power Hoodie"}, { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-stylish-young-woman_158538-3874.jpg", imageAlt: "Move Silent Tee"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-stylish-young-woman_158538-3874.jpg?_wi=1", imageAlt: "Move Silent Tee"}, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-boy-holding-up-skateboard_23-2148262463.jpg", imageAlt: "Ghost Gym Shirt"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-boy-holding-up-skateboard_23-2148262463.jpg?_wi=1", imageAlt: "Ghost Gym Shirt"}, ]} buttons={[ { text: "Shop Now", href: "#products" }, @@ -93,7 +93,7 @@ export default function GhostLanding() { description="The Philosophy" subdescription="Move Silent. Become Unstoppable." icon={Zap} - imageSrc="http://img.b2bpic.net/free-photo/sportsman-sitting-looking-camera-football-field_23-2148203731.jpg" + imageSrc="http://img.b2bpic.net/free-photo/sportsman-sitting-looking-camera-football-field_23-2148203731.jpg?_wi=2" imageAlt="Ghost brand philosophy" mediaAnimation="blur-reveal" useInvertedBackground={true} @@ -108,16 +108,16 @@ export default function GhostLanding() {