diff --git a/src/app/page.tsx b/src/app/page.tsx index 45e257a..517a614 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { { text: 'Learn More', href: 'about' } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/athlete-standing-all-weather-running-track_1150-14632.jpg" + imageSrc="http://img.b2bpic.net/free-photo/athlete-standing-all-weather-running-track_1150-14632.jpg?_wi=1" imageAlt="Athlete in motion showcasing Nike performance" imagePosition="right" mediaAnimation="slide-up" @@ -78,7 +78,7 @@ export default function LandingPage() { name: 'Nike Air Max Elite', price: '$189', variant: 'Black 5 Colors', - imageSrc: 'http://img.b2bpic.net/free-photo/gym-composition-with-sport-elements_23-2147915643.jpg', + imageSrc: 'http://img.b2bpic.net/free-photo/gym-composition-with-sport-elements_23-2147915643.jpg?_wi=1', imageAlt: 'Nike Air Max Elite sneaker', isFavorited: false }, @@ -96,7 +96,7 @@ export default function LandingPage() { name: 'Nike Revolution 6', price: '$129', variant: 'Navy 4 Colors', - imageSrc: 'http://img.b2bpic.net/free-photo/gym-composition-with-sport-elements_23-2147915643.jpg', + imageSrc: 'http://img.b2bpic.net/free-photo/gym-composition-with-sport-elements_23-2147915643.jpg?_wi=2', imageAlt: 'Nike Revolution 6 running shoe', isFavorited: false } @@ -124,7 +124,7 @@ export default function LandingPage() { author: 'Performance Lab', description: 'Engineered to provide maximum comfort and responsiveness during intense athletic performance and training sessions.', tags: ['Comfort', 'Technology'], - imageSrc: 'http://img.b2bpic.net/free-photo/full-shot-man-doing-sport-with-stats_23-2150040506.jpg', + imageSrc: 'http://img.b2bpic.net/free-photo/full-shot-man-doing-sport-with-stats_23-2150040506.jpg?_wi=1', imageAlt: 'Nike cushioning technology innovation' }, { @@ -133,7 +133,7 @@ export default function LandingPage() { author: 'Sustainability Team', description: 'Crafted with eco-conscious materials that reduce environmental impact without compromising performance quality.', tags: ['Sustainability', 'Innovation'], - imageSrc: 'http://img.b2bpic.net/free-photo/full-shot-man-doing-sport-with-stats_23-2150040506.jpg', + imageSrc: 'http://img.b2bpic.net/free-photo/full-shot-man-doing-sport-with-stats_23-2150040506.jpg?_wi=2', imageAlt: 'Sustainable material innovation' } ]} @@ -174,7 +174,7 @@ export default function LandingPage() { value: '190+', title: 'Countries Worldwide', description: 'Nike operates in over 190 countries globally', - imageSrc: 'http://img.b2bpic.net/free-photo/athlete-standing-all-weather-running-track_1150-14632.jpg', + imageSrc: 'http://img.b2bpic.net/free-photo/athlete-standing-all-weather-running-track_1150-14632.jpg?_wi=2', imageAlt: 'Global reach visualization' }, { @@ -182,7 +182,7 @@ export default function LandingPage() { value: '100M+', title: 'Athletes Inspired', description: 'Empowering athletes of all levels', - imageSrc: 'http://img.b2bpic.net/free-photo/gym-composition-with-sport-elements_23-2147915643.jpg', + imageSrc: 'http://img.b2bpic.net/free-photo/gym-composition-with-sport-elements_23-2147915643.jpg?_wi=3', imageAlt: 'Athletes worldwide' } ]} @@ -214,12 +214,12 @@ export default function LandingPage() { cardAnimation="slide-up" useInvertedBackground={true} testimonials={[ - { id: '1', name: 'Michael Jordan', imageSrc: 'http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg', imageAlt: 'Michael Jordan' }, - { id: '2', name: 'Serena Williams', imageSrc: 'http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg', imageAlt: 'Serena Williams' }, + { id: '1', name: 'Michael Jordan', imageSrc: 'http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg?_wi=1', imageAlt: 'Michael Jordan' }, + { id: '2', name: 'Serena Williams', imageSrc: 'http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg?_wi=2', imageAlt: 'Serena Williams' }, { id: '3', name: 'LeBron James', imageSrc: 'http://img.b2bpic.net/free-photo/soccer-player-with-fifa-trophy_23-2147817310.jpg', imageAlt: 'LeBron James' }, { id: '4', name: 'Naomi Osaka', imageSrc: 'http://img.b2bpic.net/free-vector/athletes-logo-design_742173-19764.jpg', imageAlt: 'Naomi Osaka' }, { id: '5', name: 'Cristiano Ronaldo', imageSrc: 'http://img.b2bpic.net/free-photo/young-male-runner-stretching-her-hands-while-exercising-stadium_23-2148162111.jpg', imageAlt: 'Cristiano Ronaldo' }, - { id: '6', name: 'Simone Biles', imageSrc: 'http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg', imageAlt: 'Simone Biles' } + { id: '6', name: 'Simone Biles', imageSrc: 'http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg?_wi=3', imageAlt: 'Simone Biles' } ]} />