Compare commits
6 Commits
version_12
...
cf79ae657d
| Author | SHA1 | Date | |
|---|---|---|---|
| cf79ae657d | |||
| da84509f96 | |||
| 6ce5855e95 | |||
| 3a5a414545 | |||
| e52745cbb1 | |||
| 8707f49092 |
@@ -10,9 +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";
|
|
||||||
import EmailSignupForm from "@/components/form/EmailSignupForm";
|
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -79,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?"
|
||||||
@@ -262,13 +230,6 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact-new" data-section="contact-new">
|
|
||||||
<EmailSignupForm
|
|
||||||
inputPlaceholder="techie@email.com"
|
|
||||||
buttonText="Sign Up"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterCard
|
<FooterCard
|
||||||
logoText="TechAcademy"
|
logoText="TechAcademy"
|
||||||
|
|||||||
Reference in New Issue
Block a user