diff --git a/src/app/page.tsx b/src/app/page.tsx index 74cb8e3..31cc439 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { { text: "Learn More", href: "#about" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/full-shot-couple-hanging-out-jetty_23-2150514728.jpg" + imageSrc="http://img.b2bpic.net/free-photo/full-shot-couple-hanging-out-jetty_23-2150514728.jpg?_wi=1" imageAlt="Friends fishing together at sunset" className="relative w-full" containerClassName="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8" @@ -92,19 +92,19 @@ export default function LandingPage() { { id: 1, title: "Monthly Fishing Tournaments", description: "Compete in friendly competitions, showcase your skills, and win amazing prizes. Our tournaments are designed for all skill levels.", buttons: [{ text: "Learn More", href: "#" }], - phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/perch-fishingrod-blurred-lake-background_169016-36714.jpg", imageAlt: "Fishing tournament in action" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-near-river-fishing-morning_1157-31184.jpg", imageAlt: "Fishing training and instruction" } + phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/perch-fishingrod-blurred-lake-background_169016-36714.jpg?_wi=1", imageAlt: "Fishing tournament in action" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-near-river-fishing-morning_1157-31184.jpg?_wi=1", imageAlt: "Fishing training and instruction" } }, { id: 2, title: "Expert Coaching & Workshops", description: "Learn from experienced anglers through our regular workshops covering techniques, equipment, and fishing spots.", buttons: [{ text: "Explore Training", href: "#" }], - phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-near-river-fishing-morning_1157-31184.jpg", imageAlt: "Expert coaching session" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/perch-fishingrod-blurred-lake-background_169016-36714.jpg", imageAlt: "Club member coaching" } + phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-near-river-fishing-morning_1157-31184.jpg?_wi=2", imageAlt: "Expert coaching session" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/perch-fishingrod-blurred-lake-background_169016-36714.jpg?_wi=2", imageAlt: "Club member coaching" } }, { id: 3, title: "Exclusive Fishing Trips", description: "Access premium fishing locations and join curated group trips to the best spots. Build friendships while pursuing your passion.", buttons: [{ text: "View Trips", href: "#" }], - phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-couple-hanging-out-jetty_23-2150514728.jpg", imageAlt: "Group fishing trip" }, + phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-couple-hanging-out-jetty_23-2150514728.jpg?_wi=2", imageAlt: "Group fishing trip" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/friends-taking-selfie-while-sitting-sand_23-2148651366.jpg", imageAlt: "Fishing group adventure" } } ]}