|
|
|
|
@@ -2,15 +2,15 @@
|
|
|
|
|
|
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
|
import NavbarStyleMinimal from "@/components/navbar/NavbarStyleMinimal";
|
|
|
|
|
import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard";
|
|
|
|
|
import AboutMetric from "@/components/sections/about/AboutMetric";
|
|
|
|
|
import FeatureCardEleven from "@/components/sections/feature/FeatureCardEleven";
|
|
|
|
|
import PricingCardNine from "@/components/sections/pricing/PricingCardNine";
|
|
|
|
|
import TeamCardSix from "@/components/sections/team/TeamCardSix";
|
|
|
|
|
import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix";
|
|
|
|
|
import FaqBase from "@/components/sections/faq/FaqBase";
|
|
|
|
|
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
|
|
|
|
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
|
|
|
|
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
|
|
|
|
import AboutMetric from '@/components/sections/about/AboutMetric';
|
|
|
|
|
import FeatureCardEleven from '@/components/sections/feature/FeatureCardEleven';
|
|
|
|
|
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
|
|
|
|
import TeamCardSix from '@/components/sections/team/TeamCardSix';
|
|
|
|
|
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
|
|
|
|
import FaqBase from '@/components/sections/faq/FaqBase';
|
|
|
|
|
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
|
|
|
|
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
|
|
|
|
import { Award, TrendingUp, Users, Zap } from "lucide-react";
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
|
@@ -120,57 +120,58 @@ export default function LandingPage() {
|
|
|
|
|
description="Choose the right package for your learning goals and schedule."
|
|
|
|
|
plans={[
|
|
|
|
|
{
|
|
|
|
|
id: "starter",
|
|
|
|
|
title: "Starter",
|
|
|
|
|
id: "1",
|
|
|
|
|
name: "Starter",
|
|
|
|
|
description: "Perfect for beginners getting started in tech",
|
|
|
|
|
price: "$499",
|
|
|
|
|
period: "/month",
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672729251-otls1mux.jpg",
|
|
|
|
|
button: {
|
|
|
|
|
text: "Get Started",
|
|
|
|
|
href: "#contact"
|
|
|
|
|
},
|
|
|
|
|
period: "monthly",
|
|
|
|
|
features: [
|
|
|
|
|
"5 beginner-level courses",
|
|
|
|
|
"Weekly live sessions",
|
|
|
|
|
"Email support",
|
|
|
|
|
"Certificate of completion"
|
|
|
|
|
]
|
|
|
|
|
],
|
|
|
|
|
ctaPrimary: {
|
|
|
|
|
text: "Start Learning",
|
|
|
|
|
href: "#contact"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "professional",
|
|
|
|
|
title: "Professional",
|
|
|
|
|
id: "2",
|
|
|
|
|
name: "Professional",
|
|
|
|
|
description: "Comprehensive training for career advancement",
|
|
|
|
|
price: "$999",
|
|
|
|
|
period: "/month",
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672730035-e2exv3ex.jpg",
|
|
|
|
|
button: {
|
|
|
|
|
text: "Enroll Now",
|
|
|
|
|
href: "#contact"
|
|
|
|
|
},
|
|
|
|
|
period: "monthly",
|
|
|
|
|
features: [
|
|
|
|
|
"15 intermediate courses",
|
|
|
|
|
"Daily live sessions and office hours",
|
|
|
|
|
"1-on-1 mentorship",
|
|
|
|
|
"Portfolio building support",
|
|
|
|
|
"Priority job board access"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "enterprise",
|
|
|
|
|
title: "Enterprise",
|
|
|
|
|
price: "$2,499",
|
|
|
|
|
period: "/month",
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672731012-02y7h7no.jpg",
|
|
|
|
|
button: {
|
|
|
|
|
text: "Contact Sales",
|
|
|
|
|
"Career guidance"
|
|
|
|
|
],
|
|
|
|
|
ctaPrimary: {
|
|
|
|
|
text: "Get Started",
|
|
|
|
|
href: "#contact"
|
|
|
|
|
},
|
|
|
|
|
highlighted: true
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3",
|
|
|
|
|
name: "Enterprise",
|
|
|
|
|
description: "Complete solution with job placement guarantee",
|
|
|
|
|
price: "$2,499",
|
|
|
|
|
period: "monthly",
|
|
|
|
|
features: [
|
|
|
|
|
"All Professional features",
|
|
|
|
|
"Advanced specialization tracks",
|
|
|
|
|
"Guaranteed job placement",
|
|
|
|
|
"Corporate training customization",
|
|
|
|
|
"Dedicated account manager"
|
|
|
|
|
]
|
|
|
|
|
"Lifetime career support"
|
|
|
|
|
],
|
|
|
|
|
ctaPrimary: {
|
|
|
|
|
text: "Contact Sales",
|
|
|
|
|
href: "#contact"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
|