Compare commits
6 Commits
version_7
...
e6cdb83190
| Author | SHA1 | Date | |
|---|---|---|---|
| e6cdb83190 | |||
| a389e241bf | |||
| 8792e188f1 | |||
| 809d6d5f56 | |||
| debdf888ee | |||
| ee7670312f |
@@ -5,12 +5,12 @@
|
|||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
--background: #000000;
|
--background: #000000;
|
||||||
--card: #1a1a1a;
|
--card: #1b1b1b;
|
||||||
--foreground: #ffffff;
|
--foreground: #ffffff;
|
||||||
--primary-cta: #ff0000;
|
--primary-cta: #ff0000;
|
||||||
--secondary-cta: #1a1a1a;
|
--secondary-cta: #151515;
|
||||||
--accent: #ff3333;
|
--accent: #303030;
|
||||||
--background-accent: #ff0000;
|
--background-accent: #303030;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
@@ -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 FeatureCardFourteen from '@/components/sections/feature/FeatureCardFourteen';
|
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
||||||
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,33 +115,66 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="pricing" data-section="pricing">
|
<div id="pricing" data-section="pricing">
|
||||||
<FeatureCardFourteen
|
<PricingCardNine
|
||||||
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."
|
||||||
features={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "starter",
|
||||||
title: "Starter",
|
title: "Starter",
|
||||||
description: "5 beginner-level courses, Weekly live sessions, Email support, Certificate of completion",
|
price: "$499",
|
||||||
|
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",
|
||||||
imageAlt: "Starter package"
|
button: {
|
||||||
|
text: "Get Started",
|
||||||
|
href: "#contact"
|
||||||
|
},
|
||||||
|
features: [
|
||||||
|
"5 beginner-level courses",
|
||||||
|
"Weekly live sessions",
|
||||||
|
"Email support",
|
||||||
|
"Certificate of completion"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "professional",
|
||||||
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",
|
price: "$999",
|
||||||
|
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",
|
||||||
imageAlt: "Professional package"
|
button: {
|
||||||
|
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: "3",
|
id: "enterprise",
|
||||||
title: "Enterprise",
|
title: "Enterprise",
|
||||||
description: "All Professional features, Advanced specialization tracks, Guaranteed job placement, Corporate training customization, Dedicated account manager",
|
price: "$2,499",
|
||||||
|
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",
|
||||||
imageAlt: "Enterprise package"
|
button: {
|
||||||
|
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>
|
||||||
|
|||||||
Reference in New Issue
Block a user