|
|
|
|
@@ -1,4 +1,4 @@
|
|
|
|
|
"use client"
|
|
|
|
|
"use client";
|
|
|
|
|
|
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
|
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
|
|
|
|
|
@@ -11,7 +11,7 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar
|
|
|
|
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
|
|
|
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
|
|
|
|
import FooterCard from '@/components/sections/footer/FooterCard';
|
|
|
|
|
import { Sparkles, Zap, Award, Twitter, Linkedin, Github } from "lucide-react";
|
|
|
|
|
import { Sparkles, Zap, Award, Twitter, Linkedin, Github, Check } from "lucide-react";
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
|
return (
|
|
|
|
|
@@ -31,7 +31,7 @@ export default function LandingPage() {
|
|
|
|
|
<NavbarStyleMinimal
|
|
|
|
|
brandName="Code with me"
|
|
|
|
|
button={{
|
|
|
|
|
text: "Explore Courses",
|
|
|
|
|
text: "Watch preview",
|
|
|
|
|
href: "pricing"
|
|
|
|
|
}}
|
|
|
|
|
/>
|
|
|
|
|
@@ -155,64 +155,66 @@ export default function LandingPage() {
|
|
|
|
|
|
|
|
|
|
<div id="pricing" data-section="pricing">
|
|
|
|
|
<PricingCardTwo
|
|
|
|
|
title="Simple, Transparent Pricing"
|
|
|
|
|
description="Choose the perfect plan for your learning journey. No hidden fees, cancel anytime."
|
|
|
|
|
title="Choose Your Learning Path"
|
|
|
|
|
description="Start your coding journey with flexible pricing options that fit your goals and budget."
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
animationType="opacity"
|
|
|
|
|
animationType="scale-rotate"
|
|
|
|
|
useInvertedBackground="noInvert"
|
|
|
|
|
gridVariant="three-equal-width-columns"
|
|
|
|
|
plans={[
|
|
|
|
|
{
|
|
|
|
|
id: "starter",
|
|
|
|
|
badge: "Starter",
|
|
|
|
|
badgeIcon: Zap,
|
|
|
|
|
price: "$49/month",
|
|
|
|
|
subtitle: "Perfect for beginners",
|
|
|
|
|
buttons: [
|
|
|
|
|
{ text: "Get Started", href: "#" },
|
|
|
|
|
{ text: "Learn More", href: "#" }
|
|
|
|
|
],
|
|
|
|
|
id: "1",
|
|
|
|
|
name: "Starter",
|
|
|
|
|
description: "Perfect for beginners starting their coding journey",
|
|
|
|
|
price: "$99",
|
|
|
|
|
period: "per month",
|
|
|
|
|
badge: "",
|
|
|
|
|
features: [
|
|
|
|
|
"Access to 3 core courses",
|
|
|
|
|
"Community forum access",
|
|
|
|
|
"Email support",
|
|
|
|
|
"Certificate of completion"
|
|
|
|
|
]
|
|
|
|
|
{ text: "Access to all beginner courses", included: true },
|
|
|
|
|
{ text: "Community forum support", included: true },
|
|
|
|
|
{ text: "Basic project templates", included: true },
|
|
|
|
|
{ text: "Certificate of completion", included: true },
|
|
|
|
|
{ text: "1-on-1 mentorship", included: false },
|
|
|
|
|
{ text: "Advanced courses", included: false }
|
|
|
|
|
],
|
|
|
|
|
ctaText: "Get Started",
|
|
|
|
|
ctaHref: "#"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "professional",
|
|
|
|
|
badge: "Professional",
|
|
|
|
|
badgeIcon: Sparkles,
|
|
|
|
|
price: "$99/month",
|
|
|
|
|
subtitle: "Best for serious learners",
|
|
|
|
|
buttons: [
|
|
|
|
|
{ text: "Get Started", href: "#" },
|
|
|
|
|
{ text: "Chat to Sales", href: "#" }
|
|
|
|
|
],
|
|
|
|
|
id: "2",
|
|
|
|
|
name: "Professional",
|
|
|
|
|
description: "Best for serious learners ready to advance their skills",
|
|
|
|
|
price: "$199",
|
|
|
|
|
period: "per month",
|
|
|
|
|
badge: "Most Popular",
|
|
|
|
|
features: [
|
|
|
|
|
"Access to 15+ advanced courses",
|
|
|
|
|
"1-on-1 mentorship sessions",
|
|
|
|
|
"Priority support",
|
|
|
|
|
"Exclusive job board",
|
|
|
|
|
"Portfolio review sessions"
|
|
|
|
|
]
|
|
|
|
|
{ text: "Access to all courses", included: true },
|
|
|
|
|
{ text: "1-on-1 mentorship sessions", included: true },
|
|
|
|
|
{ text: "Premium project portfolio", included: true },
|
|
|
|
|
{ text: "Industry-recognized certificates", included: true },
|
|
|
|
|
{ text: "Career guidance support", included: true },
|
|
|
|
|
{ text: "Priority community access", included: true }
|
|
|
|
|
],
|
|
|
|
|
ctaText: "Start Learning",
|
|
|
|
|
ctaHref: "#"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "enterprise",
|
|
|
|
|
badge: "Enterprise",
|
|
|
|
|
badgeIcon: Award,
|
|
|
|
|
price: "Custom",
|
|
|
|
|
subtitle: "For teams and organizations",
|
|
|
|
|
buttons: [
|
|
|
|
|
{ text: "Contact Sales", href: "#" },
|
|
|
|
|
{ text: "Schedule Call", href: "#" }
|
|
|
|
|
],
|
|
|
|
|
id: "3",
|
|
|
|
|
name: "Enterprise",
|
|
|
|
|
description: "For teams and organizations scaling their development",
|
|
|
|
|
price: "$499",
|
|
|
|
|
period: "per month",
|
|
|
|
|
badge: "",
|
|
|
|
|
features: [
|
|
|
|
|
"All Professional features",
|
|
|
|
|
"Custom curriculum design",
|
|
|
|
|
"Team management tools",
|
|
|
|
|
"Dedicated account manager",
|
|
|
|
|
"Advanced analytics and reporting"
|
|
|
|
|
]
|
|
|
|
|
{ text: "Everything in Professional", included: true },
|
|
|
|
|
{ text: "Team management dashboard", included: true },
|
|
|
|
|
{ text: "Custom learning tracks", included: true },
|
|
|
|
|
{ text: "Direct instructor access", included: true },
|
|
|
|
|
{ text: "Advanced analytics", included: true },
|
|
|
|
|
{ text: "Priority support", included: true }
|
|
|
|
|
],
|
|
|
|
|
ctaText: "Contact Sales",
|
|
|
|
|
ctaHref: "contact"
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
@@ -233,8 +235,7 @@ export default function LandingPage() {
|
|
|
|
|
role: "Junior Developer",
|
|
|
|
|
company: "TechStartup Co",
|
|
|
|
|
rating: 5,
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484718833-8686x51w.jpg",
|
|
|
|
|
linkedinUrl: "https://linkedin.com/in/sarahchen"
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484718833-8686x51w.jpg"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2",
|
|
|
|
|
@@ -242,8 +243,7 @@ export default function LandingPage() {
|
|
|
|
|
role: "Full Stack Engineer",
|
|
|
|
|
company: "Digital Solutions",
|
|
|
|
|
rating: 5,
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484712325-ocj12p51.jpg",
|
|
|
|
|
linkedinUrl: "https://linkedin.com/in/marcuswilliams"
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484712325-ocj12p51.jpg"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3",
|
|
|
|
|
@@ -251,8 +251,7 @@ export default function LandingPage() {
|
|
|
|
|
role: "Frontend Developer",
|
|
|
|
|
company: "Creative Agency",
|
|
|
|
|
rating: 5,
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484716089-kpbfo3ho.jpg",
|
|
|
|
|
linkedinUrl: "https://linkedin.com/in/emmarodriguez"
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484716089-kpbfo3ho.jpg"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "4",
|
|
|
|
|
@@ -260,8 +259,7 @@ export default function LandingPage() {
|
|
|
|
|
role: "Software Engineer",
|
|
|
|
|
company: "Tech Giants Inc",
|
|
|
|
|
rating: 5,
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766508651819-t3cnqjfz.jpg",
|
|
|
|
|
linkedinUrl: "https://linkedin.com/in/jamespark"
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766508651819-t3cnqjfz.jpg"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "5",
|
|
|
|
|
@@ -269,8 +267,7 @@ export default function LandingPage() {
|
|
|
|
|
role: "React Developer",
|
|
|
|
|
company: "WebPro Services",
|
|
|
|
|
rating: 5,
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766508653705-qp2xy5s6.jpg",
|
|
|
|
|
linkedinUrl: "https://linkedin.com/in/lisaanderson"
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766508653705-qp2xy5s6.jpg"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "6",
|
|
|
|
|
@@ -278,8 +275,7 @@ export default function LandingPage() {
|
|
|
|
|
role: "Backend Developer",
|
|
|
|
|
company: "CloudTech Systems",
|
|
|
|
|
rating: 5,
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766765158294-cmlo8smz.jpg",
|
|
|
|
|
linkedinUrl: "https://linkedin.com/in/davidkumar"
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766765158294-cmlo8smz.jpg"
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
@@ -340,7 +336,8 @@ export default function LandingPage() {
|
|
|
|
|
imageAlt="Subscribe illustration"
|
|
|
|
|
mediaPosition="right"
|
|
|
|
|
inputPlaceholder="your@email.com"
|
|
|
|
|
buttonText="Subscribe"
|
|
|
|
|
buttonText="Join"
|
|
|
|
|
buttonColor="green"
|
|
|
|
|
termsText="We respect your privacy. Unsubscribe anytime."
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
@@ -358,4 +355,4 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|