Compare commits
30 Commits
version_1
...
d1531e7298
| Author | SHA1 | Date | |
|---|---|---|---|
| d1531e7298 | |||
| 60998a976e | |||
| 34c33f6ba0 | |||
| 54719e0742 | |||
| 221699d1dd | |||
| 7b56140ece | |||
| 568d30c97d | |||
| 5c561756d3 | |||
| 693daceba3 | |||
| 6343cec119 | |||
| e77308560b | |||
| a1cf3f209a | |||
| ba5f47f0b9 | |||
| 5dc48b6bde | |||
| 5a41dce58b | |||
| b1cae1a92a | |||
| 4ab0b387c0 | |||
| 204487f233 | |||
| aa6c1b30ec | |||
| 3f4098d156 | |||
| f408a4698e | |||
| a8cd53b501 | |||
| be90f82c4a | |||
| 4c53cfb870 | |||
| 7b2ab86e9a | |||
| b9f1912cc9 | |||
| 457426a145 | |||
| d5d784117c | |||
| 58cfca3425 | |||
| 53961fe72c |
@@ -4,13 +4,13 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
--background: #fffcfc;;
|
--background: #fffcfc;
|
||||||
--card: #fffafa;;
|
--card: #fffafa;
|
||||||
--foreground: #220000;;
|
--foreground: #220000;
|
||||||
--primary-cta: #c1121f;;
|
--primary-cta: #c1121f;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #ffffff;
|
||||||
--accent: #f0b8bc;;
|
--accent: #f0b8bc;
|
||||||
--background-accent: #e07a82;;
|
--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);
|
||||||
@@ -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-outfit), 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-outfit), sans-serif;
|
font-family: var(--font-inter-tight), sans-serif;
|
||||||
}
|
}
|
||||||
@@ -1272,4 +1272,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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';
|
||||||
@@ -6,7 +6,6 @@ import HeroSplitAvatars from '@/components/sections/hero/HeroSplitAvatars';
|
|||||||
import TagMediaSplitAbout from '@/components/sections/about/TagMediaSplitAbout';
|
import TagMediaSplitAbout from '@/components/sections/about/TagMediaSplitAbout';
|
||||||
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
|
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
|
||||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||||
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
|
||||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||||
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';
|
||||||
@@ -31,7 +30,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"
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
@@ -153,71 +152,6 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</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">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardOne
|
<TestimonialCardOne
|
||||||
title="Success Stories from Our Students"
|
title="Success Stories from Our Students"
|
||||||
@@ -334,7 +268,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>
|
||||||
@@ -352,4 +287,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user