From 5a22454f14ddc0d4b28b57736921954f2cb30b30 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 16:51:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 32 +++++++++++++------------------- 1 file changed, 13 insertions(+), 19 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ae09973..55ffd8e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,13 +5,13 @@ import ReactLenis from "lenis/react"; import ContactText from '@/components/sections/contact/ContactText'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; export default function LandingPage() { return ( @@ -159,26 +159,23 @@ export default function LandingPage() {
-