Merge version_2 into main #5
@@ -8,7 +8,6 @@ import MetricCardSeven from "@/components/sections/metrics/MetricCardSeven";
|
||||
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
||||
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
||||
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
|
||||
import { Instagram, Twitter, Facebook } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -67,6 +66,7 @@ export default function LandingPage() {
|
||||
<MetricCardSeven
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Proven Results"
|
||||
metrics={[
|
||||
{ id: "m1", value: "100+", title: "Yacht Partners", items: ["South Florida based", "Global reach"] },
|
||||
@@ -79,6 +79,7 @@ export default function LandingPage() {
|
||||
<ContactSplitForm
|
||||
title="Inquire Now"
|
||||
description="Secure your gear today."
|
||||
useInvertedBackground={false}
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Captain Name" },
|
||||
{ name: "email", type: "email", placeholder: "Email Address" }
|
||||
|
||||
Reference in New Issue
Block a user