Bob AI: remove footer section
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user