diff --git a/src/app/page.tsx b/src/app/page.tsx index eac7df3..0a2a54a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,6 +10,7 @@ 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'; export default function TechAcademyPage() { return ( @@ -136,6 +137,13 @@ export default function TechAcademyPage() { useInvertedBackground="noInvert" /> +