From af2a2d78dec8ff3365e1eb330035fbed63c43dc9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 14 Apr 2026 14:02:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 253 +++++++++-------------------------------------- 1 file changed, 49 insertions(+), 204 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f4adda7..22cafe5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,11 +4,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; -import FooterCard from '@/components/sections/footer/FooterCard'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; -import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; +import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; +import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; export default function LandingPage() { return ( @@ -26,24 +27,12 @@ export default function LandingPage() { >
- + />
-- 2.49.1