Bob AI: remove the footer_base section
This commit is contained in:
@@ -11,7 +11,6 @@ import HeroBillboard1 from '@/components/sections/hero/HeroBillboard1';
|
||||
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TeamCardOne1 from '@/components/sections/team/TeamCardOne1';
|
||||
import FooterBase1 from '@/components/sections/footer/FooterBase1';
|
||||
|
||||
export default function TechAcademyPage() {
|
||||
return (
|
||||
@@ -152,12 +151,6 @@ export default function TechAcademyPage() {
|
||||
background={{ variant: "plain" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer_media" data-section="footer_media">
|
||||
<FooterBase1
|
||||
title="Footer Base"
|
||||
/>
|
||||
</div>
|
||||
<div id="pricing_card_one" data-section="pricing_card_one">
|
||||
<PricingCardOne
|
||||
carouselMode="auto"
|
||||
|
||||
Reference in New Issue
Block a user