diff --git a/src/app/page.tsx b/src/app/page.tsx index 42b7a7e..156e29d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,11 +46,11 @@ export default function LandingPage() { description="Expertly guided wild swimming retreats on the beautiful Isle of Mull. Reconnect with nature and find your flow." buttons={[{ text: "Start Your Journey", href: "/retreats" }]} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/body-water-near-mountain-ranges-with-green-vegetation-covered-with-fog-daytime_155999-12.jpg", imageAlt: "Stunning wild swimming location" }, - { imageSrc: "http://img.b2bpic.net/free-photo/body-water-near-mountain-ranges-with-green-vegetation-covered-with-fog-daytime_155999-12.jpg", imageAlt: "Peaceful water landscape" }, - { imageSrc: "http://img.b2bpic.net/free-photo/body-water-near-mountain-ranges-with-green-vegetation-covered-with-fog-daytime_155999-12.jpg", imageAlt: "Group swimming session" }, - { imageSrc: "http://img.b2bpic.net/free-photo/body-water-near-mountain-ranges-with-green-vegetation-covered-with-fog-daytime_155999-12.jpg", imageAlt: "Nature-focused retreat activity" }, - { imageSrc: "http://img.b2bpic.net/free-photo/body-water-near-mountain-ranges-with-green-vegetation-covered-with-fog-daytime_155999-12.jpg", imageAlt: "Calm morning swim" }, + { imageSrc: "http://img.b2bpic.net/free-photo/body-water-near-mountain-ranges-with-green-vegetation-covered-with-fog-daytime_155999-12.jpg?_wi=1", imageAlt: "Stunning wild swimming location" }, + { imageSrc: "http://img.b2bpic.net/free-photo/body-water-near-mountain-ranges-with-green-vegetation-covered-with-fog-daytime_155999-12.jpg?_wi=2", imageAlt: "Peaceful water landscape" }, + { imageSrc: "http://img.b2bpic.net/free-photo/body-water-near-mountain-ranges-with-green-vegetation-covered-with-fog-daytime_155999-12.jpg?_wi=3", imageAlt: "Group swimming session" }, + { imageSrc: "http://img.b2bpic.net/free-photo/body-water-near-mountain-ranges-with-green-vegetation-covered-with-fog-daytime_155999-12.jpg?_wi=4", imageAlt: "Nature-focused retreat activity" }, + { imageSrc: "http://img.b2bpic.net/free-photo/body-water-near-mountain-ranges-with-green-vegetation-covered-with-fog-daytime_155999-12.jpg?_wi=5", imageAlt: "Calm morning swim" }, ]} mediaAnimation="blur-reveal" /> @@ -63,7 +63,7 @@ export default function LandingPage() { title="Guided by Nature" description="Founded with a deep love for the Isle of Mull, our retreats are designed to make wild swimming accessible, safe, and life-changing." subdescription="We blend local expertise with a commitment to your wellbeing, ensuring every swim is as comfortable as it is exhilarating." - imageSrc="http://img.b2bpic.net/free-photo/blonde-swimmer-holding-swimming-cap_23-2148393569.jpg" + imageSrc="http://img.b2bpic.net/free-photo/blonde-swimmer-holding-swimming-cap_23-2148393569.jpg?_wi=1" imageAlt="The retreat founder in nature" mediaAnimation="slide-up" icon={LifeBuoy} @@ -78,8 +78,8 @@ export default function LandingPage() { memberVariant="card" membersAnimation="slide-up" members={[ - { id: "1", name: "Fiona M.", imageSrc: "http://img.b2bpic.net/free-photo/blonde-swimmer-holding-swimming-cap_23-2148393569.jpg" }, - { id: "2", name: "James B.", imageSrc: "http://img.b2bpic.net/free-photo/blonde-swimmer-holding-swimming-cap_23-2148393569.jpg" }, + { id: "1", name: "Fiona M.", imageSrc: "http://img.b2bpic.net/free-photo/blonde-swimmer-holding-swimming-cap_23-2148393569.jpg?_wi=2" }, + { id: "2", name: "James B.", imageSrc: "http://img.b2bpic.net/free-photo/blonde-swimmer-holding-swimming-cap_23-2148393569.jpg?_wi=3" }, ]} />