Compare commits
16 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0bdc55aa54 | |||
| 8b743295ed | |||
| 4ac11406ef | |||
| 60998a976e | |||
| 54719e0742 | |||
| 221699d1dd | |||
| 568d30c97d | |||
| 5c561756d3 | |||
| 6343cec119 | |||
| a1cf3f209a | |||
| ba5f47f0b9 | |||
| 5a41dce58b | |||
| 4ab0b387c0 | |||
| 204487f233 | |||
| 3f4098d156 | |||
| a8cd53b501 |
@@ -4,13 +4,13 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
--background: #ffffff;
|
--background: #fffcfc;
|
||||||
--card: #fcfcfc;
|
--card: #fffafa;
|
||||||
--foreground: #00120ae6;
|
--foreground: #220000;
|
||||||
--primary-cta: #15ad59;
|
--primary-cta: #c1121f;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #ffffff;
|
||||||
--accent: #e2e2e2;
|
--accent: #f0b8bc;
|
||||||
--background-accent: #c4c4c4;
|
--background-accent: #e07a82;
|
||||||
|
|
||||||
/* 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);
|
||||||
|
|||||||
@@ -1272,4 +1272,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
125
src/app/page.tsx
125
src/app/page.tsx
@@ -1,4 +1,4 @@
|
|||||||
"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';
|
||||||
@@ -11,7 +11,7 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar
|
|||||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -31,7 +31,7 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleMinimal
|
<NavbarStyleMinimal
|
||||||
brandName="Code with me"
|
brandName="Code with me"
|
||||||
button={{
|
button={{
|
||||||
text: "Explore Courses",
|
text: "Watch preview",
|
||||||
href: "pricing"
|
href: "pricing"
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
@@ -155,64 +155,66 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="pricing" data-section="pricing">
|
<div id="pricing" data-section="pricing">
|
||||||
<PricingCardTwo
|
<PricingCardTwo
|
||||||
title="Simple, Transparent Pricing"
|
title="Choose Your Learning Path"
|
||||||
description="Choose the perfect plan for your learning journey. No hidden fees, cancel anytime."
|
description="Start your coding journey with flexible pricing options that fit your goals and budget."
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
animationType="opacity"
|
animationType="scale-rotate"
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
|
gridVariant="three-equal-width-columns"
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "starter",
|
id: "1",
|
||||||
badge: "Starter",
|
name: "Starter",
|
||||||
badgeIcon: Zap,
|
description: "Perfect for beginners starting their coding journey",
|
||||||
price: "$49/month",
|
price: "$99",
|
||||||
subtitle: "Perfect for beginners",
|
period: "per month",
|
||||||
buttons: [
|
badge: "",
|
||||||
{ text: "Get Started", href: "#" },
|
|
||||||
{ text: "Learn More", href: "#" }
|
|
||||||
],
|
|
||||||
features: [
|
features: [
|
||||||
"Access to 3 core courses",
|
{ text: "Access to all beginner courses", included: true },
|
||||||
"Community forum access",
|
{ text: "Community forum support", included: true },
|
||||||
"Email support",
|
{ text: "Basic project templates", included: true },
|
||||||
"Certificate of completion"
|
{ text: "Certificate of completion", included: true },
|
||||||
]
|
{ text: "1-on-1 mentorship", included: false },
|
||||||
|
{ text: "Advanced courses", included: false }
|
||||||
|
],
|
||||||
|
ctaText: "Get Started",
|
||||||
|
ctaHref: "#"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "professional",
|
id: "2",
|
||||||
badge: "Professional",
|
name: "Professional",
|
||||||
badgeIcon: Sparkles,
|
description: "Best for serious learners ready to advance their skills",
|
||||||
price: "$99/month",
|
price: "$199",
|
||||||
subtitle: "Best for serious learners",
|
period: "per month",
|
||||||
buttons: [
|
badge: "Most Popular",
|
||||||
{ text: "Get Started", href: "#" },
|
|
||||||
{ text: "Chat to Sales", href: "#" }
|
|
||||||
],
|
|
||||||
features: [
|
features: [
|
||||||
"Access to 15+ advanced courses",
|
{ text: "Access to all courses", included: true },
|
||||||
"1-on-1 mentorship sessions",
|
{ text: "1-on-1 mentorship sessions", included: true },
|
||||||
"Priority support",
|
{ text: "Premium project portfolio", included: true },
|
||||||
"Exclusive job board",
|
{ text: "Industry-recognized certificates", included: true },
|
||||||
"Portfolio review sessions"
|
{ text: "Career guidance support", included: true },
|
||||||
]
|
{ text: "Priority community access", included: true }
|
||||||
|
],
|
||||||
|
ctaText: "Start Learning",
|
||||||
|
ctaHref: "#"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "enterprise",
|
id: "3",
|
||||||
badge: "Enterprise",
|
name: "Enterprise",
|
||||||
badgeIcon: Award,
|
description: "For teams and organizations scaling their development",
|
||||||
price: "Custom",
|
price: "$499",
|
||||||
subtitle: "For teams and organizations",
|
period: "per month",
|
||||||
buttons: [
|
badge: "",
|
||||||
{ text: "Contact Sales", href: "#" },
|
|
||||||
{ text: "Schedule Call", href: "#" }
|
|
||||||
],
|
|
||||||
features: [
|
features: [
|
||||||
"All Professional features",
|
{ text: "Everything in Professional", included: true },
|
||||||
"Custom curriculum design",
|
{ text: "Team management dashboard", included: true },
|
||||||
"Team management tools",
|
{ text: "Custom learning tracks", included: true },
|
||||||
"Dedicated account manager",
|
{ text: "Direct instructor access", included: true },
|
||||||
"Advanced analytics and reporting"
|
{ 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",
|
role: "Junior Developer",
|
||||||
company: "TechStartup Co",
|
company: "TechStartup Co",
|
||||||
rating: 5,
|
rating: 5,
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484718833-8686x51w.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484718833-8686x51w.jpg"
|
||||||
linkedinUrl: "https://linkedin.com/in/sarahchen"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2",
|
||||||
@@ -242,8 +243,7 @@ export default function LandingPage() {
|
|||||||
role: "Full Stack Engineer",
|
role: "Full Stack Engineer",
|
||||||
company: "Digital Solutions",
|
company: "Digital Solutions",
|
||||||
rating: 5,
|
rating: 5,
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484712325-ocj12p51.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484712325-ocj12p51.jpg"
|
||||||
linkedinUrl: "https://linkedin.com/in/marcuswilliams"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3",
|
||||||
@@ -251,8 +251,7 @@ export default function LandingPage() {
|
|||||||
role: "Frontend Developer",
|
role: "Frontend Developer",
|
||||||
company: "Creative Agency",
|
company: "Creative Agency",
|
||||||
rating: 5,
|
rating: 5,
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484716089-kpbfo3ho.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484716089-kpbfo3ho.jpg"
|
||||||
linkedinUrl: "https://linkedin.com/in/emmarodriguez"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4",
|
||||||
@@ -260,8 +259,7 @@ export default function LandingPage() {
|
|||||||
role: "Software Engineer",
|
role: "Software Engineer",
|
||||||
company: "Tech Giants Inc",
|
company: "Tech Giants Inc",
|
||||||
rating: 5,
|
rating: 5,
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766508651819-t3cnqjfz.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766508651819-t3cnqjfz.jpg"
|
||||||
linkedinUrl: "https://linkedin.com/in/jamespark"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5",
|
||||||
@@ -269,8 +267,7 @@ export default function LandingPage() {
|
|||||||
role: "React Developer",
|
role: "React Developer",
|
||||||
company: "WebPro Services",
|
company: "WebPro Services",
|
||||||
rating: 5,
|
rating: 5,
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766508653705-qp2xy5s6.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766508653705-qp2xy5s6.jpg"
|
||||||
linkedinUrl: "https://linkedin.com/in/lisaanderson"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "6",
|
id: "6",
|
||||||
@@ -278,8 +275,7 @@ export default function LandingPage() {
|
|||||||
role: "Backend Developer",
|
role: "Backend Developer",
|
||||||
company: "CloudTech Systems",
|
company: "CloudTech Systems",
|
||||||
rating: 5,
|
rating: 5,
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766765158294-cmlo8smz.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766765158294-cmlo8smz.jpg"
|
||||||
linkedinUrl: "https://linkedin.com/in/davidkumar"
|
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -340,7 +336,8 @@ export default function LandingPage() {
|
|||||||
imageAlt="Subscribe illustration"
|
imageAlt="Subscribe illustration"
|
||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
inputPlaceholder="your@email.com"
|
inputPlaceholder="your@email.com"
|
||||||
buttonText="Subscribe"
|
buttonText="Join"
|
||||||
|
buttonColor="green"
|
||||||
termsText="We respect your privacy. Unsubscribe anytime."
|
termsText="We respect your privacy. Unsubscribe anytime."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -358,4 +355,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user