Bob AI: remove the contact_form section
This commit is contained in:
@@ -3,7 +3,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 TextAbout from '@/components/sections/about/TextAbout';
|
||||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
|
||||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||||
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
||||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||||
@@ -76,32 +75,6 @@ export default function TechAcademyPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="metrics" data-section="metrics">
|
|
||||||
<MetricCardOne
|
|
||||||
title="Get in Touch"
|
|
||||||
description="We would love to hear from you"
|
|
||||||
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"
|
|
||||||
className="animate-fade-in"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="team" data-section="team">
|
<div id="team" data-section="team">
|
||||||
<TeamCardOne1 className="p-8"
|
<TeamCardOne1 className="p-8"
|
||||||
title="Our Development Team"
|
title="Our Development Team"
|
||||||
|
|||||||
Reference in New Issue
Block a user