Bob AI: remove the footer_base section
This commit is contained in:
@@ -7,7 +7,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import { Sparkles, BookOpen, Users, TrendingUp, Award, Target } from "lucide-react";
|
||||
import ContactForm from '@/components/form/ContactForm';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import TeamCardOne from '@/components/sections/team/TeamCardOne';
|
||||
import HeroBillboard1 from '@/components/sections/hero/HeroBillboard1';
|
||||
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
||||
@@ -86,12 +85,6 @@ export default function TechAcademyPage() {
|
||||
navItems={[{ title: "Explore Our Floral Art", description: "Dive into our gallery showcasing Jessica's unique floral designs and arrangements." }, { title: "Contact Our Team", description: "Reach out to our dedicated team for any questions about our services or upcoming events." }]}
|
||||
button={{ text: "" }}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer_base" data-section="footer_base">
|
||||
<FooterBase
|
||||
columns={[{ title: "Contact Us", description: "Have questions about our floral arrangements? Reach out to us for expert advice and assistance." }, { title: "Explore More", description: "Discover our floral classes, packages, and services designed to inspire and educate." }]}
|
||||
copyrightText="© 2026 TechMasters. All rights reserved."
|
||||
/>
|
||||
</div> <div id="team_card_one" data-section="team_card_one">
|
||||
<TeamCardOne
|
||||
members={[{ name: "Jessica Bloom", role: "Lead Florist & Founder", image: "" }]}
|
||||
|
||||
Reference in New Issue
Block a user