diff --git a/src/app/page.tsx b/src/app/page.tsx index f53471e..0966950 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 ContactCta from '@/components/sections/contact/ContactCta'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; -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 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 { Award, CheckCircle, ShieldCheck, Zap, AlertTriangle, Circle } from "lucide-react"; export default function LandingPage() { @@ -28,125 +28,167 @@ export default function LandingPage() { >
-
-
-
-
); -} +} \ No newline at end of file