From d8c3e72d831eea2aa5019ec2145e947a1defaa1a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Mar 2026 10:29:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 28 +++++++++++----------------- 1 file changed, 11 insertions(+), 17 deletions(-) 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() {
-
-- 2.49.1