diff --git a/src/app/page.tsx b/src/app/page.tsx index d438a41..bccf3c1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,12 +5,13 @@ import ReactLenis from "lenis/react"; import ContactText from '@/components/sections/contact/ContactText'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; +import FooterCard from '@/components/sections/footer/FooterCard'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import TextAbout from '@/components/sections/about/TextAbout'; +import { Facebook, Instagram, Twitter } from "lucide-react"; export default function LandingPage() { return ( @@ -132,12 +133,14 @@ export default function LandingPage() {