Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-06-11 07:28:08 +00:00

View File

@@ -34,37 +34,21 @@ export default function LandingPage() {
<NavbarStyleApple <NavbarStyleApple
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "#home"},
id: "#home",
},
{ {
name: "Features", name: "Features", id: "#features"},
id: "#features",
},
{ {
name: "Metrics", name: "Metrics", id: "#metrics"},
id: "#metrics",
},
{ {
name: "Testimonials", name: "Testimonials", id: "#testimonials"},
id: "#testimonials",
},
{ {
name: "Pricing", name: "Pricing", id: "#pricing"},
id: "#pricing",
},
{ {
name: "About Us", name: "About Us", id: "#about"},
id: "#about",
},
{ {
name: "FAQ", name: "FAQ", id: "#faq"},
id: "#faq",
},
{ {
name: "Contact", name: "Contact", id: "#contact"},
id: "#contact",
},
]} ]}
brandName="AMPLIFYZ StudyOS" brandName="AMPLIFYZ StudyOS"
/> />
@@ -73,45 +57,28 @@ export default function LandingPage() {
<div id="home" data-section="home"> <div id="home" data-section="home">
<HeroBillboardCarousel <HeroBillboardCarousel
background={{ background={{
variant: "sparkles-gradient", variant: "sparkles-gradient"}}
}}
title="AMPLIFYZ StudyOS Learn Smarter. Score Higher." title="AMPLIFYZ StudyOS Learn Smarter. Score Higher."
description="The AI-powered learning ecosystem that transforms any study material into beautiful notes, flashcards, mind maps, quizzes, and personalized plans. Amplify Your Potential." description="The AI-powered learning ecosystem that transforms any study material into beautiful notes, flashcards, mind maps, quizzes, and personalized plans. Amplify Your Potential."
buttons={[ buttons={[
{ {
text: "Get Started Free", text: "Get Started Free", href: "#contact"},
href: "#contact",
},
{ {
text: "Explore Features", text: "Explore Features", href: "#features"},
href: "#features",
},
]} ]}
mediaItems={[ mediaItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-data-interface_23-2152011741.jpg", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-data-interface_23-2152011741.jpg", imageAlt: "AMPLIFYZ StudyOS Dashboard showing analytics"},
imageAlt: "AMPLIFYZ StudyOS Dashboard showing analytics",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/business-branding-label-chart-graphic_53876-124737.jpg", imageSrc: "http://img.b2bpic.net/free-photo/business-branding-label-chart-graphic_53876-124737.jpg", imageAlt: "AI-generated study notes interface"},
imageAlt: "AI-generated study notes interface",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/man-controlling-smart-lamp-with-his-phone_23-2149036884.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-controlling-smart-lamp-with-his-phone_23-2149036884.jpg", imageAlt: "Interactive flashcard engine"},
imageAlt: "Interactive flashcard engine",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/women-collaborating-office_23-2147656652.jpg", imageSrc: "http://img.b2bpic.net/free-photo/women-collaborating-office_23-2147656652.jpg", imageAlt: "Dynamic AI-generated mind map"},
imageAlt: "Dynamic AI-generated mind map",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/top-view-paper-woman-sitting-notebook_23-2149001154.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-paper-woman-sitting-notebook_23-2149001154.jpg", imageAlt: "AI question generator and mock test UI"},
imageAlt: "AI question generator and mock test UI",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/working-homewhite-caucasian-male-adult-wear-casual-cloth-working-with-desktop-check-analysing-business-data-chart-dinining-table-home-home-isolate-quarantine-ideaswork-remote-concept_609648-2142.jpg", imageSrc: "http://img.b2bpic.net/free-photo/working-homewhite-caucasian-male-adult-wear-casual-cloth-working-with-desktop-check-analysing-business-data-chart-dinining-table-home-home-isolate-quarantine-ideaswork-remote-concept_609648-2142.jpg", imageAlt: "Performance analytics dashboard"},
imageAlt: "Performance analytics dashboard",
},
]} ]}
/> />
</div> </div>
@@ -123,77 +90,29 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
features={[ features={[
{ {
id: "ai-study-bot", id: "ai-study-bot", title: "AI Study Bot", author: "24/7 Advanced AI Tutor", description: "Solve doubts, explain concepts step-by-step, answer questions from uploaded material, explain diagrams, and simplify difficult topics with voice interaction support.", tags: [
title: "AI Study Bot", "AI Tutoring", "Doubt Solving"],
author: "24/7 Advanced AI Tutor", imageSrc: "http://img.b2bpic.net/free-photo/robot-working-as-librarian-instead-humans_23-2150912053.jpg", imageAlt: "AI Study Bot illustration"},
description: "Solve doubts, explain concepts step-by-step, answer questions from uploaded material, explain diagrams, and simplify difficult topics with voice interaction support.",
tags: [
"AI Tutoring",
"Doubt Solving",
],
imageSrc: "http://img.b2bpic.net/free-photo/robot-working-as-librarian-instead-humans_23-2150912053.jpg",
imageAlt: "AI Study Bot illustration",
},
{ {
id: "smart-notes-generator", id: "smart-notes-generator", title: "Smart Notes Generator", author: "Effortless Note Creation", description: "Upload PDFs, images, textbooks, or handwritten notes, and our AI automatically creates beautifully formatted notes, summaries, formula sheets, and last-minute revision guides.", tags: [
title: "Smart Notes Generator", "Notes", "Summaries"],
author: "Effortless Note Creation", imageSrc: "http://img.b2bpic.net/free-photo/man-holding-tablet-working-with-it_1134-86.jpg", imageAlt: "Smart Notes Generator illustration"},
description: "Upload PDFs, images, textbooks, or handwritten notes, and our AI automatically creates beautifully formatted notes, summaries, formula sheets, and last-minute revision guides.",
tags: [
"Notes",
"Summaries",
],
imageSrc: "http://img.b2bpic.net/free-photo/man-holding-tablet-working-with-it_1134-86.jpg",
imageAlt: "Smart Notes Generator illustration",
},
{ {
id: "ai-question-generator", id: "ai-question-generator", title: "AI Question Generator", author: "Tailored Practice Questions", description: "Generate MCQs, Assertion-Reason, Short/Long Answer, and Case Study questions at Easy, Medium, Hard, and Olympiad/JEE Advanced difficulty levels.", tags: [
title: "AI Question Generator", "Quizzes", "Exam Prep"],
author: "Tailored Practice Questions", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-cryptocurrwncy-concept_23-2149250207.jpg", imageAlt: "AI Question Generator illustration"},
description: "Generate MCQs, Assertion-Reason, Short/Long Answer, and Case Study questions at Easy, Medium, Hard, and Olympiad/JEE Advanced difficulty levels.",
tags: [
"Quizzes",
"Exam Prep",
],
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-cryptocurrwncy-concept_23-2149250207.jpg",
imageAlt: "AI Question Generator illustration",
},
{ {
id: "flashcard-engine", id: "flashcard-engine", title: "Flashcard Engine", author: "Master Active Recall", description: "Automatically create flashcards from any material. Leverage active recall, spaced repetition, and progress tracking to reinforce your learning effectively.", tags: [
title: "Flashcard Engine", "Flashcards", "Revision"],
author: "Master Active Recall", imageSrc: "http://img.b2bpic.net/free-photo/view-school-items-arrangement_23-2149001122.jpg", imageAlt: "Flashcard Engine illustration"},
description: "Automatically create flashcards from any material. Leverage active recall, spaced repetition, and progress tracking to reinforce your learning effectively.",
tags: [
"Flashcards",
"Revision",
],
imageSrc: "http://img.b2bpic.net/free-photo/view-school-items-arrangement_23-2149001122.jpg",
imageAlt: "Flashcard Engine illustration",
},
{ {
id: "mind-map-generator", id: "mind-map-generator", title: "Mind Map Generator", author: "Visual Learning Unlocked", description: "Convert any chapter into interactive mind maps, concept trees, and visual learning boards to connect topics and enhance your understanding.", tags: [
title: "Mind Map Generator", "Mind Maps", "Visual Learning"],
author: "Visual Learning Unlocked", imageSrc: "http://img.b2bpic.net/free-photo/paint-brush-purple-paper-background_127675-2558.jpg", imageAlt: "Mind Map Generator illustration"},
description: "Convert any chapter into interactive mind maps, concept trees, and visual learning boards to connect topics and enhance your understanding.",
tags: [
"Mind Maps",
"Visual Learning",
],
imageSrc: "http://img.b2bpic.net/free-photo/paint-brush-purple-paper-background_127675-2558.jpg",
imageAlt: "Mind Map Generator illustration",
},
{ {
id: "study-planner", id: "study-planner", title: "Study Planner", author: "Adaptive Schedules", description: "Get AI-generated study schedules, exam countdowns, daily/weekly goals, and smart revision plans that adapt automatically based on your progress.", tags: [
title: "Study Planner", "Planning", "Productivity"],
author: "Adaptive Schedules", imageSrc: "http://img.b2bpic.net/free-photo/big-screen-financial-department-office-shows-stock-exchange-indices_482257-91771.jpg", imageAlt: "Study Planner illustration"},
description: "Get AI-generated study schedules, exam countdowns, daily/weekly goals, and smart revision plans that adapt automatically based on your progress.",
tags: [
"Planning",
"Productivity",
],
imageSrc: "http://img.b2bpic.net/free-photo/big-screen-financial-department-office-shows-stock-exchange-indices_482257-91771.jpg",
imageAlt: "Study Planner illustration",
},
]} ]}
title="All-in-One Learning Ecosystem" title="All-in-One Learning Ecosystem"
description="Replace multiple student apps with a single, intuitive platform combining AI tutoring, smart note generation, revision tools, exam preparation, and personalized learning systems." description="Replace multiple student apps with a single, intuitive platform combining AI tutoring, smart note generation, revision tools, exam preparation, and personalized learning systems."
@@ -205,27 +124,16 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
useInvertedBackground={false} useInvertedBackground={false}
animationType="slide-up"
metrics={[ metrics={[
{ {
id: "study-hours", id: "study-hours", value: "1M+", description: "Study Hours Logged by Students"},
value: "1M+",
description: "Study Hours Logged by Students",
},
{ {
id: "completion-rate", id: "completion-rate", value: "90%", description: "Average Chapter Completion Rate"},
value: "90%",
description: "Average Chapter Completion Rate",
},
{ {
id: "score-increase", id: "score-increase", value: "20%", description: "Average Score Increase on Mock Tests"},
value: "20%",
description: "Average Score Increase on Mock Tests",
},
{ {
id: "active-users", id: "active-users", value: "100K+", description: "Active Students Globally"},
value: "100K+",
description: "Active Students Globally",
},
]} ]}
title="Quantify Your Progress" title="Quantify Your Progress"
description="Track your learning journey with intuitive dashboards and performance analytics to understand your strengths, weaknesses, and areas for improvement. Achieve your academic goals with data-driven insights." description="Track your learning journey with intuitive dashboards and performance analytics to understand your strengths, weaknesses, and areas for improvement. Achieve your academic goals with data-driven insights."
@@ -239,59 +147,23 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Priya Sharma", handle: "@priya_studies", testimonial: "AMPLIFYZ StudyOS is a game-changer! The AI tutor clarifies doubts instantly, and the smart notes generator saves hours. My scores have significantly improved!", rating: 5,
name: "Priya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Priya Sharma"},
handle: "@priya_studies",
testimonial: "AMPLIFYZ StudyOS is a game-changer! The AI tutor clarifies doubts instantly, and the smart notes generator saves hours. My scores have significantly improved!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg",
imageAlt: "Priya Sharma",
},
{ {
id: "2", id: "2", name: "Amit Kumar", handle: "@amit_jee_prep", testimonial: "As a JEE aspirant, this platform is a blessing. The AI question generator with difficulty levels is spot on, and the mind maps help me visualize complex physics concepts.", rating: 5,
name: "Amit Kumar", imageSrc: "http://img.b2bpic.net/free-photo/young-cheerful-casual-businesswoman-coat-with-laptop-happily-looking-camera-outdoor_574295-2167.jpg", imageAlt: "Amit Kumar"},
handle: "@amit_jee_prep",
testimonial: "As a JEE aspirant, this platform is a blessing. The AI question generator with difficulty levels is spot on, and the mind maps help me visualize complex physics concepts.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-cheerful-casual-businesswoman-coat-with-laptop-happily-looking-camera-outdoor_574295-2167.jpg",
imageAlt: "Amit Kumar",
},
{ {
id: "3", id: "3", name: "Neha Singh", handle: "@neha_college", testimonial: "The adaptive study planner keeps me on track, and the flashcard engine is perfect for quick revisions. It's truly an all-in-one solution for college studies.", rating: 5,
name: "Neha Singh", imageSrc: "http://img.b2bpic.net/free-photo/calm-serious-woman-with-long-pony-tail-wears-transparent-glasses-green-jumper-looks-attentively-camera-poses-pink-studio_273609-38843.jpg", imageAlt: "Neha Singh"},
handle: "@neha_college",
testimonial: "The adaptive study planner keeps me on track, and the flashcard engine is perfect for quick revisions. It's truly an all-in-one solution for college studies.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/calm-serious-woman-with-long-pony-tail-wears-transparent-glasses-green-jumper-looks-attentively-camera-poses-pink-studio_273609-38843.jpg",
imageAlt: "Neha Singh",
},
{ {
id: "4", id: "4", name: "Rahul Verma", handle: "@rahul_exams", testimonial: "The performance analytics are incredibly detailed, showing exactly where I need to focus. AMPLIFYZ StudyOS has made exam prep less stressful and more efficient.", rating: 5,
name: "Rahul Verma", imageSrc: "http://img.b2bpic.net/free-photo/pleasant-looking-young-woman-wears-casual-sweater-has-hair-bun-looks-with-calm-facial-expressions-poses-against-pink-neon-space_176532-11529.jpg", imageAlt: "Rahul Verma"},
handle: "@rahul_exams",
testimonial: "The performance analytics are incredibly detailed, showing exactly where I need to focus. AMPLIFYZ StudyOS has made exam prep less stressful and more efficient.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pleasant-looking-young-woman-wears-casual-sweater-has-hair-bun-looks-with-calm-facial-expressions-poses-against-pink-neon-space_176532-11529.jpg",
imageAlt: "Rahul Verma",
},
{ {
id: "5", id: "5", name: "Sarita Devi", handle: "@sarita_med", testimonial: "For NEET preparation, the specific question types and comprehensive mock tests are invaluable. The AI revision assistant helps me consolidate topics effectively.", rating: 5,
name: "Sarita Devi", imageSrc: "http://img.b2bpic.net/free-photo/portrait-hacker_23-2148165894.jpg", imageAlt: "Sarita Devi"},
handle: "@sarita_med",
testimonial: "For NEET preparation, the specific question types and comprehensive mock tests are invaluable. The AI revision assistant helps me consolidate topics effectively.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-hacker_23-2148165894.jpg",
imageAlt: "Sarita Devi",
},
{ {
id: "6", id: "6", name: "Vivek Raj", handle: "@vivek_learns", testimonial: "I love the gamification features! Earning badges and competing on leaderboards makes studying fun and keeps me motivated. Highly recommend AMPLIFYZ StudyOS!", rating: 5,
name: "Vivek Raj", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", imageAlt: "Vivek Raj"},
handle: "@vivek_learns",
testimonial: "I love the gamification features! Earning badges and competing on leaderboards makes studying fun and keeps me motivated. Highly recommend AMPLIFYZ StudyOS!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg",
imageAlt: "Vivek Raj",
},
]} ]}
showRating={true} showRating={true}
title="Hear From Our Students" title="Hear From Our Students"
@@ -303,63 +175,26 @@ export default function LandingPage() {
<PricingCardFive <PricingCardFive
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
animationType="slide-up"
plans={[ plans={[
{ {
id: "free", id: "free", tag: "Starter", price: "₹0", period: "/month", description: "Access essential AI learning tools.", button: {
tag: "Starter", text: "Get Started Free", href: "#contact"},
price: "₹0", featuresTitle: "Includes:", features: [
period: "/month", "Limited AI Usage", "Basic Note Generation", "Standard Flashcards", "Community Access"],
description: "Access essential AI learning tools.",
button: {
text: "Get Started Free",
href: "#contact",
},
featuresTitle: "Includes:",
features: [
"Limited AI Usage",
"Basic Note Generation",
"Standard Flashcards",
"Community Access",
],
}, },
{ {
id: "pro", id: "pro", tag: "Recommended", tagIcon: Sparkles,
tag: "Recommended", price: "₹499", period: "/month", description: "Supercharge your studies with advanced AI.", button: {
tagIcon: Sparkles, text: "Go Pro", href: "#contact"},
price: "₹499", featuresTitle: "All Starter features, plus:", features: [
period: "/month", "Unlimited AI Usage", "Unlimited Note Generation", "Advanced Analytics", "AI Mock Exams", "AI Voice Tutor", "Personalized Study Plans"],
description: "Supercharge your studies with advanced AI.",
button: {
text: "Go Pro",
href: "#contact",
},
featuresTitle: "All Starter features, plus:",
features: [
"Unlimited AI Usage",
"Unlimited Note Generation",
"Advanced Analytics",
"AI Mock Exams",
"AI Voice Tutor",
"Personalized Study Plans",
],
}, },
{ {
id: "premium", id: "premium", tag: "Ultimate", price: "₹999", period: "/month", description: "Complete learning mastery and dedicated support.", button: {
tag: "Ultimate", text: "Get Premium", href: "#contact"},
price: "₹999", featuresTitle: "All Pro features, plus:", features: [
period: "/month", "Dedicated Mentoring Session", "Priority Support", "Exclusive Content Access", "Early Access to New Features"],
description: "Complete learning mastery and dedicated support.",
button: {
text: "Get Premium",
href: "#contact",
},
featuresTitle: "All Pro features, plus:",
features: [
"Dedicated Mentoring Session",
"Priority Support",
"Exclusive Content Access",
"Early Access to New Features",
],
}, },
]} ]}
title="Unlock Your Full Potential with AMPLIFYZ Pro" title="Unlock Your Full Potential with AMPLIFYZ Pro"
@@ -374,19 +209,13 @@ export default function LandingPage() {
metrics={[ metrics={[
{ {
icon: GraduationCap, icon: GraduationCap,
label: "Students Supported", label: "Students Supported", value: "100K+"},
value: "100K+",
},
{ {
icon: Zap, icon: Zap,
label: "AI Features Integrated", label: "AI Features Integrated", value: "10+"},
value: "10+",
},
{ {
icon: Globe, icon: Globe,
label: "Learning Modes", label: "Learning Modes", value: "5"},
value: "5",
},
]} ]}
metricsAnimation="slide-up" metricsAnimation="slide-up"
/> />
@@ -397,15 +226,7 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
names={[ names={[
"StudyFlow", "StudyFlow", "EduNest", "ScholarBridge", "BrainWave AI", "Academia Pro", "LearnSphere", "InsightEd", "Quantum Learning"]}
"EduNest",
"ScholarBridge",
"BrainWave AI",
"Academia Pro",
"LearnSphere",
"InsightEd",
"Quantum Learning",
]}
title="Trusted by Aspiring Achievers" title="Trusted by Aspiring Achievers"
description="Join a growing community of students, educators, and institutions leveraging AMPLIFYZ StudyOS to redefine their learning experience and achieve academic excellence." description="Join a growing community of students, educators, and institutions leveraging AMPLIFYZ StudyOS to redefine their learning experience and achieve academic excellence."
/> />
@@ -416,25 +237,13 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
faqs={[ faqs={[
{ {
id: "1", id: "1", title: "What kind of study materials can I upload?", content: "You can upload PDF files, images, screenshots, textbooks, and even handwritten notes. Our AI processes them to generate notes, flashcards, and more."},
title: "What kind of study materials can I upload?",
content: "You can upload PDF files, images, screenshots, textbooks, and even handwritten notes. Our AI processes them to generate notes, flashcards, and more.",
},
{ {
id: "2", id: "2", title: "How does the AI tutor work?", content: "Our 24/7 AI tutor can solve doubts, explain concepts step-by-step, answer questions from uploaded material, explain diagrams, and simplify difficult topics. It also supports voice interaction!"},
title: "How does the AI tutor work?",
content: "Our 24/7 AI tutor can solve doubts, explain concepts step-by-step, answer questions from uploaded material, explain diagrams, and simplify difficult topics. It also supports voice interaction!",
},
{ {
id: "3", id: "3", title: "Is there a free trial for AMPLIFYZ Pro?", content: "We offer a Free plan that provides essential AI learning tools. For the full experience with unlimited AI usage and advanced features, you can subscribe to AMPLIFYZ Pro."},
title: "Is there a free trial for AMPLIFYZ Pro?",
content: "We offer a Free plan that provides essential AI learning tools. For the full experience with unlimited AI usage and advanced features, you can subscribe to AMPLIFYZ Pro.",
},
{ {
id: "4", id: "4", title: "How does the gamification system work?", content: "Students earn XP, coins, and badges for studying and completing tasks. You can achieve different levels like 'Study Warrior' or 'Physics Champion' and compete on leaderboards to stay motivated."},
title: "How does the gamification system work?",
content: "Students earn XP, coins, and badges for studying and completing tasks. You can achieve different levels like 'Study Warrior' or 'Physics Champion' and compete on leaderboards to stay motivated.",
},
]} ]}
sideTitle="Your Questions, Answered" sideTitle="Your Questions, Answered"
sideDescription="Find quick answers to the most common questions about AMPLIFYZ StudyOS features, pricing, and how our AI helps you learn smarter." sideDescription="Find quick answers to the most common questions about AMPLIFYZ StudyOS features, pricing, and how our AI helps you learn smarter."
@@ -447,8 +256,7 @@ export default function LandingPage() {
<ContactCenter <ContactCenter
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "radial-gradient", variant: "radial-gradient"}}
}}
tag="Get in Touch" tag="Get in Touch"
title="Ready to Amplify Your Learning?" title="Ready to Amplify Your Learning?"
description="Join the waitlist for early access, or reach out to us for any inquiries. Our team is dedicated to helping you succeed in your academic journey." description="Join the waitlist for early access, or reach out to us for any inquiries. Our team is dedicated to helping you succeed in your academic journey."
@@ -465,67 +273,41 @@ export default function LandingPage() {
logoText="AMPLIFYZ StudyOS" logoText="AMPLIFYZ StudyOS"
columns={[ columns={[
{ {
title: "Platform", title: "Platform", items: [
items: [
{ {
label: "Features", label: "Features", href: "#features"},
href: "#features",
},
{ {
label: "Pricing", label: "Pricing", href: "#pricing"},
href: "#pricing",
},
{ {
label: "Performance", label: "Performance", href: "#metrics"},
href: "#metrics",
},
], ],
}, },
{ {
title: "Resources", title: "Resources", items: [
items: [
{ {
label: "Blog", label: "Blog", href: "#"},
href: "#",
},
{ {
label: "Community", label: "Community", href: "#social-proof"},
href: "#social-proof",
},
{ {
label: "FAQ", label: "FAQ", href: "#faq"},
href: "#faq",
},
], ],
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ {
label: "About Us", label: "About Us", href: "#about"},
href: "#about",
},
{ {
label: "Careers", label: "Careers", href: "#"},
href: "#",
},
{ {
label: "Contact", label: "Contact", href: "#contact"},
href: "#contact",
},
], ],
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ {
label: "Privacy Policy", label: "Privacy Policy", href: "#"},
href: "#",
},
{ {
label: "Terms of Service", label: "Terms of Service", href: "#"},
href: "#",
},
], ],
}, },
]} ]}