diff --git a/src/app/page.tsx b/src/app/page.tsx index 00d29fd..f6781ca 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,7 @@ import ReactLenis from "lenis/react"; import FaqBase from '@/components/sections/faq/FaqBase'; import FeatureBento from '@/components/sections/feature/FeatureBento'; import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import HeroSplit from '@/components/sections/hero/HeroSplit'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; @@ -146,15 +146,16 @@ export default function LandingPage() {
); -} +} \ No newline at end of file