Compare commits
16 Commits
version_1
...
ec3e559e88
| Author | SHA1 | Date | |
|---|---|---|---|
| ec3e559e88 | |||
| 54c47bce2a | |||
| 3f428eeac2 | |||
| bcf83fcf73 | |||
| 59b92741c9 | |||
| cf79ae657d | |||
| 36301f96be | |||
| da84509f96 | |||
| 2b264eb234 | |||
| 6ce5855e95 | |||
| 3a5a414545 | |||
| edd704dd5f | |||
| e52745cbb1 | |||
| 6b88fab86f | |||
| 8707f49092 | |||
| 9b58ad3c1a |
@@ -10,7 +10,8 @@ import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCar
|
|||||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -77,6 +78,36 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</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">
|
<div id="about" data-section="about">
|
||||||
<MediaSplitTabsAbout
|
<MediaSplitTabsAbout
|
||||||
title="Why Choose TechAcademy?"
|
title="Why Choose TechAcademy?"
|
||||||
|
|||||||
Reference in New Issue
Block a user