From 0e241594405975c3472afa4c7f1f29206e868d48 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 09:02:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 37 ++++++++++++++++++++----------------- 1 file changed, 20 insertions(+), 17 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 61a9737..feaf03f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,11 +4,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; export default function LandingPage() { return ( @@ -102,21 +102,15 @@ export default function LandingPage() {
- ); -} +} \ No newline at end of file -- 2.49.1