diff --git a/src/app/page.tsx b/src/app/page.tsx index 520ebe5..39269a5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,7 +3,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactText from '@/components/sections/contact/ContactText'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; +import FooterCard from '@/components/sections/footer/FooterCard'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; @@ -12,6 +12,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import TextAbout from '@/components/sections/about/TextAbout'; +import { Instagram, Facebook, Twitter } from 'lucide-react'; export default function LandingPage() { return ( @@ -160,13 +161,14 @@ export default function LandingPage() {