16 Commits

Author SHA1 Message Date
10759a389d Switch to version 4: modified src/app/page.tsx 2026-03-11 19:22:23 +00:00
fdaefcd0fa Switch to version 5: modified src/app/page.tsx 2026-03-11 19:22:21 +00:00
ea975eccdb Merge version_6 into main
Merge version_6 into main
2026-03-11 19:21:34 +00:00
b1a3dae875 Update src/app/page.tsx 2026-03-11 19:21:30 +00:00
76673d2d00 Merge version_5 into main
Merge version_5 into main
2026-03-11 19:10:44 +00:00
310224ebb5 Update src/app/page.tsx 2026-03-11 19:10:40 +00:00
030c9bdc40 Merge version_4 into main
Merge version_4 into main
2026-03-11 19:07:13 +00:00
e0b28c1e67 Update src/app/page.tsx 2026-03-11 19:07:09 +00:00
5be0da93eb Merge version_3 into main
Merge version_3 into main
2026-03-11 17:55:42 +00:00
5114ca64e0 Update src/app/page.tsx 2026-03-11 17:55:38 +00:00
0ac3a34223 Merge version_2 into main
Merge version_2 into main
2026-03-11 17:19:41 +00:00
9c85d9c821 Update src/app/styles/variables.css 2026-03-11 17:19:37 +00:00
1d43ed3832 Update src/app/page.tsx 2026-03-11 17:19:37 +00:00
200ada6505 Merge version_1 into main
Merge version_1 into main
2026-03-11 16:03:13 +00:00
07f355bfa0 Merge version_1 into main
Merge version_1 into main
2026-03-11 16:02:19 +00:00
128a875f07 Merge version_1 into main
Merge version_1 into main
2026-03-11 16:01:26 +00:00
2 changed files with 21 additions and 19 deletions

View File

@@ -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';
@@ -44,7 +44,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplit
title="Turn Your Business Into a Mobile App"
description="Booking, payments, customer engagement, and automation — all inside your own branded mobile app. Modernize your business with a custom app built for the Florida Keys."
description="Increase bookings by 40% and boost customer retention with a custom branded mobile app. Get direct bookings, integrated payments, automated customer engagement, and business automation—all in one app designed specifically for your Florida Keys business."
tag="Mobile App Development"
tagIcon={Smartphone}
tagAnimation="slide-up"
@@ -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="Get Your Free App Consultation"
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>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #120006e6;
--primary-cta: #e63946;
--background: #f5faff;
--card: #f1f8ff;
--foreground: #001f3f;
--primary-cta: #0066cc;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta: #ff6b6b;
--secondary-cta-text: #120006e6;
--accent: #e2e2e2;
--background-accent: #e2e2e2;
--accent: #00b4d8;
--background-accent: #0091c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);