Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4bd8e7dfcc |
175
src/app/page.tsx
175
src/app/page.tsx
@@ -33,27 +33,17 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "hero"},
|
||||||
id: "hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About",
|
name: "About", id: "about"},
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "features"},
|
||||||
id: "features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "contact"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Boca Marina"
|
brandName="Boca Marina"
|
||||||
button={{
|
button={{
|
||||||
text: "Book Slip",
|
text: "Book Slip", href: "#contact"}}
|
||||||
href: "#contact",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -63,13 +53,9 @@ export default function LandingPage() {
|
|||||||
description="Experience unparalleled luxury and professional service at South Florida's premier yachting destination. Secure your slip today."
|
description="Experience unparalleled luxury and professional service at South Florida's premier yachting destination. Secure your slip today."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Explore Slips",
|
text: "Explore Slips", href: "#features"},
|
||||||
href: "#features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Contact Us",
|
text: "Contact Us", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/aerial-overhead-shot-white-sailboats-docked-coast-ocean_181624-2729.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/aerial-overhead-shot-white-sailboats-docked-coast-ocean_181624-2729.jpg"
|
||||||
@@ -84,17 +70,11 @@ export default function LandingPage() {
|
|||||||
description="Nestled in the heart of Boca, Boca Marina offers state-of-the-art facilities designed for the discerning yachtsman. Our commitment to service ensures every stay is effortless."
|
description="Nestled in the heart of Boca, Boca Marina offers state-of-the-art facilities designed for the discerning yachtsman. Our commitment to service ensures every stay is effortless."
|
||||||
bulletPoints={[
|
bulletPoints={[
|
||||||
{
|
{
|
||||||
title: "Secure Dockage",
|
title: "Secure Dockage", description: "24/7 gated security with deep-water access."},
|
||||||
description: "24/7 gated security with deep-water access.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Concierge Service",
|
title: "Concierge Service", description: "Personalized support for all your needs."},
|
||||||
description: "Personalized support for all your needs.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Premium Amenities",
|
title: "Premium Amenities", description: "High-speed fuel, pump-out, and lounge areas."},
|
||||||
description: "High-speed fuel, pump-out, and lounge areas.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/two-empty-chairs-wooden-pier-overlooking-mountains-sunset-light_169016-9949.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/two-empty-chairs-wooden-pier-overlooking-mountains-sunset-light_169016-9949.jpg"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
@@ -109,19 +89,13 @@ export default function LandingPage() {
|
|||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
icon: Star,
|
icon: Star,
|
||||||
title: "State-of-the-Art Docks",
|
title: "State-of-the-Art Docks", description: "Concrete floating docks designed for stability."},
|
||||||
description: "Concrete floating docks designed for stability.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Zap,
|
icon: Zap,
|
||||||
title: "High-Speed Shore Power",
|
title: "High-Speed Shore Power", description: "Reliable 50/100 amp power for any vessel size."},
|
||||||
description: "Reliable 50/100 amp power for any vessel size.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: ShieldCheck,
|
icon: ShieldCheck,
|
||||||
title: "24/7 Security",
|
title: "24/7 Security", description: "Camera monitored and gated access control."},
|
||||||
description: "Camera monitored and gated access control.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="World-Class Facilities"
|
title="World-Class Facilities"
|
||||||
description="Our marina is equipped with the latest maritime technology to ensure your vessel is maintained to the highest standards."
|
description="Our marina is equipped with the latest maritime technology to ensure your vessel is maintained to the highest standards."
|
||||||
@@ -136,20 +110,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", value: "150+", description: "Total Slips Available"},
|
||||||
value: "150+",
|
|
||||||
description: "Total Slips Available",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", value: "20+", description: "Years of Excellence"},
|
||||||
value: "20+",
|
|
||||||
description: "Years of Excellence",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", value: "98%", description: "Client Satisfaction"},
|
||||||
value: "98%",
|
|
||||||
description: "Client Satisfaction",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Marina Highlights"
|
title="Marina Highlights"
|
||||||
description="Numbers speak to our commitment to quality and service excellence for every vessel moored with us."
|
description="Numbers speak to our commitment to quality and service excellence for every vessel moored with us."
|
||||||
@@ -163,59 +128,28 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "John Doe", role: "Yacht Owner", company: "SeaVoyager", rating: 5,
|
||||||
name: "John Doe",
|
imageSrc: "http://img.b2bpic.net/free-photo/good-looking-girl-with-surprised-smile-reading-message-holding-phone-touching-her-dark-hair-outdoor-portrait-stunning-young-woman-stylish-glasses-resting-beside-fountain-after-work_197531-25254.jpg"},
|
||||||
role: "Yacht Owner",
|
|
||||||
company: "SeaVoyager",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/good-looking-girl-with-surprised-smile-reading-message-holding-phone-touching-her-dark-hair-outdoor-portrait-stunning-young-woman-stylish-glasses-resting-beside-fountain-after-work_197531-25254.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Jane Smith", role: "Captain", company: "MarinePros", rating: 5,
|
||||||
name: "Jane Smith",
|
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-lighthouse_23-2150602917.jpg"},
|
||||||
role: "Captain",
|
|
||||||
company: "MarinePros",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-lighthouse_23-2150602917.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Robert Lee", role: "Owner", company: "BlueWaves", rating: 5,
|
||||||
name: "Robert Lee",
|
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-smiling-while-her-boyfriend-embraces-her_1157-1559.jpg"},
|
||||||
role: "Owner",
|
|
||||||
company: "BlueWaves",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-smiling-while-her-boyfriend-embraces-her_1157-1559.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "Alice Wang", role: "Charterer", company: "LuxBoats", rating: 5,
|
||||||
name: "Alice Wang",
|
imageSrc: "http://img.b2bpic.net/free-photo/charming-lovely-woman-with-long-light-brown-hair-grey-coat-admire-sea-good-weather-embankment_291650-374.jpg"},
|
||||||
role: "Charterer",
|
|
||||||
company: "LuxBoats",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/charming-lovely-woman-with-long-light-brown-hair-grey-coat-admire-sea-good-weather-embankment_291650-374.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "Mike Ross", role: "Member", company: "ClubX", rating: 5,
|
||||||
name: "Mike Ross",
|
imageSrc: "http://img.b2bpic.net/free-photo/yong-pretty-woman-portrait_624325-46.jpg"},
|
||||||
role: "Member",
|
|
||||||
company: "ClubX",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/yong-pretty-woman-portrait_624325-46.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
kpiItems={[
|
kpiItems={[
|
||||||
{
|
{
|
||||||
value: "4.9",
|
value: "4.9", label: "Avg Rating"},
|
||||||
label: "Avg Rating",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "120+",
|
value: "120+", label: "Repeat Clients"},
|
||||||
label: "Repeat Clients",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "5k+",
|
value: "5k+", label: "Vessels Served"},
|
||||||
label: "Vessels Served",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Client Experiences"
|
title="Client Experiences"
|
||||||
description="Don't take our word for it. Hear what yacht owners say about their experience at Boca Marina."
|
description="Don't take our word for it. Hear what yacht owners say about their experience at Boca Marina."
|
||||||
@@ -227,14 +161,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
names={[
|
names={[
|
||||||
"Nautica Solutions",
|
"Nautica Solutions", "SeaSafe Tech", "OceanBound Co", "Marina Pros", "Yacht Care Hub", "BlueHorizon", "Coastal Group"]}
|
||||||
"SeaSafe Tech",
|
|
||||||
"OceanBound Co",
|
|
||||||
"Marina Pros",
|
|
||||||
"Yacht Care Hub",
|
|
||||||
"BlueHorizon",
|
|
||||||
"Coastal Group",
|
|
||||||
]}
|
|
||||||
title="Trusted Partners"
|
title="Trusted Partners"
|
||||||
description="We collaborate with the best names in the maritime industry."
|
description="We collaborate with the best names in the maritime industry."
|
||||||
/>
|
/>
|
||||||
@@ -246,20 +173,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", title: "Do you offer transient slip rentals?", content: "Yes, we have short-term slips available for daily or weekly stays."},
|
||||||
title: "Do you offer transient slip rentals?",
|
|
||||||
content: "Yes, we have short-term slips available for daily or weekly stays.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", title: "Is security included?", content: "Our facility is fully gated with 24/7 surveillance."},
|
||||||
title: "Is security included?",
|
|
||||||
content: "Our facility is fully gated with 24/7 surveillance.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", title: "Are there amenities for pets?", content: "Yes, our park area is pet-friendly."},
|
||||||
title: "Are there amenities for pets?",
|
|
||||||
content: "Yes, our park area is pet-friendly.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Common Questions"
|
title="Common Questions"
|
||||||
description="Answers to the most frequently asked questions about slip rentals and marina services."
|
description="Answers to the most frequently asked questions about slip rentals and marina services."
|
||||||
@@ -271,8 +189,7 @@ export default function LandingPage() {
|
|||||||
<ContactCenter
|
<ContactCenter
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{
|
||||||
variant: "animated-grid",
|
variant: "animated-grid"}}
|
||||||
}}
|
|
||||||
tag="Get In Touch"
|
tag="Get In Touch"
|
||||||
title="Book Your Slip Today"
|
title="Book Your Slip Today"
|
||||||
description="Ready to dock at the best marina in Boca? Reach out to our concierge team now."
|
description="Ready to dock at the best marina in Boca? Reach out to our concierge team now."
|
||||||
@@ -283,33 +200,23 @@ export default function LandingPage() {
|
|||||||
<FooterSimple
|
<FooterSimple
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Boca Marina",
|
title: "Boca Marina", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "About Us",
|
label: "Sobre Nosotros", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Services",
|
label: "Servicios", href: "#features"},
|
||||||
href: "#features",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal",
|
title: "Legal", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Privacy Policy",
|
label: "Política de Privacidad", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Terms of Service",
|
label: "Términos de Servicio", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
bottomLeftText="© 2024 Boca Marina. All rights reserved."
|
bottomLeftText="© 2024 Boca Marina. Todos los derechos reservados."
|
||||||
bottomRightText="123 Marina Dr, Boca Raton, FL"
|
bottomRightText="123 Marina Dr, Boca Raton, FL"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user