From e3bdd134b319d7023272a7e04729f3a59dc77412 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 24 May 2026 09:11:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 64cb1f0..933666f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,7 @@ import ReactLenis from "lenis/react"; import ContactText from '@/components/sections/contact/ContactText'; import FaqBase from '@/components/sections/faq/FaqBase'; import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; -import FooterCard from '@/components/sections/footer/FooterCard'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; @@ -209,20 +209,26 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1