From 3f428eeac22d6cd2c5877c4788e9ca7601474c91 Mon Sep 17 00:00:00 2001 From: development Date: Tue, 27 Jan 2026 17:05:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 57 +++++++++++++++++++++++++++++------------------- 1 file changed, 34 insertions(+), 23 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5390341..ae66bcf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,6 @@ import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterCard from '@/components/sections/footer/FooterCard'; import { Sparkles, Award, Rocket, Linkedin, Twitter, Github, Mail } from "lucide-react"; -import HeroLogo from "@/components/sections/hero/HeroLogo"; export default function LandingPage() { return ( @@ -44,25 +43,37 @@ export default function LandingPage() {
-
@@ -120,19 +131,19 @@ export default function LandingPage() { description="Choose the plan that fits your learning goals and budget" plans={[ { - id: "starter", tag: "Beginner Plan", price: "$99", period: "/month", description: "Perfect for those starting their tech journey with foundational knowledge.", button: { text: "Get Started", href: "contact" }, + id: "starter", tag: "Beginner Plan", price: "$199", period: "/month", description: "Perfect for those starting their tech journey with foundational knowledge.", button: { text: "Get Started", href: "contact" }, featuresTitle: "What's Included:", features: [ "Access to 3 foundational courses", "Weekly live Q&A sessions", "Course materials and resources", "Community forum access", "Certificate of completion" ] }, { - id: "professional", tag: "Professional Plan", price: "$199", period: "/month", description: "Our most popular plan for serious learners aiming for career advancement.", button: { text: "Enroll Now", href: "contact" }, + id: "professional", tag: "Professional Plan", price: "$399", period: "/month", description: "Our most popular plan for serious learners aiming for career advancement.", button: { text: "Enroll Now", href: "contact" }, featuresTitle: "What's Included:", features: [ "Access to 8 professional courses", "2 weeks of 1-on-1 mentorship", "Priority support via Slack", "Job preparation bootcamp", "Resume and portfolio review", "Interview coaching sessions" ] }, { - id: "enterprise", tag: "Enterprise Plan", price: "$399", period: "/month", description: "Comprehensive program for those committed to mastering multiple tech domains.", button: { text: "Start Premium", href: "contact" }, + id: "enterprise", tag: "Enterprise Plan", price: "$799", period: "/month", description: "Comprehensive program for those committed to mastering multiple tech domains.", button: { text: "Start Premium", href: "contact" }, featuresTitle: "What's Included:", features: [ "Unlimited course access", "Unlimited 1-on-1 mentorship", "Personalized learning path", "Career placement assistance", "Lifetime community access", "Advanced capstone project guidance", "Direct instructor access" ] @@ -245,4 +256,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file