|
|
|
@@ -1,18 +1,16 @@
|
|
|
|
"use client"
|
|
|
|
"use client"
|
|
|
|
|
|
|
|
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
// import NavbarLayoutFloatitlengOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
|
|
|
|
|
|
|
import HeroSplit from '@/components/sections/hero/HeroSplit';
|
|
|
|
import HeroSplit from '@/components/sections/hero/HeroSplit';
|
|
|
|
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
|
|
|
|
|
|
|
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
|
|
|
|
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
|
|
|
|
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
|
|
|
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
|
|
|
import TeamCardOne from '@/components/sections/team/TeamCardOne';
|
|
|
|
import TeamCardOne from '@/components/sections/team/TeamCardOne';
|
|
|
|
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
|
|
|
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
|
|
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
|
|
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
|
|
|
import ContactText from '@/components/sections/contact/ContactText';
|
|
|
|
|
|
|
|
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
|
|
|
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
|
|
|
import { Award, BookOpen, HelpCircle, Star, Users, Zap } from 'lucide-react';
|
|
|
|
import { BookOpen, HelpCircle, Star, Users, Zap } from 'lucide-react';
|
|
|
|
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
|
|
|
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
|
|
|
|
|
|
|
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
|
|
|
|
|
|
|
|
|
|
|
export default function ITAcademyPage() {
|
|
|
|
export default function ITAcademyPage() {
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
@@ -45,21 +43,14 @@ export default function ITAcademyPage() {
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
<HeroSplit
|
|
|
|
<HeroBillboardScroll
|
|
|
|
title="123"
|
|
|
|
title="Hero Billboard Scroll"
|
|
|
|
description="Measurable Results That Speak for Themselves"
|
|
|
|
description="Add your description here."
|
|
|
|
tag="Start Your Journey"
|
|
|
|
tag="Label"
|
|
|
|
tagIcon={Zap}
|
|
|
|
tagIcon="Check"
|
|
|
|
background={{ variant: "glowing-orb" }}
|
|
|
|
buttons={[{"label": "Primary", "href": "#"}, {"label": "Secondary", "href": "#"}]}
|
|
|
|
imageSrc="https://img.b2bpic.net/free-photo/man-working-energy-innovations-his-laptop_23-2148820170.jpg"
|
|
|
|
imageSrc="https://placehold.co/600x400"
|
|
|
|
imageAlt="Students learning coding and IT skills"
|
|
|
|
/>
|
|
|
|
imagePosition="right"
|
|
|
|
|
|
|
|
buttons={[
|
|
|
|
|
|
|
|
{ text: "Browse Courses", href: "courses" },
|
|
|
|
|
|
|
|
{ text: "Free Demo", href: "contact" }
|
|
|
|
|
|
|
|
]}
|
|
|
|
|
|
|
|
containerClassName="mt-8"
|
|
|
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="team" data-section="team">
|
|
|
|
<div id="team" data-section="team">
|
|
|
|
@@ -89,24 +80,6 @@ export default function ITAcademyPage() {
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</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">
|
|
|
|
<div id="courses" data-section="courses">
|
|
|
|
<FeatureCardThree
|
|
|
|
<FeatureCardThree
|
|
|
|
title="Our Signature Courses"
|
|
|
|
title="Our Signature Courses"
|
|
|
|
@@ -217,16 +190,14 @@ export default function ITAcademyPage() {
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id="hero_billboard_scroll" data-section="hero_billboard_scroll">
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
<HeroBillboardScroll
|
|
|
|
<ContactText
|
|
|
|
title="Hero Billboard Scroll"
|
|
|
|
text="Ready to launch your IT career? Join hundreds of successful graduates who transformed their futures at IT Academy."
|
|
|
|
description="Add your description here."
|
|
|
|
animationType="background-highlight"
|
|
|
|
tag="Label"
|
|
|
|
buttons={[
|
|
|
|
tagIcon="Check"
|
|
|
|
{ text: "Start Your Journey", href: "https://example.com/enroll" },
|
|
|
|
buttons={[{"label": "Primary", "href": "#"}, {"label": "Secondary", "href": "#"}]}
|
|
|
|
{ text: "Schedule a Consultation", href: "contact" }
|
|
|
|
imageSrc="https://placehold.co/600x400"
|
|
|
|
]}
|
|
|
|
|
|
|
|
useInvertedBackground="invertDefault"
|
|
|
|
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
|