Compare commits
34 Commits
version_46
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| c4585be770 | |||
| 661d189589 | |||
| 9fec8854a9 | |||
| 1e96414c92 | |||
| c2b3376739 | |||
| 462323843b | |||
| ed82a453db | |||
| c540914887 | |||
| e38c3aa2a7 | |||
| a7250dfb0c | |||
| 3440963dfb | |||
| ee12a38bc6 | |||
| 164095b15e | |||
| 4d7e9f813f | |||
| 78079e5fe9 | |||
| af65a697d5 | |||
| 742804aca1 | |||
| 0e035c00ed | |||
| cb822685e1 | |||
| b647cb1eae | |||
| a3665e942e | |||
| 5960c71262 | |||
| 39f3828847 | |||
| c7fdd3509a | |||
| 054a0a4d95 | |||
| 90a51e7edb | |||
| 87315cd131 | |||
| d8cf8d117f | |||
| 14451b2c10 | |||
| 7898f9ecd8 | |||
| 223369a90a | |||
| fb6e0dafda | |||
| 890b0acee4 | |||
| a416be25e9 |
113
src/app/page.tsx
113
src/app/page.tsx
@@ -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,35 +43,40 @@ export default function ITAcademyPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplit
|
<HeroBillboardScroll
|
||||||
title="LLM"
|
title="Hero Billboard Scroll"
|
||||||
description="Learn in-demand IT skills with industry experts. From web development to cybersecurity, our comprehensive courses prepare you for success in the tech industry."
|
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/row-serious-focused-coworkers-sitting-table-typing-laptops_74855-10363.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" }
|
|
||||||
]}
|
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="about" data-section="about">
|
<div id="team" data-section="team">
|
||||||
<MetricSplitMediaAbout
|
<TeamCardOne
|
||||||
tag="About Us"
|
title="Meet Our Expert Instructors"
|
||||||
tagIcon={Award}
|
description="Experienced professionals with proven track records in the tech industry"
|
||||||
title="Building the Next Generation of Tech Professionals"
|
tag="Instructors"
|
||||||
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."
|
tagIcon={Users}
|
||||||
metrics={[
|
textboxLayout="default"
|
||||||
{ value: "5000+", title: "Students Trained Successfully" },
|
gridVariant="four-items-2x2-equal-grid"
|
||||||
{ value: "95%", title: "Job Placement Rate" }
|
animationType="slide-up"
|
||||||
|
useInvertedBackground="true"
|
||||||
|
members={[
|
||||||
|
{
|
||||||
|
id: "1", name: "Rajesh Kumar", role: "Full-Stack Developer", imageSrc: "https://img.b2bpic.net/free-photo/portrait-young-man-scientist_23-2148820194.jpg", imageAlt: "Rajesh Kumar"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "2", name: "Priya Sharma", role: "Data Scientist", imageSrc: "https://img.b2bpic.net/free-photo/close-up-young-business-person-doing-internship_23-2149305396.jpg", imageAlt: "Priya Sharma"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "3", name: "Amit Verma", role: "Security Expert", imageSrc: "https://img.b2bpic.net/free-photo/close-up-colleagues-learning-work_23-2149300706.jpg", imageAlt: "Amit Verma"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "4", name: "Deepa Singh", role: "UI/UX Designer", imageSrc: "https://img.b2bpic.net/free-photo/closeup-senior-lecturer-with-arms-crossed_1262-1753.jpg", imageAlt: "Deepa Singh"
|
||||||
|
}
|
||||||
]}
|
]}
|
||||||
imageSrc="https://img.b2bpic.net/free-photo/row-serious-focused-coworkers-sitting-table-typing-laptops_74855-10363.jpg"
|
|
||||||
imageAlt="IT Academy classroom"
|
|
||||||
useInvertedBackground="invertDefault"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -85,6 +88,9 @@ export default function ITAcademyPage() {
|
|||||||
tagIcon={BookOpen}
|
tagIcon={BookOpen}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
|
gridVariant="three-columns-all-equal-width"
|
||||||
|
gridVariant="three-columns-all-equal-width"
|
||||||
|
gridVariant="three-columns-all-equal-width"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
features={[
|
features={[
|
||||||
@@ -117,33 +123,6 @@ export default function ITAcademyPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="team" data-section="team">
|
|
||||||
<TeamCardOne
|
|
||||||
title="Meet Our Expert Instructors"
|
|
||||||
description="Experienced professionals with proven track records in the tech industry"
|
|
||||||
tag="Instructors"
|
|
||||||
tagIcon={Users}
|
|
||||||
textboxLayout="default"
|
|
||||||
gridVariant="four-items-2x2-equal-grid"
|
|
||||||
animationType="slide-up"
|
|
||||||
useInvertedBackground="noInvert"
|
|
||||||
members={[
|
|
||||||
{
|
|
||||||
id: "1", name: "Rajesh Kumar", role: "Full-Stack Developer", imageSrc: "https://img.b2bpic.net/free-photo/portrait-young-man-scientist_23-2148820194.jpg", imageAlt: "Rajesh Kumar"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "2", name: "Priya Sharma", role: "Data Scientist", imageSrc: "https://img.b2bpic.net/free-photo/close-up-young-business-person-doing-internship_23-2149305396.jpg", imageAlt: "Priya Sharma"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "3", name: "Amit Verma", role: "Security Expert", imageSrc: "https://img.b2bpic.net/free-photo/close-up-colleagues-learning-work_23-2149300706.jpg", imageAlt: "Amit Verma"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "4", name: "Deepa Singh", role: "UI/UX Designer", imageSrc: "https://img.b2bpic.net/free-photo/closeup-senior-lecturer-with-arms-crossed_1262-1753.jpg", imageAlt: "Deepa Singh"
|
|
||||||
}
|
|
||||||
]}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardSix
|
<TestimonialCardSix
|
||||||
title="What Our Students Say"
|
title="What Our Students Say"
|
||||||
@@ -211,19 +190,16 @@ 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">
|
||||||
<FooterSimple
|
<FooterSimple
|
||||||
columns={[
|
columns={[
|
||||||
@@ -261,6 +237,7 @@ export default function ITAcademyPage() {
|
|||||||
]}
|
]}
|
||||||
bottomLeftText="© 2025 IT Academy. All rights reserved."
|
bottomLeftText="© 2025 IT Academy. All rights reserved."
|
||||||
bottomRightText="Empowering Tech Careers Since 2015"
|
bottomRightText="Empowering Tech Careers Since 2015"
|
||||||
|
className="mt-10"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
|
|||||||
Reference in New Issue
Block a user