From e0d14009ada69f577ecffd46d7c3ed9c10557dfc Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Thu, 5 Feb 2026 12:08:37 +0200 Subject: [PATCH] Bob AI: replace footer with [Block: footer-base-1|Footer B... --- src/app/page.tsx | 58 +++++++++++++++++++++++------------------------- 1 file changed, 28 insertions(+), 30 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 60327f8..724df6d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwent import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; +import FooterBase1 from '@/components/sections/footer/FooterBase1'; import { Camera, Zap, Sparkles, Monitor, Shield, Star, Heart } from "lucide-react"; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; @@ -228,35 +228,33 @@ export default function LandingPage() { );