From d7e3830c6defae8bc35dc43aea570172fd0be771 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 13:42:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index c854d37..27da45c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,6 +83,7 @@ export default function LandingPage() { 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" mediaAnimation="slide-up" + bulletPoints={[]} /> @@ -93,6 +94,7 @@ export default function LandingPage() { title="This is not a gym class." description="You're not here to follow instructions. You're here to surf." mediaAnimation="none" + bulletPoints={[]} /> -- 2.49.1