From 5b8a0b025e2b15ab77271f45318b1235eef8d1fb Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 15 May 2026 09:00:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 39 +++++++++++++++++++-------------------- 1 file changed, 19 insertions(+), 20 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4e1ab5a..e5cb067 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,10 +2,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; -import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; @@ -141,40 +141,39 @@ export default function LandingPage() {
-
-
); -} +} \ No newline at end of file