diff --git a/src/app/globals.css b/src/app/globals.css index f6cb1e6..178eddb 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,13 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #ffffff; - --card: #fcfcfc; - --foreground: #000000e6; - --primary-cta: #ff0000; + --background: #fffcfc; + --card: #fffafa; + --foreground: #220000; + --primary-cta: #c1121f; --secondary-cta: #ffffff; - --accent: #bebebe; - --background-accent: #c4c4c4; + --accent: #f0b8bc; + --background-accent: #e07a82; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); diff --git a/src/app/page.tsx b/src/app/page.tsx index 96b73cb..4339151 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,6 +1,17 @@ -"use client"; +"use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; +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'; +import FooterCard from '@/components/sections/footer/FooterCard'; +import { Sparkles, Zap, Award, Twitter, Linkedin, Github } from "lucide-react"; export default function LandingPage() { return ( @@ -16,149 +27,334 @@ export default function LandingPage() { secondaryButtonStyle="radial-glow" headingFontWeight="extrabold" > -
-
-
-

- Learn Coding from Industry Experts -

-

- Join thousands of students transforming their careers with our comprehensive coding programs. From beginner to advanced, we guide you every step of the way. -

-
- - Continue to IT - - - Schedule Demo - -
-
+ -
-
-

Empowering the Next Generation of Developers

-

- Code with me is dedicated to making quality coding education accessible to everyone. Our expert instructors bring real-world experience to every lesson. -

-
+
+ +
-
-
-

Our Popular Courses

-

Discover our most sought-after coding courses designed to accelerate your career.

-
-
-
- Web Development Bootcamp -

Web Development Bootcamp

-

$299

-

Master HTML, CSS, JavaScript and build responsive websites.

-
-
- React Mastery Course -

React Mastery Course

-

$249

-

Learn React from basics to advanced concepts and hooks.

-
-
- Full Stack Development -

Full Stack Development

-

$399

-

Complete full-stack development with React and Node.js.

-
-
-
+
+ +
-
-
-

Simple, Transparent Pricing

-

Choose the perfect plan for your learning journey. No hidden fees, cancel anytime.

-
-
-
-
-

Starter

-

$49/month

-

Perfect for beginners

- - Get Started - -
    -
  • Access to 3 core courses
  • -
  • Community forum access
  • -
  • Email support
  • -
  • Certificate of completion
  • -
-
-
-
-
-

Professional

-

$99/month

-

Best for serious learners

- - Get Started - -
    -
  • Access to 15+ advanced courses
  • -
  • 1-on-1 mentorship sessions
  • -
  • Priority support
  • -
  • Exclusive job board
  • -
  • Portfolio review sessions
  • -
-
-
-
-
-

Enterprise

-

Custom

-

For teams and organizations

- - Contact Sales - -
    -
  • All Professional features
  • -
  • Custom curriculum design
  • -
  • Team management tools
  • -
  • Dedicated account manager
  • -
  • Advanced analytics and reporting
  • -
-
-
-
-
+
+ +
-
-

Stay Updated on New Courses

-

Subscribe to get updates on new courses, exclusive tips, and special offers delivered to your inbox.

-
- - -
-

We respect your privacy. Unsubscribe anytime.

-
-
+
+ +
-
-
-
Code with me
-

© 2025 Code with me. All rights reserved.

-
-
-
+
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ + );