From ba2c80cfb2ef9263a8bdf323c59ee286e52bcbe4 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 23:03:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b52f565..90234b2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ import AboutMetric from '@/components/sections/about/AboutMetric'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; @@ -220,10 +220,11 @@ export default function LandingPage() { ); -} +} \ No newline at end of file