diff --git a/src/app/page.tsx b/src/app/page.tsx index 82a43fe..bdb1a93 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,9 +7,9 @@ import SplitAbout from '@/components/sections/about/SplitAbout'; import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import FaqDouble from '@/components/sections/faq/FaqDouble'; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import { Award, Clock, HelpCircle, Home, Shield, Sparkles, Star, Zap } from 'lucide-react'; +import { Award, Clock, HelpCircle, Home, Shield, Sparkles, Star, Zap, Phone } from 'lucide-react'; export default function LandingPage() { return ( @@ -174,25 +174,19 @@ export default function LandingPage() {
-