From fdb1ff250f8a35e183759e9603f418ffc6abd79f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 17:01:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 290 +++++++---------------------------------------- 1 file changed, 44 insertions(+), 246 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f6d3003..d1d3031 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,13 +2,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import HeroBillboard from '@/components/sections/hero/HeroBillboard'; -import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import ProductCardFour from '@/components/sections/product/ProductCardFour'; -import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; +import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import ProductCardThree from '@/components/sections/product/ProductCardThree'; +import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; +import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; export default function LandingPage() { return ( @@ -26,286 +26,84 @@ export default function LandingPage() { >
-
-
-
-
); -} +} \ No newline at end of file -- 2.49.1