diff --git a/src/app/page.tsx b/src/app/page.tsx index e1cc96f..e46e814 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,30 +55,30 @@ 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={[ @@ -102,7 +102,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} @@ -117,16 +117,16 @@ export default function GhostLanding() {