diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 90a8ea0..c2499e3 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -3,7 +3,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import AboutMetric from '@/components/sections/about/AboutMetric'; -import FooterBase from '@/components/sections/footer/FooterBase'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; @@ -123,10 +123,10 @@ export default function LandingPage() {