diff --git a/src/app/page.tsx b/src/app/page.tsx index c515e60..3aed3f0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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: "" }} /> - -