|
|
|
|
@@ -8,7 +8,7 @@ import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCa
|
|
|
|
|
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
|
|
|
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
|
|
|
|
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
|
|
|
|
import ContactText from '@/components/sections/contact/ContactText';
|
|
|
|
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
|
|
|
|
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
|
|
|
|
import { DollarSign, LayoutGrid, MapPin, Smartphone, TrendingUp, Zap } from 'lucide-react';
|
|
|
|
|
|
|
|
|
|
@@ -148,7 +148,7 @@ export default function LandingPage() {
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
names={[
|
|
|
|
|
"Key Largo Gyms", "Islamorada Charters", "Marathon Restaurants", "Key West Tour Operators", "Marina Management", "Local Service Businesses", "Hospitality & Resorts", "Water Sports Operators"
|
|
|
|
|
"Key Largo", "Islamorada", "Marathon", "Key West", "Marina Management", "Local Service Businesses", "Hospitality & Resorts", "Water Sports Operators"
|
|
|
|
|
]}
|
|
|
|
|
speed={40}
|
|
|
|
|
showCard={true}
|
|
|
|
|
@@ -189,15 +189,17 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
|
<ContactText
|
|
|
|
|
text="Ready to Transform Your Business? Get Your Mobile App Built Today"
|
|
|
|
|
animationType="entrance-slide"
|
|
|
|
|
background={{ variant: "plain" }}
|
|
|
|
|
<ContactCenter
|
|
|
|
|
tag="Ready to Launch?"
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
title="Ready to Launch Your Own Business App?"
|
|
|
|
|
description="Serving Florida Keys Businesses — Key Largo, Islamorada, Marathon, and Key West"
|
|
|
|
|
background={{ variant: "rotated-rays-animated-grid" }}
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Schedule Free Discovery Call", href: "#" },
|
|
|
|
|
{ text: "View Pricing", href: "#pricing" }
|
|
|
|
|
]}
|
|
|
|
|
inputPlaceholder="Enter your email"
|
|
|
|
|
buttonText="Schedule Free Discovery Call"
|
|
|
|
|
termsText="We respect your privacy. Your information is secure with us."
|
|
|
|
|
onSubmit={(email) => console.log(email)}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -239,4 +241,4 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|