From 2ad57d18a4b57332845b4fddcf252db304919863 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 05:11:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 120 +++++++++++++++++------------------------------ 1 file changed, 43 insertions(+), 77 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 88df73a..00380c2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,14 +2,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; -import FooterCard from '@/components/sections/footer/FooterCard'; -import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; -import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import SplitAbout from '@/components/sections/about/SplitAbout'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; +import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import ProductCardFour from '@/components/sections/ecommerce/productCatalog/ProductCatalogItem'; +import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; +import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import { Facebook, Instagram, Twitter } from "lucide-react"; export default function LandingPage() { @@ -28,7 +28,7 @@ export default function LandingPage() { >