Bob AI: remove section Premium Features
This commit is contained in:
@@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
import TextAbout from '@/components/sections/about/TextAbout';
|
import TextAbout from '@/components/sections/about/TextAbout';
|
||||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
|
||||||
import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
|
import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
|
||||||
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
||||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||||
@@ -50,31 +49,6 @@ export default function TechAcademyPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="metrics" data-section="metrics">
|
|
||||||
<MetricCardOne
|
|
||||||
title="Our Impact by Numbers"
|
|
||||||
description="Trusted by thousands of students and employers worldwide"
|
|
||||||
metrics={[
|
|
||||||
{
|
|
||||||
id: "1", value: "5000", title: "Students Trained", description: "Successful learners completing our programs", icon: Users
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "2", value: "95", title: "% Job Placement", description: "Graduates landing roles within 3 months", icon: TrendingUp
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "3", value: "50", title: "Industry Partners", description: "Leading tech companies hiring our graduates", icon: Award
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "4", value: "100", title: "Expert Instructors", description: "Certified professionals with real-world experience", icon: Target
|
|
||||||
}
|
|
||||||
]}
|
|
||||||
animationType="slide-up"
|
|
||||||
gridVariant="uniform-all-items-equal"
|
|
||||||
textboxLayout="default"
|
|
||||||
useInvertedBackground="invertDefault"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="team" data-section="team">
|
<div id="team" data-section="team">
|
||||||
<TeamCardEleven
|
<TeamCardEleven
|
||||||
title="Meet Our Expert Instructors"
|
title="Meet Our Expert Instructors"
|
||||||
|
|||||||
Reference in New Issue
Block a user