diff --git a/src/app/page.tsx b/src/app/page.tsx index 41cf7db..4f0dd9b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { Sparkles, BookOpen, Users, TrendingUp, Award, Target } from "lucide-react"; import ContactForm from '@/components/form/ContactForm'; import HeroBillboard from '@/components/sections/hero/HeroBillboard'; -import FaqBase from '@/components/sections/faq/FaqBase'; import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import ButtonTextUnderline from '@/components/button/ButtonTextUnderline'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; @@ -118,20 +117,7 @@ export default function TechAcademyPage() { buttons={[{ label: "View Collections", href: "#" }, { label: "Contact Us", href: "#" }]} imageSrc="https://placehold.co/600x400" /> - -