From 6875cb27819f58db987bb8590bc92fa356382dfb Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Fri, 30 Jan 2026 13:01:09 +0000 Subject: [PATCH] Bob AI: [Block: footer-base-reveal|Footer Base Reveal|/blo... --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f6e771e..1b35747 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,8 +8,8 @@ import TextAbout from '@/components/sections/about/TextAbout'; import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import ContactText from '@/components/sections/contact/ContactText'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import { Sparkles, Star, Zap, Heart } from "lucide-react"; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; export default function LandingPage() { return ( @@ -175,9 +175,9 @@ export default function LandingPage() { );