diff --git a/src/app/page.tsx b/src/app/page.tsx index ded932b..1404618 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,12 +47,12 @@ export default function LandingPage() { tag="Your Summer Escape" buttons={[{ text: "Plan Your Visit", href: "#contact" }]} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/skjolden-norway-may-16-2023-feet_58702-16353.jpg", imageAlt: "Wakeboarding on the lake" }, - { imageSrc: "http://img.b2bpic.net/free-photo/friends-sunbathing-lying-chaises-near-swimming-pool_176420-4067.jpg", imageAlt: "Forest shade area" }, - { imageSrc: "http://img.b2bpic.net/free-photo/skjolden-norway-may-16-2023-feet_58702-16353.jpg", imageAlt: "Summer lake relaxation" }, - { imageSrc: "http://img.b2bpic.net/free-photo/friends-sunbathing-lying-chaises-near-swimming-pool_176420-4067.jpg", imageAlt: "Wakeboarding action" }, - { imageSrc: "http://img.b2bpic.net/free-photo/skjolden-norway-may-16-2023-feet_58702-16353.jpg", imageAlt: "Nature escape" }, - { imageSrc: "http://img.b2bpic.net/free-photo/friends-sunbathing-lying-chaises-near-swimming-pool_176420-4067.jpg", imageAlt: "Social summer vibes" } + { imageSrc: "http://img.b2bpic.net/free-photo/skjolden-norway-may-16-2023-feet_58702-16353.jpg?_wi=1", imageAlt: "Wakeboarding on the lake" }, + { imageSrc: "http://img.b2bpic.net/free-photo/friends-sunbathing-lying-chaises-near-swimming-pool_176420-4067.jpg?_wi=1", imageAlt: "Forest shade area" }, + { imageSrc: "http://img.b2bpic.net/free-photo/skjolden-norway-may-16-2023-feet_58702-16353.jpg?_wi=2", imageAlt: "Summer lake relaxation" }, + { imageSrc: "http://img.b2bpic.net/free-photo/friends-sunbathing-lying-chaises-near-swimming-pool_176420-4067.jpg?_wi=2", imageAlt: "Wakeboarding action" }, + { imageSrc: "http://img.b2bpic.net/free-photo/skjolden-norway-may-16-2023-feet_58702-16353.jpg?_wi=3", imageAlt: "Nature escape" }, + { imageSrc: "http://img.b2bpic.net/free-photo/friends-sunbathing-lying-chaises-near-swimming-pool_176420-4067.jpg?_wi=3", imageAlt: "Social summer vibes" } ]} mediaAnimation="blur-reveal" /> @@ -74,9 +74,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { title: "Adrenaline Wakeboarding", description: "Challenge yourself or learn the basics on our dedicated wakeboarding course.", icon: Zap, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-kitesurf-board_23-2148197350.jpg", imageAlt: "Wakeboarding action" }, { imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-kitesurf-board_23-2148197350.jpg", imageAlt: "Wakeboarding course" }] }, - { title: "Deep Forest Shade", description: "Cool down under the natural canopy, perfect for hot summer afternoons.", icon: Leaf, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/athlete-running-forest_23-2147618051.jpg", imageAlt: "Forest shade" }, { imageSrc: "http://img.b2bpic.net/free-photo/athlete-running-forest_23-2147618051.jpg", imageAlt: "Outdoor relaxation" }] }, - { title: "Social Spaces", description: "Gather your friends for drinks and food in our nature-integrated lounge zones.", icon: Users, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/skjolden-norway-may-16-2023-feet_58702-16353.jpg", imageAlt: "Social area" }, { imageSrc: "http://img.b2bpic.net/free-photo/skjolden-norway-may-16-2023-feet_58702-16353.jpg", imageAlt: "Group hangout" }] } + { title: "Adrenaline Wakeboarding", description: "Challenge yourself or learn the basics on our dedicated wakeboarding course.", icon: Zap, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-kitesurf-board_23-2148197350.jpg?_wi=1", imageAlt: "Wakeboarding action" }, { imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-kitesurf-board_23-2148197350.jpg?_wi=2", imageAlt: "Wakeboarding course" }] }, + { title: "Deep Forest Shade", description: "Cool down under the natural canopy, perfect for hot summer afternoons.", icon: Leaf, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/athlete-running-forest_23-2147618051.jpg?_wi=1", imageAlt: "Forest shade" }, { imageSrc: "http://img.b2bpic.net/free-photo/athlete-running-forest_23-2147618051.jpg?_wi=2", imageAlt: "Outdoor relaxation" }] }, + { title: "Social Spaces", description: "Gather your friends for drinks and food in our nature-integrated lounge zones.", icon: Users, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/skjolden-norway-may-16-2023-feet_58702-16353.jpg?_wi=4", imageAlt: "Social area" }, { imageSrc: "http://img.b2bpic.net/free-photo/skjolden-norway-may-16-2023-feet_58702-16353.jpg?_wi=5", imageAlt: "Group hangout" }] } ]} />