From 1874b9acf304629f5f560890f8b5eed39707a168 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 13:40:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 50d0bdc..0763e00 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,11 +30,11 @@ export default function LandingPage() { @@ -100,7 +100,7 @@ export default function LandingPage() { title: "Patient Teacher", description: "Specializing in first-timers."}, ]} imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-pleased-youngster-with-toothy-smile-wears-black-wetsuit_273609-18088.jpg" - imageAlt: "smiling Indonesian surf instructor" + imageAlt="smiling Indonesian surf instructor" mediaAnimation="slide-up" /> @@ -110,11 +110,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} title="This is not a gym class." - description="You're not here to follow instructions. You're here to surf. - -A local instructor doesn't read you a safety checklist and count to three. He reads the wave for you, positions you at the right second, and pushes you when the moment is right. - -That's the difference between catching five waves in two hours and catching one. Book a local. Surf more." + description="You're not here to follow instructions. You're here to surf." bulletPoints={[ { title: "Real Waves", description: "We surf at the best spots for your level."}, @@ -123,7 +119,7 @@ That's the difference between catching five waves in two hours and catching one. ]} mediaAnimation="none" imageSrc="http://img.b2bpic.net/free-photo/people-recreateion_273609-44331.jpg" - imageAlt: "People, recreateion" + imageAlt="People, recreateion" /> @@ -207,4 +203,4 @@ That's the difference between catching five waves in two hours and catching one. ); -} +} \ No newline at end of file -- 2.49.1