8 Commits

Author SHA1 Message Date
d36d888ba2 Merge version_7 into main
Merge version_7 into main
2025-12-25 16:05:14 +00:00
ffe6db7d59 Merge version_6 into main
Merge version_6 into main
2025-12-25 15:56:52 +00:00
e6cdb83190 Merge version_5 into main
Merge version_5 into main
2025-12-25 15:30:03 +00:00
a389e241bf Merge version_5 into main
Merge version_5 into main
2025-12-25 15:27:48 +00:00
8792e188f1 Merge version_4 into main
Merge version_4 into main
2025-12-25 15:17:19 +00:00
809d6d5f56 Merge version_4 into main
Merge version_4 into main
2025-12-25 15:15:09 +00:00
debdf888ee Merge version_2 into main
Merge version_2 into main
2025-12-25 14:39:55 +00:00
ee7670312f Merge version_2 into main
Merge version_2 into main
2025-12-25 14:37:24 +00:00

View File

@@ -122,27 +122,29 @@ export default function LandingPage() {
{ {
id: "1", id: "1",
title: "Starter", title: "Starter",
description: "5 beginner-level courses, Weekly live sessions, Email support, Certificate of completion", description: "5 beginner-level courses, Weekly live sessions, Email support, Certificate of completion - $499/month",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672729251-otls1mux.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672729251-otls1mux.jpg",
imageAlt: "Starter package" imageAlt: "Starter training package"
}, },
{ {
id: "2", id: "2",
title: "Professional", title: "Professional",
description: "15 intermediate courses, Daily live sessions and office hours, 1-on-1 mentorship, Portfolio building support, Priority job board access", description: "15 intermediate courses, Daily live sessions and office hours, 1-on-1 mentorship, Portfolio building support - $999/month",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672730035-e2exv3ex.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672730035-e2exv3ex.jpg",
imageAlt: "Professional package" imageAlt: "Professional training package"
}, },
{ {
id: "3", id: "3",
title: "Enterprise", title: "Enterprise",
description: "All Professional features, Advanced specialization tracks, Guaranteed job placement, Corporate training customization, Dedicated account manager", description: "All Professional features, Advanced specialization tracks, Guaranteed job placement, Corporate training customization - $2,499/month",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672731012-02y7h7no.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672731012-02y7h7no.jpg",
imageAlt: "Enterprise package" imageAlt: "Enterprise training package"
} }
]} ]}
textboxLayout="default" textboxLayout="default"
animationType="slide-up"
useInvertedBackground="noInvert" useInvertedBackground="noInvert"
tag="Packages"
/> />
</div> </div>