|
|
|
|
@@ -1,6 +1,6 @@
|
|
|
|
|
import AboutTestimonial from '@/components/sections/about/AboutTestimonial';
|
|
|
|
|
import ContactCta from '@/components/sections/contact/ContactCta';
|
|
|
|
|
import FeaturesBento from '@/components/sections/features/FeaturesBento';
|
|
|
|
|
import FeaturesArrowCards from '@/components/sections/features/FeaturesArrowCards';
|
|
|
|
|
import HeroSplit from '@/components/sections/hero/HeroSplit';
|
|
|
|
|
import PricingMediaCards from '@/components/sections/pricing/PricingMediaCards';
|
|
|
|
|
import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee';
|
|
|
|
|
@@ -44,58 +44,34 @@ export default function HomePage() {
|
|
|
|
|
|
|
|
|
|
<div id="features" data-section="features">
|
|
|
|
|
<SectionErrorBoundary name="features">
|
|
|
|
|
<FeaturesBento
|
|
|
|
|
<FeaturesArrowCards
|
|
|
|
|
tag="Club Amenities & Activities"
|
|
|
|
|
title="Unrivaled Yachting Experience"
|
|
|
|
|
description="From world-class regattas to serene sunset cruises, our club provides an array of experiences for every maritime enthusiast and their family."
|
|
|
|
|
features={[
|
|
|
|
|
items={[
|
|
|
|
|
{
|
|
|
|
|
title: "Thrilling Regattas",
|
|
|
|
|
description: "Participate in competitive and exciting races.",
|
|
|
|
|
bentoComponent: "media-stack",
|
|
|
|
|
mediaItems: [
|
|
|
|
|
{
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/sailing-yacht-race-yachting-sailing-regatta_654080-1676.jpg?_wi=1",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/sailing-yacht-race-yachting-sailing-regatta_654080-1676.jpg?_wi=2",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/sailing-yacht-race-yachting-sailing-regatta_654080-1676.jpg?_wi=3",
|
|
|
|
|
},
|
|
|
|
|
tags: [
|
|
|
|
|
"Competitive",
|
|
|
|
|
"Exciting",
|
|
|
|
|
],
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/sailing-yacht-race-yachting-sailing-regatta_654080-1676.jpg",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Expert Sailing Lessons",
|
|
|
|
|
description: "Learn from the best and grow your skills on the water.",
|
|
|
|
|
bentoComponent: "media-stack",
|
|
|
|
|
mediaItems: [
|
|
|
|
|
{
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/man-pulling-tent-zipper-enter-inside_23-2148301362.jpg?_wi=1",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/man-pulling-tent-zipper-enter-inside_23-2148301362.jpg?_wi=2",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/man-pulling-tent-zipper-enter-inside_23-2148301362.jpg?_wi=3",
|
|
|
|
|
},
|
|
|
|
|
tags: [
|
|
|
|
|
"Learn",
|
|
|
|
|
"Grow",
|
|
|
|
|
],
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/man-pulling-tent-zipper-enter-inside_23-2148301362.jpg",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Vibrant Social Events",
|
|
|
|
|
description: "Connect with the community and network with fellow members.",
|
|
|
|
|
bentoComponent: "media-stack",
|
|
|
|
|
mediaItems: [
|
|
|
|
|
{
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/life-after-covid-freedom-concept_23-2149068557.jpg?_wi=1",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/life-after-covid-freedom-concept_23-2149068557.jpg?_wi=2",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/life-after-covid-freedom-concept_23-2149068557.jpg?_wi=3",
|
|
|
|
|
},
|
|
|
|
|
tags: [
|
|
|
|
|
"Community",
|
|
|
|
|
"Networking",
|
|
|
|
|
],
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/life-after-covid-freedom-concept_23-2149068557.jpg",
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
|