diff --git a/src/app/page.tsx b/src/app/page.tsx index 0966950..f53471e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,13 +3,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import AboutMetric from '@/components/sections/about/AboutMetric'; -import ContactCenter from '@/components/sections/contact/ContactCenter'; +import ContactCta from '@/components/sections/contact/ContactCta'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; -import FooterMedia from '@/components/sections/footer/FooterMedia'; -import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; -import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; +import FooterBrandReveal from '@/components/sections/footer/FooterBrandReveal'; +import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; +import NavbarInline from '@/components/ui/NavbarInline'; +import PricingSimpleCards from '@/components/sections/pricing/PricingSimpleCards'; +import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee'; import { Award, CheckCircle, ShieldCheck, Zap, AlertTriangle, Circle } from "lucide-react"; export default function LandingPage() { @@ -28,167 +28,125 @@ export default function LandingPage() { >
-
-
-
-
); -} \ No newline at end of file +}