From aaf62f56b471683d8819347214a29d1469bc552d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 13:55:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a19b35d..b98401f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { { text: "Explore Courses", href: "#packages"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-scenery-beach-with-few-people-shot-from-higher-ground_181624-290.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-scenery-beach-with-few-people-shot-from-higher-ground_181624-290.jpg?_wi=1" imageAlt="Surfer riding a wave in Tarifa at sunset" mediaAnimation="slide-up" avatars={[ @@ -193,7 +193,7 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Elena Rodriguez", date: "August 2023", title: "Absolutely fantastic!", quote: "Hurley Tarifa transformed my fear of the ocean into a love for surfing. The instructors are incredibly supportive and make learning so much fun. Best decision ever!", tag: "Beginner Surfer", avatarSrc: "http://img.b2bpic.net/free-photo/photo-pretty-surfer-high-spirit-dressed-wetsuit-has-toothy-smile-long-hair-waxes-surfaces-board-hiting-ocean-waves_273609-17693.jpg", avatarAlt: "Elena Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-scenery-beach-with-few-people-shot-from-higher-ground_181624-290.jpg", imageAlt: "happy young woman beach smile"}, + id: "1", name: "Elena Rodriguez", date: "August 2023", title: "Absolutely fantastic!", quote: "Hurley Tarifa transformed my fear of the ocean into a love for surfing. The instructors are incredibly supportive and make learning so much fun. Best decision ever!", tag: "Beginner Surfer", avatarSrc: "http://img.b2bpic.net/free-photo/photo-pretty-surfer-high-spirit-dressed-wetsuit-has-toothy-smile-long-hair-waxes-surfaces-board-hiting-ocean-waves_273609-17693.jpg", avatarAlt: "Elena Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-scenery-beach-with-few-people-shot-from-higher-ground_181624-290.jpg?_wi=2", imageAlt: "happy young woman beach smile"}, { id: "2", name: "Mark Johnson", date: "July 2023", title: "Improved immensely!", quote: "I came to Hurley Tarifa as an intermediate surfer, and their coaching pushed me to new limits. My wave selection and technique are miles better. Highly recommend!", tag: "Intermediate Level", avatarSrc: "http://img.b2bpic.net/free-photo/shot-pretty-woman-with-surf-zinc-face-protection-holds-waxed-surfboard-poses-cliff_273609-18101.jpg", avatarAlt: "Mark Johnson", imageSrc: "http://img.b2bpic.net/free-photo/people-surfing-brazil_23-2151079371.jpg", imageAlt: "happy young woman beach smile"}, { -- 2.49.1