Merge version_2 into main #2
@@ -30,11 +30,11 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Lesson", id: "#lesson"},
|
||||
name: "Lesson", id: "lesson"},
|
||||
{
|
||||
name: "Pengar", id: "#pengar"},
|
||||
name: "Pengar", id: "pengar"},
|
||||
{
|
||||
name: "FAQ", id: "#faq"},
|
||||
name: "FAQ", id: "faq"},
|
||||
]}
|
||||
brandName="LokaSurf"
|
||||
/>
|
||||
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -207,4 +203,4 @@ That's the difference between catching five waves in two hours and catching one.
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user