Compare commits
13 Commits
version_3
...
ec3e559e88
| Author | SHA1 | Date | |
|---|---|---|---|
| ec3e559e88 | |||
| 54c47bce2a | |||
| 3f428eeac2 | |||
| bcf83fcf73 | |||
| 59b92741c9 | |||
| cf79ae657d | |||
| 36301f96be | |||
| da84509f96 | |||
| 2b264eb234 | |||
| 6ce5855e95 | |||
| 3a5a414545 | |||
| e52745cbb1 | |||
| 8707f49092 |
@@ -10,7 +10,8 @@ import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCar
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import { Sparkles, Award, Rocket, Linkedin, Twitter, Github, Mail } from "lucide-react";
|
||||
import { Sparkles, Award, Rocket, Linkedin, Twitter, Github, Mail, Users, Clock, HeadphonesIcon, Globe } from "lucide-react";
|
||||
import AboutMetric from "@/components/sections/about/AboutMetric";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -48,7 +49,7 @@ export default function LandingPage() {
|
||||
description="Learn from industry experts in our comprehensive IT courses. From web development to data science, gain practical skills and launch your tech career."
|
||||
tag="Start Learning Today"
|
||||
tagIcon={Sparkles}
|
||||
background={{}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-people-working-laptops_23-2149739424.jpg", imageAlt: "Students learning online"
|
||||
@@ -77,6 +78,36 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero-new" data-section="hero-new">
|
||||
<AboutMetric
|
||||
title="Unlocking Tech Potential"
|
||||
metrics={[
|
||||
{
|
||||
"icon": Users,
|
||||
"label": "Happy Customers",
|
||||
"value": "10K+"
|
||||
},
|
||||
{
|
||||
"icon": Clock,
|
||||
"label": "Uptime",
|
||||
"value": "99.9%"
|
||||
},
|
||||
{
|
||||
"icon": HeadphonesIcon,
|
||||
"label": "Support",
|
||||
"value": "24/7"
|
||||
},
|
||||
{
|
||||
"icon": Globe,
|
||||
"label": "Countries",
|
||||
"value": "50+"
|
||||
}
|
||||
]}
|
||||
useInvertedBackground="noInvert"
|
||||
ariaLabel="About metrics section"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MediaSplitTabsAbout
|
||||
title="Why Choose TechAcademy?"
|
||||
@@ -256,4 +287,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user