From 74334079acb546793a0ad22eea19903696f19550 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 12:23:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 102 +++++++++++++++++++++++------------------------ 1 file changed, 51 insertions(+), 51 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7a966a9..c971157 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,16 +4,16 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import { lazy, Suspense } from "react"; -const ContactSplitForm = lazy(() => import('@/components/sections/contact/ContactSplitForm')); -const FaqBase = lazy(() => import('@/components/sections/faq/FaqBase')); -const FeatureCardMedia = lazy(() => import('@/components/sections/feature/FeatureCardMedia')); -const FooterLogoReveal = lazy(() => import('@/components/sections/footer/FooterLogoReveal')); -const HeroBillboardScroll = lazy(() => import('@/components/sections/hero/HeroBillboardScroll')); +const ContactCTA = lazy(() => import('@/components/sections/contact/ContactCTA')); +const FaqSplitText = lazy(() => import('@/components/sections/faq/FaqSplitText')); +const FeatureCardSeven = lazy(() => import('@/components/sections/feature/FeatureCardSeven')); +const FooterCard = lazy(() => import('@/components/sections/footer/FooterCard')); +const HeroCentered = lazy(() => import('@/components/sections/hero/HeroCentered')); const MetricCardFourteen = lazy(() => import('@/components/sections/metrics/MetricCardFourteen')); -const NavbarStyleCentered = lazy(() => import('@/components/navbar/NavbarStyleCentered/NavbarStyleCentered')); -const ProductCardFour = lazy(() => import('@/components/sections/product/ProductCardFour')); -const TestimonialCardSix = lazy(() => import('@/components/sections/testimonial/TestimonialCardSix')); -const TextSplitAbout = lazy(() => import('@/components/sections/about/TextSplitAbout')); +const NavbarStyleFullscreen = lazy(() => import('@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen')); +const ProductCardOne = lazy(() => import('@/components/sections/product/ProductCardOne')); +const TestimonialCardThirteen = lazy(() => import('@/components/sections/testimonial/TestimonialCardThirteen')); +const SplitAbout = lazy(() => import('@/components/sections/about/SplitAbout')); export default function LandingPage() { return ( @@ -32,7 +32,7 @@ export default function LandingPage() { }>
-
-
-
-- 2.49.1