From 2583cc41c147794e92e52246760543c804e6c508 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Fri, 30 Jan 2026 13:11:39 +0000 Subject: [PATCH] Bob AI: remove footer section --- src/app/page.tsx | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 538312b..bedb1bc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,6 @@ import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import ContactText from '@/components/sections/contact/ContactText'; import { Sparkles, Star, Zap, Heart } from "lucide-react"; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; export default function LandingPage() { return ( @@ -173,12 +172,6 @@ export default function LandingPage() { useInvertedBackground="invertDefault" /> - - - + ); } \ No newline at end of file