From 86e00e6c26abdceb3324121fdc3b6690fbe3e815 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 20:08:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 23e9fbb..05b732c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,7 @@ import ReactLenis from "lenis/react"; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; @@ -145,15 +145,16 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1