17 Commits

Author SHA1 Message Date
d889579153 Merge version_8 into main
Merge version_8 into main
2025-12-26 08:18:18 +00:00
e83405ec66 Update src/app/page.tsx 2025-12-26 08:18:13 +00:00
32d53c6dd4 Merge version_7 into main
Merge version_7 into main
2025-12-25 16:11:18 +00:00
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
9bc4c3aeca Merge version_7 into main
Merge version_7 into main
2025-12-25 16:07:24 +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
d36d888ba2 Merge version_7 into main
Merge version_7 into main
2025-12-25 16:05:14 +00:00
1b8e0d80bb Update src/app/page.tsx 2025-12-25 16:05:10 +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

@@ -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,66 +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: "starter", id: "1",
title: "Starter", title: "Starter",
price: "$499", description: "5 beginner-level courses, Weekly live sessions, Email support, Certificate of completion",
period: "/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",
button: { imageAlt: "Starter package"
text: "Get Started",
href: "#contact"
},
features: [
"5 beginner-level courses",
"Weekly live sessions",
"Email support",
"Certificate of completion"
]
}, },
{ {
id: "professional", id: "2",
title: "Professional", title: "Professional",
price: "$999", description: "15 intermediate courses, Daily live sessions and office hours, 1-on-1 mentorship, Portfolio building support, Priority job board access",
period: "/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",
button: { imageAlt: "Professional package"
text: "Enroll Now",
href: "#contact"
},
features: [
"15 intermediate courses",
"Daily live sessions and office hours",
"1-on-1 mentorship",
"Portfolio building support",
"Priority job board access"
]
}, },
{ {
id: "enterprise", id: "3",
title: "Enterprise", title: "Enterprise",
price: "$2,499", description: "All Professional features, Advanced specialization tracks, Guaranteed job placement, Corporate training customization, Dedicated account manager",
period: "/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",
button: { imageAlt: "Enterprise package"
text: "Contact Sales",
href: "#contact"
},
features: [
"All Professional features",
"Advanced specialization tracks",
"Guaranteed job placement",
"Corporate training customization",
"Dedicated account manager"
]
} }
]} ]}
textboxLayout="default" textboxLayout="default"
animationType="slide-up"
useInvertedBackground="noInvert" useInvertedBackground="noInvert"
/> />
</div> </div>
@@ -188,25 +155,29 @@ export default function LandingPage() {
id: "1", id: "1",
name: "Alex Johnson", name: "Alex Johnson",
role: "Full Stack Lead", role: "Full Stack Lead",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672732968-aww7it2l.jpg" imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672732968-aww7it2l.jpg",
rating: 5
}, },
{ {
id: "2", id: "2",
name: "Maria Chen", name: "Maria Chen",
role: "Frontend Specialist", role: "Frontend Specialist",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672733745-z17sze1s.jpg" imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672733745-z17sze1s.jpg",
rating: 5
}, },
{ {
id: "3", id: "3",
name: "David Kumar", name: "David Kumar",
role: "DevOps Engineer", role: "DevOps Engineer",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672734552-1pi21ji6.jpg" imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672734552-1pi21ji6.jpg",
rating: 4
}, },
{ {
id: "4", id: "4",
name: "Sophie Martin", name: "Sophie Martin",
role: "UI/UX Designer", role: "UI/UX Designer",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672735551-zee5mm98.jpg" imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672735551-zee5mm98.jpg",
rating: 5
} }
]} ]}
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"