Compare commits
14 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 00427c2157 | |||
| 103774478a | |||
| ef76996dd6 | |||
| 6c760b86ce | |||
| 1b8e0d80bb | |||
| 4feefc56df | |||
| d74d35c486 | |||
| 20984665d8 | |||
| e31104a0fb | |||
| ca43ab67ad | |||
| a24d4c6673 | |||
| 873c6a67e2 | |||
| 7b65e01ca9 | |||
| 26604a6baf |
@@ -4,13 +4,13 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
--background: #ffffff;;
|
--background: #000000;
|
||||||
--card: #fcfcfc;;
|
--card: #1a1a1a;
|
||||||
--foreground: #0f0003e6;;
|
--foreground: #ffffff;
|
||||||
--primary-cta: #c1121f;;
|
--primary-cta: #ff0000;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #1a1a1a;
|
||||||
--accent: #e2e2e2;;
|
--accent: #ff3333;
|
||||||
--background-accent: #c4c4c4;;
|
--background-accent: #ff0000;
|
||||||
|
|
||||||
/* 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);
|
||||||
@@ -495,7 +495,7 @@ html {
|
|||||||
body {
|
body {
|
||||||
background-color: var(--background);
|
background-color: var(--background);
|
||||||
color: var(--foreground);
|
color: var(--foreground);
|
||||||
font-family: var(--font-sora), sans-serif;
|
font-family: var(--font-inter-tight), sans-serif;
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
overscroll-behavior: none;
|
overscroll-behavior: none;
|
||||||
@@ -508,5 +508,5 @@ h3,
|
|||||||
h4,
|
h4,
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
font-family: var(--font-sora), sans-serif;
|
font-family: var(--font-inter-tight), sans-serif;
|
||||||
}
|
}
|
||||||
@@ -1272,4 +1272,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,17 +1,17 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
|
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';
|
||||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||||
import { Award, TrendingUp, Users, Zap } from 'lucide-react';
|
import { Award, TrendingUp, Users, Zap } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -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>
|
||||||
@@ -428,4 +395,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user