Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9c85d9c821 | |||
| 1d43ed3832 | |||
| 200ada6505 | |||
| 07f355bfa0 | |||
| 128a875f07 |
@@ -8,7 +8,7 @@ import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCa
|
|||||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||||
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
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 FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||||
import { DollarSign, LayoutGrid, MapPin, Smartphone, TrendingUp, Zap } from 'lucide-react';
|
import { DollarSign, LayoutGrid, MapPin, Smartphone, TrendingUp, Zap } from 'lucide-react';
|
||||||
|
|
||||||
@@ -148,7 +148,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
names={[
|
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}
|
speed={40}
|
||||||
showCard={true}
|
showCard={true}
|
||||||
@@ -189,15 +189,17 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactText
|
<ContactCenter
|
||||||
text="Ready to Transform Your Business? Get Your Mobile App Built Today"
|
tag="Ready to Launch?"
|
||||||
animationType="entrance-slide"
|
tagAnimation="slide-up"
|
||||||
background={{ variant: "plain" }}
|
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}
|
useInvertedBackground={false}
|
||||||
buttons={[
|
inputPlaceholder="Enter your email"
|
||||||
{ text: "Schedule Free Discovery Call", href: "#" },
|
buttonText="Schedule Free Discovery Call"
|
||||||
{ text: "View Pricing", href: "#pricing" }
|
termsText="We respect your privacy. Your information is secure with us."
|
||||||
]}
|
onSubmit={(email) => console.log(email)}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #ffffff;
|
--background: #f5faff;
|
||||||
--card: #f9f9f9;
|
--card: #f1f8ff;
|
||||||
--foreground: #120006e6;
|
--foreground: #001f3f;
|
||||||
--primary-cta: #e63946;
|
--primary-cta: #0066cc;
|
||||||
--primary-cta-text: #ffffff;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #f9f9f9;
|
--secondary-cta: #ff6b6b;
|
||||||
--secondary-cta-text: #120006e6;
|
--secondary-cta-text: #120006e6;
|
||||||
--accent: #e2e2e2;
|
--accent: #00b4d8;
|
||||||
--background-accent: #e2e2e2;
|
--background-accent: #0091c4;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user