From 1d43ed3832785b62a04c525f46e6d98463dccbad Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 17:19:37 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8623355..ed843f0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() {
- console.log(email)} />
@@ -239,4 +241,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From 9c85d9c8211a70cf02714137a089db23603e0d67 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 17:19:37 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index c1f247d..ea15990 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -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); -- 2.49.1