Compare commits
2 Commits
9bc4c3aeca
...
version_7
| Author | SHA1 | Date | |
|---|---|---|---|
| 00427c2157 | |||
| 103774478a |
@@ -5,7 +5,7 @@ import NavbarStyleMinimal from "@/components/navbar/NavbarStyleMinimal";
|
|||||||
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
||||||
import AboutMetric from '@/components/sections/about/AboutMetric';
|
import AboutMetric from '@/components/sections/about/AboutMetric';
|
||||||
import FeatureCardEleven from '@/components/sections/feature/FeatureCardEleven';
|
import FeatureCardEleven from '@/components/sections/feature/FeatureCardEleven';
|
||||||
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
import FeatureCardFourteen from '@/components/sections/feature/FeatureCardFourteen';
|
||||||
import TeamCardSix from '@/components/sections/team/TeamCardSix';
|
import TeamCardSix from '@/components/sections/team/TeamCardSix';
|
||||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||||
@@ -115,67 +115,33 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="pricing" data-section="pricing">
|
<div id="pricing" data-section="pricing">
|
||||||
<PricingCardNine
|
<FeatureCardFourteen
|
||||||
title="Training Packages"
|
title="Training Packages"
|
||||||
description="Choose the right package for your learning goals and schedule."
|
description="Choose the right package for your learning goals and schedule."
|
||||||
plans={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1",
|
||||||
name: "Starter",
|
title: "Starter",
|
||||||
description: "Perfect for beginners getting started in tech",
|
description: "5 beginner-level courses, Weekly live sessions, Email support, Certificate of completion",
|
||||||
price: "$499",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672729251-otls1mux.jpg",
|
||||||
period: "monthly",
|
imageAlt: "Starter package"
|
||||||
features: [
|
|
||||||
"5 beginner-level courses",
|
|
||||||
"Weekly live sessions",
|
|
||||||
"Email support",
|
|
||||||
"Certificate of completion"
|
|
||||||
],
|
|
||||||
ctaPrimary: {
|
|
||||||
text: "Start Learning",
|
|
||||||
href: "#contact"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2",
|
||||||
name: "Professional",
|
title: "Professional",
|
||||||
description: "Comprehensive training for career advancement",
|
description: "15 intermediate courses, Daily live sessions and office hours, 1-on-1 mentorship, Portfolio building support, Priority job board access",
|
||||||
price: "$999",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672730035-e2exv3ex.jpg",
|
||||||
period: "monthly",
|
imageAlt: "Professional package"
|
||||||
features: [
|
|
||||||
"15 intermediate courses",
|
|
||||||
"Daily live sessions and office hours",
|
|
||||||
"1-on-1 mentorship",
|
|
||||||
"Portfolio building support",
|
|
||||||
"Career guidance"
|
|
||||||
],
|
|
||||||
ctaPrimary: {
|
|
||||||
text: "Get Started",
|
|
||||||
href: "#contact"
|
|
||||||
},
|
|
||||||
highlighted: true
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3",
|
||||||
name: "Enterprise",
|
title: "Enterprise",
|
||||||
description: "Complete solution with job placement guarantee",
|
description: "All Professional features, Advanced specialization tracks, Guaranteed job placement, Corporate training customization, Dedicated account manager",
|
||||||
price: "$2,499",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672731012-02y7h7no.jpg",
|
||||||
period: "monthly",
|
imageAlt: "Enterprise package"
|
||||||
features: [
|
|
||||||
"All Professional features",
|
|
||||||
"Advanced specialization tracks",
|
|
||||||
"Guaranteed job placement",
|
|
||||||
"Corporate training customization",
|
|
||||||
"Lifetime career support"
|
|
||||||
],
|
|
||||||
ctaPrimary: {
|
|
||||||
text: "Contact Sales",
|
|
||||||
href: "#contact"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
animationType="slide-up"
|
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user