diff --git a/src/app/page.tsx b/src/app/page.tsx index 707982a..2684b99 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -100,15 +100,15 @@ export default function LandingPage() { features={[ { id: 1, - title: "Advanced Cushioning", description: "Proprietary boost technology provides responsive cushioning that adapts to your stride for maximum comfort and energy return.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fitness-girl-tying-her-shoelaces_171337-11720.jpg", imageAlt: "Advanced Cushioning Technology" + title: "Advanced Cushioning", description: "Proprietary boost technology provides responsive cushioning that adapts to your stride for maximum comfort and energy return.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fitness-girl-tying-her-shoelaces_171337-11720.jpg?_wi=1", imageAlt: "Advanced Cushioning Technology" }, { id: 2, - title: "Lightweight Design", description: "Engineered with cutting-edge materials, our shoes weigh less without compromising support or durability.", imageSrc: "http://img.b2bpic.net/free-photo/men-accessories-laid-out-wooden-floor_1304-4254.jpg", imageAlt: "Lightweight Design" + title: "Lightweight Design", description: "Engineered with cutting-edge materials, our shoes weigh less without compromising support or durability.", imageSrc: "http://img.b2bpic.net/free-photo/men-accessories-laid-out-wooden-floor_1304-4254.jpg?_wi=1", imageAlt: "Lightweight Design" }, { id: 3, - title: "Precision Fit", description: "Strategic stitching and adaptive lacing systems ensure a perfect fit for every athlete, every time.", imageSrc: "http://img.b2bpic.net/free-photo/healthy-lifestyle-concept_1357-224.jpg", imageAlt: "Precision Fit Technology" + title: "Precision Fit", description: "Strategic stitching and adaptive lacing systems ensure a perfect fit for every athlete, every time.", imageSrc: "http://img.b2bpic.net/free-photo/healthy-lifestyle-concept_1357-224.jpg?_wi=1", imageAlt: "Precision Fit Technology" } ]} buttonAnimation="slide-up" @@ -119,13 +119,13 @@ export default function LandingPage() {