diff --git a/src/app/page.tsx b/src/app/page.tsx index a47f522..e6cce24 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,16 +2,16 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCenter from '@/components/sections/contact/ContactCenter'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import FooterCard from '@/components/sections/footer/FooterCard'; import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Clock, Lightbulb, ShieldCheck, Star, Users, Phone, MessageCircle } from "lucide-react"; +import { Clock, Lightbulb, ShieldCheck, Star, Users, Phone, MessageCircle, Mail, MapPin } from "lucide-react"; export default function LandingPage() { return ( @@ -144,29 +144,28 @@ export default function LandingPage() {
-
- {/* Fixed Mobile Bottom Nav */}
@@ -181,4 +180,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file