Compare commits
1 Commits
version_10
...
version_11
| Author | SHA1 | Date | |
|---|---|---|---|
| 54c47bce2a |
@@ -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