Bob AI: remove footer section

This commit is contained in:
2026-01-30 13:11:39 +00:00
parent e850d15153
commit 2583cc41c1

View File

@@ -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"
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal
columns={[{ title: "Item 1", description: "Description" }, { title: "Item 2", description: "Description" }]}
/>
</div>
</ThemeProvider>
</ThemeProvider>
);
}