Merge version_1 into main #1
288
src/app/page.tsx
288
src/app/page.tsx
@@ -13,7 +13,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
|
||||
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import { Award, Clock, Crown, Sparkles } from "lucide-react";
|
||||
import { Award, Clock, Crown, Sparkles, ChevronsRight } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -34,41 +34,25 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
name: "Rewards",
|
||||
id: "#rewards",
|
||||
},
|
||||
name: "Rewards", id: "#rewards"},
|
||||
{
|
||||
name: "Progress",
|
||||
id: "#progress",
|
||||
},
|
||||
name: "Progress", id: "#progress"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "#pricing",
|
||||
},
|
||||
name: "Pricing", id: "#pricing"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/korean-logo-design_23-2149816237.jpg"
|
||||
logoAlt="Project Korea logo"
|
||||
brandName="PROJECT KOREA"
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Get Started", href: "#contact"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -76,45 +60,28 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Turn Your Study Sessions Into Progress Toward Your Dream Life."
|
||||
description="Project Korea is an all-in-one gamified study app designed for students with huge dreams. Whether your goal is Korea, Harvard, Medical school, or building a business empire, our app turns studying into an engaging game."
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Your Dream Journey",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Start Your Dream Journey", href: "#contact"},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Learn More", href: "#features"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-flat-design-scavenger-hunt_23-2149296647.jpg",
|
||||
imageAlt: "Gamified study app dashboard",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-flat-design-scavenger-hunt_23-2149296647.jpg", imageAlt: "Gamified study app dashboard"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/global-communications-network-perforated-paper-speech-bubble_53876-47095.jpg",
|
||||
imageAlt: "Focus mode for study",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/global-communications-network-perforated-paper-speech-bubble_53876-47095.jpg", imageAlt: "Focus mode for study"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-twitter-interface-template_23-2148588298.jpg",
|
||||
imageAlt: "Study squads social feature",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-twitter-interface-template_23-2148588298.jpg", imageAlt: "Study squads social feature"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/online-shopping-concept_23-2151896868.jpg",
|
||||
imageAlt: "Reward shop for coins",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/online-shopping-concept_23-2151896868.jpg", imageAlt: "Reward shop for coins"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/meditation-app-relaxed-body-mind_23-2148677137.jpg",
|
||||
imageAlt: "Korea mode features",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/meditation-app-relaxed-body-mind_23-2148677137.jpg", imageAlt: "Korea mode features"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adult-female-student-using-vr-experience-work_74855-1072.jpg",
|
||||
imageAlt: "AI Dream Coach",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adult-female-student-using-vr-experience-work_74855-1072.jpg", imageAlt: "AI Dream Coach"},
|
||||
]}
|
||||
mediaAnimation="opacity"
|
||||
/>
|
||||
@@ -127,19 +94,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Award,
|
||||
label: "Goals Achieved",
|
||||
value: "100K+",
|
||||
},
|
||||
label: "Goals Achieved", value: "100K+"},
|
||||
{
|
||||
icon: Clock,
|
||||
label: "Study Hours Logged",
|
||||
value: "5M+",
|
||||
},
|
||||
label: "Study Hours Logged", value: "5M+"},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Coins Earned",
|
||||
value: "20M+",
|
||||
},
|
||||
label: "Coins Earned", value: "20M+"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -151,32 +112,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Mission System: Level Up Your Learning",
|
||||
description: "Forget boring to-do lists. Everything becomes a mission: daily quests, weekly challenges, and epic Boss Missions for your biggest goals. Earn rewards and unlock new levels as you conquer your studies.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169854.jpg",
|
||||
imageAlt: "Gamified mission system screenshot",
|
||||
buttonIcon: "ChevronsRight",
|
||||
title: "Mission System: Level Up Your Learning", description: "Forget boring to-do lists. Everything becomes a mission: daily quests, weekly challenges, and epic Boss Missions for your biggest goals. Earn rewards and unlock new levels as you conquer your studies.", imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169854.jpg", imageAlt: "Gamified mission system screenshot", buttonIcon: ChevronsRight,
|
||||
},
|
||||
{
|
||||
title: "Focus Mode: No Distractions, Pure Progress",
|
||||
description: "Activate 'Mission Active: Do Not Abandon Ship' mode. Our immersive timer keeps you locked in, and if you stray, your study squad gets notified. Stay accountable, stay focused, and achieve deep work.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/2024-alphabet-number-3d-render-bubble-ballon-effect_8048-576.jpg",
|
||||
imageAlt: "Study focus mode screenshot",
|
||||
buttonIcon: "ChevronsRight",
|
||||
title: "Focus Mode: No Distractions, Pure Progress", description: "Activate 'Mission Active: Do Not Abandon Ship' mode. Our immersive timer keeps you locked in, and if you stray, your study squad gets notified. Stay accountable, stay focused, and achieve deep work.", imageSrc: "http://img.b2bpic.net/free-photo/2024-alphabet-number-3d-render-bubble-ballon-effect_8048-576.jpg", imageAlt: "Study focus mode screenshot", buttonIcon: ChevronsRight,
|
||||
},
|
||||
{
|
||||
title: "Study Squads: Conquer Together",
|
||||
description: "Form groups with friends or fellow dreamers like 'Future Doctors' or 'Korea Dreamers'. Track each other's progress, share achievements, and if someone bails early, prepare for 'SQUAD SHAME ACTIVATED'!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colorful-overloaded-bullet-journal_23-2150248154.jpg",
|
||||
imageAlt: "Study squads social feature screenshot",
|
||||
buttonIcon: "ChevronsRight",
|
||||
title: "Study Squads: Conquer Together", description: "Form groups with friends or fellow dreamers like 'Future Doctors' or 'Korea Dreamers'. Track each other's progress, share achievements, and if someone bails early, prepare for 'SQUAD SHAME ACTIVATED'!", imageSrc: "http://img.b2bpic.net/free-photo/colorful-overloaded-bullet-journal_23-2150248154.jpg", imageAlt: "Study squads social feature screenshot", buttonIcon: ChevronsRight,
|
||||
},
|
||||
{
|
||||
title: "AI Dream Coach: Your Personalized Roadmap",
|
||||
description: "Just tell our AI your dream – 'I want to study in Korea.' – and get a tailored study roadmap, scholarship plan, university guide, and application checklist. Your personal mentor, on demand.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/student-holding-textbooks-texting-mates-phone-close-up-studio-background_482257-97642.jpg",
|
||||
imageAlt: "AI Dream Coach screenshot",
|
||||
buttonIcon: "ChevronsRight",
|
||||
title: "AI Dream Coach: Your Personalized Roadmap", description: "Just tell our AI your dream – 'I want to study in Korea.' – and get a tailored study roadmap, scholarship plan, university guide, and application checklist. Your personal mentor, on demand.", imageSrc: "http://img.b2bpic.net/free-photo/student-holding-textbooks-texting-mates-phone-close-up-studio-background_482257-97642.jpg", imageAlt: "AI Dream Coach screenshot", buttonIcon: ChevronsRight,
|
||||
},
|
||||
]}
|
||||
title="Gamify Your Grind: Features Designed for Success"
|
||||
@@ -193,47 +138,17 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Motivational Wallpapers",
|
||||
price: "500 Coins",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/collage-about-childhood-with-kid-holding-book_23-2150169080.jpg",
|
||||
imageAlt: "Motivational wallpaper",
|
||||
},
|
||||
id: "p1", name: "Motivational Wallpapers", price: "500 Coins", imageSrc: "http://img.b2bpic.net/free-photo/collage-about-childhood-with-kid-holding-book_23-2150169080.jpg", imageAlt: "Motivational wallpaper"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Premium Study Planners",
|
||||
price: "1200 Coins",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stationery-around-opened-notebook-with-note_23-2147846347.jpg",
|
||||
imageAlt: "Digital study planner",
|
||||
},
|
||||
id: "p2", name: "Premium Study Planners", price: "1200 Coins", imageSrc: "http://img.b2bpic.net/free-photo/stationery-around-opened-notebook-with-note_23-2147846347.jpg", imageAlt: "Digital study planner"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Exclusive Sticker Packs",
|
||||
price: "300 Coins",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/reading-stickers-collection-with-kimchi-hamster_23-2150710469.jpg",
|
||||
imageAlt: "Digital stickers",
|
||||
},
|
||||
id: "p3", name: "Exclusive Sticker Packs", price: "300 Coins", imageSrc: "http://img.b2bpic.net/free-vector/reading-stickers-collection-with-kimchi-hamster_23-2150710469.jpg", imageAlt: "Digital stickers"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "AI Study Plan Generation",
|
||||
price: "5000 Coins",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/picture-linear-route-painted-with-markers_171337-11153.jpg",
|
||||
imageAlt: "AI-generated study plan",
|
||||
},
|
||||
id: "p4", name: "AI Study Plan Generation", price: "5000 Coins", imageSrc: "http://img.b2bpic.net/free-photo/picture-linear-route-painted-with-markers_171337-11153.jpg", imageAlt: "AI-generated study plan"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Resume Templates",
|
||||
price: "2500 Coins",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/minimalist-cv-template_1435-2217.jpg",
|
||||
imageAlt: "Professional resume template",
|
||||
},
|
||||
id: "p5", name: "Resume Templates", price: "2500 Coins", imageSrc: "http://img.b2bpic.net/free-vector/minimalist-cv-template_1435-2217.jpg", imageAlt: "Professional resume template"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Scholarship Guides",
|
||||
price: "3000 Coins",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/notebook-near-tablet-folders_23-2147846333.jpg",
|
||||
imageAlt: "Scholarship guide",
|
||||
},
|
||||
id: "p6", name: "Scholarship Guides", price: "3000 Coins", imageSrc: "http://img.b2bpic.net/free-photo/notebook-near-tablet-folders_23-2147846333.jpg", imageAlt: "Scholarship guide"},
|
||||
]}
|
||||
title="Loot Economy & Reward Shop: Spend Your Hard-Earned Coins"
|
||||
description="Every action earns coins – from 30 minutes of study to perfect weeks. Then, visit the Reward Shop to unlock digital goods or premium tools that propel you closer to your dream."
|
||||
@@ -248,20 +163,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "47%",
|
||||
description: "Your Dream: Study In Korea 🇰🇷 Progress",
|
||||
},
|
||||
id: "m1", value: "47%", description: "Your Dream: Study In Korea 🇰🇷 Progress"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "1,247",
|
||||
description: "Days Until Korea: Your countdown begins!",
|
||||
},
|
||||
id: "m2", value: "1,247", description: "Days Until Korea: Your countdown begins!"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "63%",
|
||||
description: "TOPIK Tracker: Goal TOPIK II Level 4",
|
||||
},
|
||||
id: "m3", value: "63%", description: "TOPIK Tracker: Goal TOPIK II Level 4"},
|
||||
]}
|
||||
title="Track Your Journey: From Dream to Reality"
|
||||
description="Our specialized Korea Mode and Dream Progress Bar keep you motivated by visualizing your life's biggest goals. Every step counts, every achievement is celebrated."
|
||||
@@ -275,45 +181,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
handle: "@sarah_studies",
|
||||
testimonial: "Project Korea made my dream of studying abroad feel tangible. The AI coach guided me every step of the way, and the mission system kept me motivated!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-co-worker-spending-time-office_23-2149328340.jpg",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", handle: "@sarah_studies", testimonial: "Project Korea made my dream of studying abroad feel tangible. The AI coach guided me every step of the way, and the mission system kept me motivated!", imageSrc: "http://img.b2bpic.net/free-photo/young-co-worker-spending-time-office_23-2149328340.jpg", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
handle: "@mike_learns",
|
||||
testimonial: "The focus mode is a game-changer. No more distractions, just pure, uninterrupted study. And the reward shop keeps me coming back for more!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/graduation-high-school-university-concept-space-text_185193-110156.jpg",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
id: "2", name: "Michael Chen", handle: "@mike_learns", testimonial: "The focus mode is a game-changer. No more distractions, just pure, uninterrupted study. And the reward shop keeps me coming back for more!", imageSrc: "http://img.b2bpic.net/free-photo/graduation-high-school-university-concept-space-text_185193-110156.jpg", imageAlt: "Michael Chen"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
handle: "@emily_dreams",
|
||||
testimonial: "My study squad is the best! We push each other, and the squad shame system is surprisingly effective. We're all heading to med school thanks to Project Korea.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-confident-businessman-glasses-speaking-beige-wall_176420-132.jpg",
|
||||
imageAlt: "Emily Rodriguez",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", handle: "@emily_dreams", testimonial: "My study squad is the best! We push each other, and the squad shame system is surprisingly effective. We're all heading to med school thanks to Project Korea.", imageSrc: "http://img.b2bpic.net/free-photo/successful-confident-businessman-glasses-speaking-beige-wall_176420-132.jpg", imageAlt: "Emily Rodriguez"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
handle: "@david_achieves",
|
||||
testimonial: "As someone aiming for Oxford, the scholarship hunter and university tracker saved me countless hours. Project Korea truly understands ambitious students.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/entrepreneur-with-protective-face-mask-preparing-business-presentation-whiteboard-office_637285-10587.jpg",
|
||||
imageAlt: "David Kim",
|
||||
},
|
||||
id: "4", name: "David Kim", handle: "@david_achieves", testimonial: "As someone aiming for Oxford, the scholarship hunter and university tracker saved me countless hours. Project Korea truly understands ambitious students.", imageSrc: "http://img.b2bpic.net/free-photo/entrepreneur-with-protective-face-mask-preparing-business-presentation-whiteboard-office_637285-10587.jpg", imageAlt: "David Kim"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica Lee",
|
||||
handle: "@jessica_kr",
|
||||
testimonial: "The Korea Mode is exactly what I needed! From TOPIK tracking to the budget simulator, it's my perfect companion for my dream to study in Seoul.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technician-optimizing-data-center-equipment-maximum-efficiency_482257-117650.jpg",
|
||||
imageAlt: "Jessica Lee",
|
||||
},
|
||||
id: "5", name: "Jessica Lee", handle: "@jessica_kr", testimonial: "The Korea Mode is exactly what I needed! From TOPIK tracking to the budget simulator, it's my perfect companion for my dream to study in Seoul.", imageSrc: "http://img.b2bpic.net/free-photo/technician-optimizing-data-center-equipment-maximum-efficiency_482257-117650.jpg", imageAlt: "Jessica Lee"},
|
||||
]}
|
||||
title="Success Stories: Students Achieving Their Dreams"
|
||||
description="Hear from students who turned their aspirations into reality with Project Korea. Their journey could be yours!"
|
||||
@@ -326,35 +202,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "What makes Project Korea different from other study apps?",
|
||||
content: "Project Korea gamifies your entire study process, turning tasks into missions and rewarding progress with coins. Our unique Korea Mode offers specialized tracking for studying abroad, and the AI Dream Coach provides personalized roadmaps for your biggest goals.",
|
||||
},
|
||||
id: "faq1", title: "What makes Project Korea different from other study apps?", content: "Project Korea gamifies your entire study process, turning tasks into missions and rewarding progress with coins. Our unique Korea Mode offers specialized tracking for studying abroad, and the AI Dream Coach provides personalized roadmaps for your biggest goals."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "How does the 'Squad Shame' system work?",
|
||||
content: "In Study Squads, if a member leaves a focus session early, their squad gets notified. Friends can then vote on fun 'punishments' like 20 jumping jacks or solving extra math questions. Users upload proof, and failure results in losing coins – all in good fun to boost accountability!",
|
||||
},
|
||||
id: "faq2", title: "How does the 'Squad Shame' system work?", content: "In Study Squads, if a member leaves a focus session early, their squad gets notified. Friends can then vote on fun 'punishments' like 20 jumping jacks or solving extra math questions. Users upload proof, and failure results in losing coins – all in good fun to boost accountability!"},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "Can parents track their child's progress?",
|
||||
content: "Yes, our Parent Mode allows parents to connect accounts and approve real-world rewards linked to earned coins. For example, 5000 coins can be redeemed for 'One Pizza', fostering a supportive and rewarding environment.",
|
||||
},
|
||||
id: "faq3", title: "Can parents track their child's progress?", content: "Yes, our Parent Mode allows parents to connect accounts and approve real-world rewards linked to earned coins. For example, 5000 coins can be redeemed for 'One Pizza', fostering a supportive and rewarding environment."},
|
||||
{
|
||||
id: "faq4",
|
||||
title: "What kind of rewards can I get from the Reward Shop?",
|
||||
content: "The Reward Shop offers both digital and premium rewards. Digital items include wallpapers, study planners, Notion templates, and stickers. Premium rewards feature AI-generated study plans, resume templates, and scholarship guides.",
|
||||
},
|
||||
id: "faq4", title: "What kind of rewards can I get from the Reward Shop?", content: "The Reward Shop offers both digital and premium rewards. Digital items include wallpapers, study planners, Notion templates, and stickers. Premium rewards feature AI-generated study plans, resume templates, and scholarship guides."},
|
||||
{
|
||||
id: "faq5",
|
||||
title: "Is the AI Dream Coach truly personalized?",
|
||||
content: "Absolutely! The AI Dream Coach analyzes your stated goal (e.g., 'I want to study in Korea.') and generates a comprehensive, personalized roadmap, including study plans, scholarship strategies, university application checklists, and more, tailored to your aspirations.",
|
||||
},
|
||||
id: "faq5", title: "Is the AI Dream Coach truly personalized?", content: "Absolutely! The AI Dream Coach analyzes your stated goal (e.g., 'I want to study in Korea.') and generates a comprehensive, personalized roadmap, including study plans, scholarship strategies, university application checklists, and more, tailored to your aspirations."},
|
||||
{
|
||||
id: "faq6",
|
||||
title: "What are the pricing options for Project Korea?",
|
||||
content: "Project Korea offers a free tier with core features like study timers, basic groups, and daily missions. For advanced analytics, the AI coach, scholarship finder, unlimited squads, and premium themes, you can subscribe to our Premium plan at $4–8/month.",
|
||||
},
|
||||
id: "faq6", title: "What are the pricing options for Project Korea?", content: "Project Korea offers a free tier with core features like study timers, basic groups, and daily missions. For advanced analytics, the AI coach, scholarship finder, unlimited squads, and premium themes, you can subscribe to our Premium plan at $4–8/month."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Got questions about Project Korea? We've got answers. Find out more about how our app can help you achieve your academic goals."
|
||||
@@ -369,44 +227,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "free",
|
||||
badge: "Starter",
|
||||
badgeIcon: Sparkles,
|
||||
price: "Free",
|
||||
subtitle: "Basic features to kickstart your journey",
|
||||
buttons: [
|
||||
id: "free", badge: "Starter", badgeIcon: Sparkles,
|
||||
price: "Free", subtitle: "Basic features to kickstart your journey", buttons: [
|
||||
{
|
||||
text: "Get Started Free",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Started Free", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Study Timer",
|
||||
"Coin Economy",
|
||||
"Basic Study Groups",
|
||||
"Daily Missions",
|
||||
],
|
||||
"Study Timer", "Coin Economy", "Basic Study Groups", "Daily Missions"],
|
||||
},
|
||||
{
|
||||
id: "premium",
|
||||
badge: "Pro Dreamer",
|
||||
badgeIcon: Crown,
|
||||
price: "$4-$8/month",
|
||||
subtitle: "Unlock all features for ultimate success",
|
||||
buttons: [
|
||||
id: "premium", badge: "Pro Dreamer", badgeIcon: Crown,
|
||||
price: "$4-$8/month", subtitle: "Unlock all features for ultimate success", buttons: [
|
||||
{
|
||||
text: "Go Premium",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Go Premium", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"AI Dream Coach",
|
||||
"Scholarship Finder",
|
||||
"Advanced Analytics",
|
||||
"Unlimited Squads",
|
||||
"Premium Themes",
|
||||
"All Free Features",
|
||||
],
|
||||
"AI Dream Coach", "Scholarship Finder", "Advanced Analytics", "Unlimited Squads", "Premium Themes", "All Free Features"],
|
||||
},
|
||||
]}
|
||||
title="Choose Your Path: Free or Premium"
|
||||
@@ -418,19 +254,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Ready to Start?"
|
||||
title="Begin Your Dream Journey with Project Korea Today!"
|
||||
description="Join thousands of ambitious students already transforming their study habits. Sign up now and let's make your dream life a reality."
|
||||
buttons={[
|
||||
{
|
||||
text: "Download the App",
|
||||
},
|
||||
text: "Download the App"},
|
||||
{
|
||||
text: "Contact Support",
|
||||
href: "#",
|
||||
},
|
||||
text: "Contact Support", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -441,13 +273,9 @@ export default function LandingPage() {
|
||||
logoAlt="Project Korea logo"
|
||||
logoText="PROJECT KOREA"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user