diff --git a/src/app/page.tsx b/src/app/page.tsx index 7c79453..a2f99bf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,15 +2,15 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; -import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; -import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; -import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { BookOpen, Calendar, Globe, Mic, Trophy, Volume2 } from "lucide-react"; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; +import FooterBase from '@/components/sections/footer/FooterBase'; +import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; +import TextAbout from '@/components/sections/about/TextAbout'; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; +import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import { ArrowRight, CheckCircle, Globe, Mic, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -28,196 +28,134 @@ export default function LandingPage() { >
-
-
-
-
-
-
); -} +} \ No newline at end of file