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() {