diff --git a/src/app/page.tsx b/src/app/page.tsx index a2e47c8..7e327c6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { { text: "OUR STORY", href: "#about" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/breathtaking-view-mountains-with-colorful-fall-trees-against-foggy-background_181624-17689.jpg" + imageSrc="http://img.b2bpic.net/free-photo/breathtaking-view-mountains-with-colorful-fall-trees-against-foggy-background_181624-17689.jpg?_wi=1" imageAlt="Crans-Montana Golf Course with Snow-Dusted Alpine Peaks" mediaAnimation="opacity" imagePosition="right" @@ -96,15 +96,15 @@ export default function LandingPage() { features={[ { id: 1, - title: "4-WAY STRETCH", description: "Ultimate freedom of movement", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-man-jogging-park_1303-23607.jpg", imageAlt: "Premium Performance Polo with 4-Way Stretch" + title: "4-WAY STRETCH", description: "Ultimate freedom of movement", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-man-jogging-park_1303-23607.jpg?_wi=1", imageAlt: "Premium Performance Polo with 4-Way Stretch" }, { id: 2, - title: "UPF 50+ PROTECTION", description: "Full spectrum UV defense", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-man-jogging-park_1303-23607.jpg", imageAlt: "Premium Performance Polo with UPF Protection" + title: "UPF 50+ PROTECTION", description: "Full spectrum UV defense", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-man-jogging-park_1303-23607.jpg?_wi=2", imageAlt: "Premium Performance Polo with UPF Protection" }, { id: 3, - title: "QUICK-DRY TECHNOLOGY", description: "Advanced moisture-wicking", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-man-jogging-park_1303-23607.jpg", imageAlt: "Premium Performance Polo with Quick-Dry" + title: "QUICK-DRY TECHNOLOGY", description: "Advanced moisture-wicking", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-man-jogging-park_1303-23607.jpg?_wi=3", imageAlt: "Premium Performance Polo with Quick-Dry" } ]} textboxLayout="default" @@ -172,7 +172,7 @@ export default function LandingPage() {