Bob AI: remove the about section
This commit is contained in:
@@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
||||||
import TextAbout from '@/components/sections/about/TextAbout';
|
|
||||||
import FeatureCardTwentyTwo from '@/components/sections/feature/FeatureCardTwentyTwo';
|
import FeatureCardTwentyTwo from '@/components/sections/feature/FeatureCardTwentyTwo';
|
||||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||||
import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
|
import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
|
||||||
@@ -68,16 +67,6 @@ export default function TechAcademyPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="about" data-section="about">
|
|
||||||
<TextAbout
|
|
||||||
title="Empowering the Next Generation of Tech Leaders Through Quality Education and Mentorship"
|
|
||||||
useInvertedBackground="invertDefault"
|
|
||||||
buttons={[
|
|
||||||
{ text: "Learn Our Mission", href: "#" }
|
|
||||||
]}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="courses" data-section="courses">
|
<div id="courses" data-section="courses">
|
||||||
<FeatureCardTwentyTwo
|
<FeatureCardTwentyTwo
|
||||||
title="Our Popular Courses"
|
title="Our Popular Courses"
|
||||||
|
|||||||
Reference in New Issue
Block a user