30 Commits

Author SHA1 Message Date
d1531e7298 Merge version_9 into main
Merge version_9 into main
2025-12-26 18:11:57 +00:00
60998a976e Update src/app/page.tsx 2025-12-26 18:11:53 +00:00
34c33f6ba0 Merge version_7 into main
Merge version_7 into main
2025-12-26 18:06:47 +00:00
54719e0742 Update src/app/page.tsx 2025-12-26 18:06:42 +00:00
221699d1dd Update src/app/layout.tsx 2025-12-26 18:06:41 +00:00
7b56140ece Merge version_6 into main
Merge version_6 into main
2025-12-26 17:09:04 +00:00
568d30c97d Update src/app/page.tsx 2025-12-26 17:09:00 +00:00
5c561756d3 Update src/app/layout.tsx 2025-12-26 17:08:59 +00:00
693daceba3 Merge version_6 into main
Merge version_6 into main
2025-12-26 17:06:54 +00:00
6343cec119 Update src/app/page.tsx 2025-12-26 17:06:49 +00:00
e77308560b Merge version_6 into main
Merge version_6 into main
2025-12-26 17:04:46 +00:00
a1cf3f209a Update src/app/page.tsx 2025-12-26 17:04:42 +00:00
ba5f47f0b9 Update src/app/globals.css 2025-12-26 17:04:41 +00:00
5dc48b6bde Merge version_5 into main
Merge version_5 into main
2025-12-26 16:41:10 +00:00
5a41dce58b Update src/app/page.tsx 2025-12-26 16:41:05 +00:00
b1cae1a92a Merge version_5 into main
Merge version_5 into main
2025-12-26 16:39:26 +00:00
4ab0b387c0 Update src/app/page.tsx 2025-12-26 16:39:21 +00:00
204487f233 Update src/app/globals.css 2025-12-26 16:39:20 +00:00
aa6c1b30ec Merge version_4 into main
Merge version_4 into main
2025-12-26 16:35:17 +00:00
3f4098d156 Update src/app/page.tsx 2025-12-26 16:35:13 +00:00
f408a4698e Merge version_4 into main
Merge version_4 into main
2025-12-26 16:33:47 +00:00
a8cd53b501 Update src/app/globals.css 2025-12-26 16:33:41 +00:00
be90f82c4a Merge version_3 into main
Merge version_3 into main
2025-12-26 16:26:17 +00:00
4c53cfb870 Update src/app/page.tsx 2025-12-26 16:26:12 +00:00
7b2ab86e9a Update src/app/layout.tsx 2025-12-26 16:26:11 +00:00
b9f1912cc9 Merge version_3 into main
Merge version_3 into main
2025-12-26 16:23:17 +00:00
457426a145 Update src/app/page.tsx 2025-12-26 16:23:12 +00:00
d5d784117c Merge version_3 into main
Merge version_3 into main
2025-12-26 16:21:03 +00:00
58cfca3425 Update src/app/page.tsx 2025-12-26 16:20:58 +00:00
53961fe72c Update src/app/globals.css 2025-12-26 16:20:57 +00:00
3 changed files with 15 additions and 80 deletions

View File

@@ -4,13 +4,13 @@
/* Base units */
/* --vw is set by ThemeProvider */
--background: #fffcfc;;
--card: #fffafa;;
--foreground: #220000;;
--primary-cta: #c1121f;;
--secondary-cta: #ffffff;;
--accent: #f0b8bc;;
--background-accent: #e07a82;;
--background: #fffcfc;
--card: #fffafa;
--foreground: #220000;
--primary-cta: #c1121f;
--secondary-cta: #ffffff;
--accent: #f0b8bc;
--background-accent: #e07a82;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
@@ -495,7 +495,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-outfit), sans-serif;
font-family: var(--font-inter-tight), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -508,5 +508,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-outfit), sans-serif;
font-family: var(--font-inter-tight), sans-serif;
}

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
@@ -6,7 +6,6 @@ import HeroSplitAvatars from '@/components/sections/hero/HeroSplitAvatars';
import TagMediaSplitAbout from '@/components/sections/about/TagMediaSplitAbout';
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import ContactSplit from '@/components/sections/contact/ContactSplit';
@@ -31,7 +30,7 @@ export default function LandingPage() {
<NavbarStyleMinimal
brandName="Code with me"
button={{
text: "Explore Courses",
text: "Watch preview",
href: "pricing"
}}
/>
@@ -153,71 +152,6 @@ export default function LandingPage() {
/>
</div>
<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."
textboxLayout="default"
animationType="opacity"
useInvertedBackground="noInvert"
plans={[
{
id: "starter",
badge: "Starter",
badgeIcon: Zap,
price: "$49/month",
subtitle: "Perfect for beginners",
buttons: [
{ text: "Get Started", href: "#" },
{ text: "Learn More", href: "#" }
],
features: [
"Access to 3 core courses",
"Community forum access",
"Email support",
"Certificate of completion"
]
},
{
id: "professional",
badge: "Professional",
badgeIcon: Sparkles,
price: "$99/month",
subtitle: "Best for serious learners",
buttons: [
{ text: "Get Started", href: "#" },
{ text: "Chat to Sales", href: "#" }
],
features: [
"Access to 15+ advanced courses",
"1-on-1 mentorship sessions",
"Priority support",
"Exclusive job board",
"Portfolio review sessions"
]
},
{
id: "enterprise",
badge: "Enterprise",
badgeIcon: Award,
price: "Custom",
subtitle: "For teams and organizations",
buttons: [
{ text: "Contact Sales", href: "#" },
{ text: "Schedule Call", href: "#" }
],
features: [
"All Professional features",
"Custom curriculum design",
"Team management tools",
"Dedicated account manager",
"Advanced analytics and reporting"
]
}
]}
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardOne
title="Success Stories from Our Students"
@@ -334,7 +268,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>