Bob AI: remove contact form section
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
// import NavbarLayoutFloatitlengOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import HeroSplit from '@/components/sections/hero/HeroSplit';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
|
||||
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
||||
import TeamCardOne from '@/components/sections/team/TeamCardOne';
|
||||
@@ -89,24 +88,6 @@ export default function ITAcademyPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MetricSplitMediaAbout
|
||||
tag="About Us"
|
||||
tagIcon={Award}
|
||||
title="Test Title"
|
||||
description="Founded in 2015, IT Academy has trained over 5,000 students in cutting-edge technology. Our mission is to provide accessible, high-quality IT education that bridges the gap between academic learning and industry demands."
|
||||
metrics={[
|
||||
{ value: "5000+", title: "Students Trained Successfully" },
|
||||
{ value: "35%", title: "Job Placement Rate" }
|
||||
]}
|
||||
imageSrc="https://img.b2bpic.net/free-photo/row-serious-focused-coworkers-sitting-table-typing-laptops_74855-10363.jpg"
|
||||
imageAlt="IT Academy classroom"
|
||||
useInvertedBackground="invertDefault"
|
||||
className="hover:shadow-xl transition-shadow duration-300"
|
||||
className="animate-zoom-in"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="courses" data-section="courses">
|
||||
<FeatureCardThree
|
||||
title="Our Signature Courses"
|
||||
|
||||
Reference in New Issue
Block a user