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