4 Commits

Author SHA1 Message Date
00427c2157 Update src/app/page.tsx 2025-12-25 16:11:14 +00:00
103774478a Update src/app/layout.tsx 2025-12-25 16:11:13 +00:00
ef76996dd6 Update src/app/page.tsx 2025-12-25 16:07:19 +00:00
6c760b86ce Update src/app/layout.tsx 2025-12-25 16:07:19 +00:00

View File

@@ -122,29 +122,27 @@ 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 - $499/month", description: "5 beginner-level courses, Weekly live sessions, Email support, Certificate of completion",
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 training package" imageAlt: "Starter 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 - $999/month", description: "15 intermediate courses, Daily live sessions and office hours, 1-on-1 mentorship, Portfolio building support, Priority job board access",
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 training package" imageAlt: "Professional package"
}, },
{ {
id: "3", id: "3",
title: "Enterprise", title: "Enterprise",
description: "All Professional features, Advanced specialization tracks, Guaranteed job placement, Corporate training customization - $2,499/month", description: "All Professional features, Advanced specialization tracks, Guaranteed job placement, Corporate training customization, Dedicated account manager",
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 training package" imageAlt: "Enterprise package"
} }
]} ]}
textboxLayout="default" textboxLayout="default"
animationType="slide-up"
useInvertedBackground="noInvert" useInvertedBackground="noInvert"
tag="Packages"
/> />
</div> </div>