diff --git a/src/app/page.tsx b/src/app/page.tsx index 71ea0bf..84b28d2 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 FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import FooterBase from '@/components/sections/footer/FooterBase'; import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; @@ -213,26 +213,31 @@ export default function LandingPage() {