From 8ac05325fee514b5ebeadd2a12a71e0da03a7199 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 14:12:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) 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() {