Compare commits
4 Commits
version_4
...
version_12
| Author | SHA1 | Date | |
|---|---|---|---|
| 14698e950e | |||
| 54c47bce2a | |||
| 36301f96be | |||
| 2b264eb234 |
@@ -10,7 +10,9 @@ 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";
|
||||||
|
import EmailSignupForm from "@/components/form/EmailSignupForm";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -48,7 +50,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."
|
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"
|
tag="Start Learning Today"
|
||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
background={{}}
|
background={{ variant: "radial-gradient" }}
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-people-working-laptops_23-2149739424.jpg", imageAlt: "Students learning online"
|
imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-people-working-laptops_23-2149739424.jpg", imageAlt: "Students learning online"
|
||||||
@@ -77,6 +79,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?"
|
||||||
@@ -131,19 +163,19 @@ export default function LandingPage() {
|
|||||||
description="Choose the plan that fits your learning goals and budget"
|
description="Choose the plan that fits your learning goals and budget"
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "starter", tag: "Beginner Plan", price: "$199", period: "/month", description: "Perfect for those starting their tech journey with foundational knowledge.", button: { text: "Get Started", href: "contact" },
|
id: "starter", tag: "Beginner Plan", price: "$99", period: "/month", description: "Perfect for those starting their tech journey with foundational knowledge.", button: { text: "Get Started", href: "contact" },
|
||||||
featuresTitle: "What's Included:", features: [
|
featuresTitle: "What's Included:", features: [
|
||||||
"Access to 3 foundational courses", "Weekly live Q&A sessions", "Course materials and resources", "Community forum access", "Certificate of completion"
|
"Access to 3 foundational courses", "Weekly live Q&A sessions", "Course materials and resources", "Community forum access", "Certificate of completion"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "professional", tag: "Professional Plan", price: "$399", period: "/month", description: "Our most popular plan for serious learners aiming for career advancement.", button: { text: "Enroll Now", href: "contact" },
|
id: "professional", tag: "Professional Plan", price: "$199", period: "/month", description: "Our most popular plan for serious learners aiming for career advancement.", button: { text: "Enroll Now", href: "contact" },
|
||||||
featuresTitle: "What's Included:", features: [
|
featuresTitle: "What's Included:", features: [
|
||||||
"Access to 8 professional courses", "2 weeks of 1-on-1 mentorship", "Priority support via Slack", "Job preparation bootcamp", "Resume and portfolio review", "Interview coaching sessions"
|
"Access to 8 professional courses", "2 weeks of 1-on-1 mentorship", "Priority support via Slack", "Job preparation bootcamp", "Resume and portfolio review", "Interview coaching sessions"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "enterprise", tag: "Enterprise Plan", price: "$799", period: "/month", description: "Comprehensive program for those committed to mastering multiple tech domains.", button: { text: "Start Premium", href: "contact" },
|
id: "enterprise", tag: "Enterprise Plan", price: "$399", period: "/month", description: "Comprehensive program for those committed to mastering multiple tech domains.", button: { text: "Start Premium", href: "contact" },
|
||||||
featuresTitle: "What's Included:", features: [
|
featuresTitle: "What's Included:", features: [
|
||||||
"Unlimited course access", "Unlimited 1-on-1 mentorship", "Personalized learning path", "Career placement assistance", "Lifetime community access", "Advanced capstone project guidance", "Direct instructor access"
|
"Unlimited course access", "Unlimited 1-on-1 mentorship", "Personalized learning path", "Career placement assistance", "Lifetime community access", "Advanced capstone project guidance", "Direct instructor access"
|
||||||
]
|
]
|
||||||
@@ -230,6 +262,13 @@ 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