diff --git a/src/app/page.tsx b/src/app/page.tsx index fd0c290..6954e1a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,14 +2,15 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; +import { Sparkles, CheckCircle, ShieldCheck, Mail, Info } from "lucide-react"; +import ContactSplit from '@/components/sections/contact/ContactSplit'; import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; -import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; -import MediaAbout from '@/components/sections/about/MediaAbout'; -import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; +import TextAbout from '@/components/sections/about/TextAbout'; +import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; +import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; const handleBookNow = () => { const element = document.getElementById('contact'); @@ -36,163 +37,98 @@ export default function LandingPage() {