Compare commits
9 Commits
ec3e559e88
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 0532f6fa6f | |||
| 0af7f44a41 | |||
| cd4ab79614 | |||
| b068f35849 | |||
| 2b2911503d | |||
| 365e454631 | |||
| a606571c6d | |||
| 3f8dc04828 | |||
| 14698e950e |
@@ -10,8 +10,7 @@ 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, Users, Clock, HeadphonesIcon, Globe } from "lucide-react";
|
import { Sparkles, Award, Rocket, Linkedin, Twitter, Github, Mail } from "lucide-react";
|
||||||
import AboutMetric from "@/components/sections/about/AboutMetric";
|
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -78,36 +77,6 @@ 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