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() {
);