Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 996f38cad7 | |||
| 9928ba4e9c | |||
| 9111aa11f8 | |||
| 87b5512a9e | |||
| f053d7362a |
@@ -7,52 +7,35 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|||||||
import Tag from "@/tag/Tag";
|
import Tag from "@/tag/Tag";
|
||||||
|
|
||||||
const halant = Halant({
|
const halant = Halant({
|
||||||
variable: "--font-halant",
|
variable: "--font-halant", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
weight: ["300", "400", "500", "600", "700"],
|
weight: ["300", "400", "500", "600", "700"],
|
||||||
});
|
});
|
||||||
|
|
||||||
const inter = Inter({
|
const inter = Inter({
|
||||||
variable: "--font-inter",
|
variable: "--font-inter", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
});
|
});
|
||||||
|
|
||||||
const poppins = Poppins({
|
const poppins = Poppins({
|
||||||
variable: "--font-poppins",
|
variable: "--font-poppins", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
|
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
|
||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "StudySphere - Peer-to-Peer Learning Hub for Business Students",
|
title: "StudySphere - Peer-to-Peer Learning Hub for Business Students", description: "Join StudySphere and learn business, entrepreneurship, marketing, and finance through collaborative peer tutoring sessions. Connect with students like you in a supportive learning community.", keywords: "peer tutoring, business education, entrepreneurship learning, study groups, student collaboration, marketing, finance education", robots: {
|
||||||
description: "Join StudySphere and learn business, entrepreneurship, marketing, and finance through collaborative peer tutoring sessions. Connect with students like you in a supportive learning community.",
|
|
||||||
keywords: "peer tutoring, business education, entrepreneurship learning, study groups, student collaboration, marketing, finance education",
|
|
||||||
robots: {
|
|
||||||
index: true,
|
index: true,
|
||||||
follow: true,
|
follow: true,
|
||||||
},
|
},
|
||||||
metadataBase: new URL("https://studysphere.edu"),
|
metadataBase: new URL("https://studysphere.edu"),
|
||||||
alternates: {
|
alternates: {
|
||||||
canonical: "https://studysphere.edu",
|
canonical: "https://studysphere.edu"},
|
||||||
},
|
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: "StudySphere - Learn Business From Students Like You",
|
title: "StudySphere - Learn Business From Students Like You", description: "Join StudySphere and discover the power of peer-to-peer learning. Collaborate, study, and grow with thousands of students studying business and entrepreneurship.", type: "website", siteName: "StudySphere", url: "https://studysphere.edu", images: [
|
||||||
description: "Join StudySphere and discover the power of peer-to-peer learning. Collaborate, study, and grow with thousands of students studying business and entrepreneurship.",
|
|
||||||
type: "website",
|
|
||||||
siteName: "StudySphere",
|
|
||||||
url: "https://studysphere.edu",
|
|
||||||
images: [
|
|
||||||
{
|
{
|
||||||
url: "http://img.b2bpic.net/free-photo/cheerful-young-multiethnic-friends-students-outdoors-using-tablet_171337-18178.jpg",
|
url: "http://img.b2bpic.net/free-photo/cheerful-young-multiethnic-friends-students-outdoors-using-tablet_171337-18178.jpg", alt: "Students collaborating on business learning"},
|
||||||
alt: "Students collaborating on business learning",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
twitter: {
|
twitter: {
|
||||||
card: "summary_large_image",
|
card: "summary_large_image", title: "StudySphere - Peer Learning Hub", description: "Connect with peer tutors and study groups for business education", images: ["http://img.b2bpic.net/free-photo/cheerful-young-multiethnic-friends-students-outdoors-using-tablet_171337-18178.jpg"],
|
||||||
title: "StudySphere - Peer Learning Hub",
|
|
||||||
description: "Connect with peer tutors and study groups for business education",
|
|
||||||
images: ["http://img.b2bpic.net/free-photo/cheerful-young-multiethnic-friends-students-outdoors-using-tablet_171337-18178.jpg"],
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -1440,4 +1423,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
196
src/app/page.tsx
196
src/app/page.tsx
@@ -71,41 +71,29 @@ export default function HomePage() {
|
|||||||
<div id="features" data-section="features">
|
<div id="features" data-section="features">
|
||||||
<FeatureHoverPattern
|
<FeatureHoverPattern
|
||||||
title="Powerful Learning Features"
|
title="Powerful Learning Features"
|
||||||
description="Everything you need to learn effectively through peer collaboration and interactive tools"
|
description="Learn faster when studying with peers who share your goals. Get instant feedback, ask questions in real-time, and discover new perspectives that accelerate your understanding. Everything you need to master business concepts through collaborative learning and interactive tools."
|
||||||
tag="Platform Features"
|
tag="Platform Features"
|
||||||
tagIcon={Zap}
|
tagIcon={Zap}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
icon: Users,
|
icon: Users,
|
||||||
title: "Live Tutoring Sessions",
|
title: "Live Tutoring Sessions", description: "Join or host real-time study groups with peers. Connect with tutors and classmates studying the same topics you are."},
|
||||||
description: "Join or host real-time study groups with peers. Connect with tutors and classmates studying the same topics you are.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: BarChart3,
|
icon: BarChart3,
|
||||||
title: "Progress Tracking",
|
title: "Progress Tracking", description: "Monitor your learning journey with achievement badges, progress bars, and study streaks. Gamification keeps you motivated."},
|
||||||
description: "Monitor your learning journey with achievement badges, progress bars, and study streaks. Gamification keeps you motivated.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: BookOpen,
|
icon: BookOpen,
|
||||||
title: "Rich Learning Resources",
|
title: "Rich Learning Resources", description: "Access videos, quizzes, flashcards, and downloadable study guides. All curated for business and entrepreneurship topics."},
|
||||||
description: "Access videos, quizzes, flashcards, and downloadable study guides. All curated for business and entrepreneurship topics.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: MessageCircle,
|
icon: MessageCircle,
|
||||||
title: "Community Support",
|
title: "Community Support", description: "Ask questions, discuss topics, and get answers from peers. Upvote helpful responses and build your learning network."},
|
||||||
description: "Ask questions, discuss topics, and get answers from peers. Upvote helpful responses and build your learning network.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Award,
|
icon: Award,
|
||||||
title: "Achievement System",
|
title: "Achievement System", description: "Earn badges for completing lessons, helping others, and maintaining study streaks. Celebrate your learning wins."},
|
||||||
description: "Earn badges for completing lessons, helping others, and maintaining study streaks. Celebrate your learning wins.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Search,
|
icon: Search,
|
||||||
title: "Smart Resource Search",
|
title: "Smart Resource Search", description: "Find exactly what you need by topic or difficulty level. Quick, intuitive search keeps learning efficient."},
|
||||||
description: "Find exactly what you need by topic or difficulty level. Quick, intuitive search keeps learning efficient.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -123,65 +111,17 @@ export default function HomePage() {
|
|||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Aisha Patel, High School Senior", date: "Date: 15 November 2024", title: "StudySphere made learning so much fun!", quote: "I was struggling with marketing concepts until I joined a peer tutoring session. Explaining things to classmates actually helped me understand better. The badges and streak tracking keeps me motivated every single day.", tag: "Marketing Focus", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-pretty-woman-glasses-smiling-happy-sincere-emotion-surprised-face-expression-natural-positive-isolated-white-background-checkered-shirt-hipster-style-student_285396-2851.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-pretty-woman-glasses-smiling-happy-sincere-emotion-surprised-face-expression-natural-positive-isolated-white-background-checkered-shirt-hipster-style-student_285396-2851.jpg?_wi=1"},
|
||||||
name: "Aisha Patel, High School Senior",
|
|
||||||
date: "Date: 15 November 2024",
|
|
||||||
title: "StudySphere made learning so much fun!",
|
|
||||||
quote: "I was struggling with marketing concepts until I joined a peer tutoring session. Explaining things to classmates actually helped me understand better. The badges and streak tracking keeps me motivated every single day.",
|
|
||||||
tag: "Marketing Focus",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-pretty-woman-glasses-smiling-happy-sincere-emotion-surprised-face-expression-natural-positive-isolated-white-background-checkered-shirt-hipster-style-student_285396-2851.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-pretty-woman-glasses-smiling-happy-sincere-emotion-surprised-face-expression-natural-positive-isolated-white-background-checkered-shirt-hipster-style-student_285396-2851.jpg?_wi=1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Marcus Chen, College Freshman", date: "Date: 12 November 2024", title: "Best platform for finance students", quote: "The finance resources here are incredible. Being able to discuss complex concepts with other students and get instant feedback changed how I approach problem-solving. The progress tracker keeps me accountable.", tag: "Finance Track", avatarSrc: "http://img.b2bpic.net/free-photo/cute-smiling-curly-woman-lean-wall_176420-16738.jpg", imageSrc: "http://img.b2bpic.net/free-photo/cute-smiling-curly-woman-lean-wall_176420-16738.jpg?_wi=1"},
|
||||||
name: "Marcus Chen, College Freshman",
|
|
||||||
date: "Date: 12 November 2024",
|
|
||||||
title: "Best platform for finance students",
|
|
||||||
quote: "The finance resources here are incredible. Being able to discuss complex concepts with other students and get instant feedback changed how I approach problem-solving. The progress tracker keeps me accountable.",
|
|
||||||
tag: "Finance Track",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/cute-smiling-curly-woman-lean-wall_176420-16738.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-smiling-curly-woman-lean-wall_176420-16738.jpg?_wi=1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Sofia Rodriguez, Early College", date: "Date: 10 November 2024", title: "Community learning at its finest", quote: "I joined to find tutoring help and ended up building genuine friendships with people who share my entrepreneurship goals. The discussion boards are so active and supportive. This is how learning should feel.", tag: "Entrepreneurship", avatarSrc: "http://img.b2bpic.net/free-photo/high-angle-girl-taking-selfie-library_23-2148448045.jpg", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-girl-taking-selfie-library_23-2148448045.jpg?_wi=1"},
|
||||||
name: "Sofia Rodriguez, Early College",
|
|
||||||
date: "Date: 10 November 2024",
|
|
||||||
title: "Community learning at its finest",
|
|
||||||
quote: "I joined to find tutoring help and ended up building genuine friendships with people who share my entrepreneurship goals. The discussion boards are so active and supportive. This is how learning should feel.",
|
|
||||||
tag: "Entrepreneurship",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/high-angle-girl-taking-selfie-library_23-2148448045.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-girl-taking-selfie-library_23-2148448045.jpg?_wi=1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "James Park, High School Junior", date: "Date: 8 November 2024", title: "Learning from peers actually works", quote: "I tutored younger students on economics and discovered I actually love teaching. Getting recognized through leaderboards motivated me to help even more. StudySphere turned learning into a collaboration.", tag: "Economics", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-greenhouse-sitting_23-2148509935.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-greenhouse-sitting_23-2148509935.jpg?_wi=1"},
|
||||||
name: "James Park, High School Junior",
|
|
||||||
date: "Date: 8 November 2024",
|
|
||||||
title: "Learning from peers actually works",
|
|
||||||
quote: "I tutored younger students on economics and discovered I actually love teaching. Getting recognized through leaderboards motivated me to help even more. StudySphere turned learning into a collaboration.",
|
|
||||||
tag: "Economics",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-greenhouse-sitting_23-2148509935.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-greenhouse-sitting_23-2148509935.jpg?_wi=1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "Emma Williams, Business Student", date: "Date: 5 November 2024", title: "Resource library is game-changing", quote: "Searching for specific topics has never been easier. The quizzes give instant feedback, the flashcards are perfect for quick reviews, and the case studies make business theory actually relevant to real companies I care about.", tag: "Business Studies", avatarSrc: "http://img.b2bpic.net/free-photo/man-brainstorming_1098-14293.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-brainstorming_1098-14293.jpg?_wi=1"},
|
||||||
name: "Emma Williams, Business Student",
|
|
||||||
date: "Date: 5 November 2024",
|
|
||||||
title: "Resource library is game-changing",
|
|
||||||
quote: "Searching for specific topics has never been easier. The quizzes give instant feedback, the flashcards are perfect for quick reviews, and the case studies make business theory actually relevant to real companies I care about.",
|
|
||||||
tag: "Business Studies",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/man-brainstorming_1098-14293.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/man-brainstorming_1098-14293.jpg?_wi=1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "6",
|
id: "6", name: "David Kim, College Sophomore", date: "Date: 2 November 2024", title: "Gamification that actually motivates", quote: "The achievement badges and study streak tracker created healthy competition with myself. I went from irregular studying to consistent daily learning. My grades improved because I'm actually engaged now.", tag: "Startup Focus", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-young-cheerful-student-girl-with-light-hair-bob-hairstyle-sitting-meeting-with-friend-from-university-doing-team-project-searching-information-laptop_176420-8303.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-cheerful-student-girl-with-light-hair-bob-hairstyle-sitting-meeting-with-friend-from-university-doing-team-project-searching-information-laptop_176420-8303.jpg?_wi=1"},
|
||||||
name: "David Kim, College Sophomore",
|
|
||||||
date: "Date: 2 November 2024",
|
|
||||||
title: "Gamification that actually motivates",
|
|
||||||
quote: "The achievement badges and study streak tracker created healthy competition with myself. I went from irregular studying to consistent daily learning. My grades improved because I'm actually engaged now.",
|
|
||||||
tag: "Startup Focus",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-young-cheerful-student-girl-with-light-hair-bob-hairstyle-sitting-meeting-with-friend-from-university-doing-team-project-searching-information-laptop_176420-8303.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-cheerful-student-girl-with-light-hair-bob-hairstyle-sitting-meeting-with-friend-from-university-doing-team-project-searching-information-laptop_176420-8303.jpg?_wi=1",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
@@ -198,44 +138,20 @@ export default function HomePage() {
|
|||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", value: "50K+", title: "Study Hours Completed This Year", items: [
|
||||||
value: "50K+",
|
"Average 5+ hours per student monthly", "Growing 25% quarter-over-quarter", "Peak engagement during exam seasons"],
|
||||||
title: "Study Hours Completed This Year",
|
|
||||||
items: [
|
|
||||||
"Average 5+ hours per student monthly",
|
|
||||||
"Growing 25% quarter-over-quarter",
|
|
||||||
"Peak engagement during exam seasons",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", value: "8.9/10", title: "Average Student Satisfaction Rating", items: [
|
||||||
value: "8.9/10",
|
"95% would recommend to peers", "Highest marks for tutor quality", "Strong community engagement scores"],
|
||||||
title: "Average Student Satisfaction Rating",
|
|
||||||
items: [
|
|
||||||
"95% would recommend to peers",
|
|
||||||
"Highest marks for tutor quality",
|
|
||||||
"Strong community engagement scores",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", value: "1,200+", title: "Learning Resources Available", items: [
|
||||||
value: "1,200+",
|
"Videos, quizzes, guides, and case studies", "Added 100+ resources monthly", "Cover all major business topics"],
|
||||||
title: "Learning Resources Available",
|
|
||||||
items: [
|
|
||||||
"Videos, quizzes, guides, and case studies",
|
|
||||||
"Added 100+ resources monthly",
|
|
||||||
"Cover all major business topics",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", value: "92%", title: "Session Completion Rate", items: [
|
||||||
value: "92%",
|
"Students finish scheduled sessions", "Consistent attendance across topics", "Strong peer accountability system"],
|
||||||
title: "Session Completion Rate",
|
|
||||||
items: [
|
|
||||||
"Students finish scheduled sessions",
|
|
||||||
"Consistent attendance across topics",
|
|
||||||
"Strong peer accountability system",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -255,23 +171,9 @@ export default function HomePage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
logos={[
|
logos={[
|
||||||
"http://img.b2bpic.net/free-vector/flat-university-concept_23-2148179768.jpg",
|
"http://img.b2bpic.net/free-vector/flat-university-concept_23-2148179768.jpg", "http://img.b2bpic.net/free-vector/education-logo-template_23-2149493002.jpg", "http://img.b2bpic.net/free-vector/modern-geometric-future-learning-nursery-school-logo-template_742173-18886.jpg", "http://img.b2bpic.net/free-vector/logo-business-card-templates-collection_1222-16.jpg", "http://img.b2bpic.net/free-vector/pack-vintage-charity-labels_23-2147559282.jpg", "http://img.b2bpic.net/free-photo/lightbox-still-life-arrangement_23-2149198411.jpg", "http://img.b2bpic.net/free-vector/international-trade-concept-with-flat-design_23-2147854406.jpg"]}
|
||||||
"http://img.b2bpic.net/free-vector/education-logo-template_23-2149493002.jpg",
|
|
||||||
"http://img.b2bpic.net/free-vector/modern-geometric-future-learning-nursery-school-logo-template_742173-18886.jpg",
|
|
||||||
"http://img.b2bpic.net/free-vector/logo-business-card-templates-collection_1222-16.jpg",
|
|
||||||
"http://img.b2bpic.net/free-vector/pack-vintage-charity-labels_23-2147559282.jpg",
|
|
||||||
"http://img.b2bpic.net/free-photo/lightbox-still-life-arrangement_23-2149198411.jpg",
|
|
||||||
"http://img.b2bpic.net/free-vector/international-trade-concept-with-flat-design_23-2147854406.jpg",
|
|
||||||
]}
|
|
||||||
names={[
|
names={[
|
||||||
"University Partners",
|
"University Partners", "Business Schools", "EdTech Platforms", "Career Development", "Student Organizations", "Financial Literacy", "Scholarship Foundations"]}
|
||||||
"Business Schools",
|
|
||||||
"EdTech Platforms",
|
|
||||||
"Career Development",
|
|
||||||
"Student Organizations",
|
|
||||||
"Financial Literacy",
|
|
||||||
"Scholarship Foundations",
|
|
||||||
]}
|
|
||||||
speed={40}
|
speed={40}
|
||||||
showCard={true}
|
showCard={true}
|
||||||
/>
|
/>
|
||||||
@@ -291,55 +193,25 @@ export default function HomePage() {
|
|||||||
animationType="smooth"
|
animationType="smooth"
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "5", title: "Is StudySphere free to use?", content: "Yes! All core features including study sessions, resources, community forums, and progress tracking are completely free. We believe peer learning should be accessible to all students. Premium features like one-on-one coaching may be available in the future."},
|
||||||
title: "How do I join a study session?",
|
|
||||||
content: "Navigate to the Schedule page, browse upcoming sessions by topic (Marketing, Finance, Entrepreneurship, Economics), and click 'Join Session'. You'll be added to the session and receive a link to join 5 minutes before it starts. Sessions are led by experienced peer tutors.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "1", title: "How do I join a study session?", content: "Navigate to the Schedule page, browse upcoming sessions by topic (Marketing, Finance, Entrepreneurship, Economics), and click 'Join Session'. You'll be added to the session and receive a link to join 5 minutes before it starts. Sessions are led by experienced peer tutors."},
|
||||||
title: "Can I host my own study group?",
|
|
||||||
content: "Absolutely! Click 'Host a Study Group' on the Schedule page. Set your topic, time, and skill level. You can invite specific students or leave it open for anyone. Hosting sessions earns you tutor badges and recognition on the leaderboard.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "2", title: "Can I host my own study group?", content: "Absolutely! Click 'Host a Study Group' on the Schedule page. Set your topic, time, and skill level. You can invite specific students or leave it open for anyone. Hosting sessions earns you tutor badges and recognition on the leaderboard."},
|
||||||
title: "What topics are covered on StudySphere?",
|
|
||||||
content: "We focus on Business & Entrepreneurship education including: Marketing strategies, Financial management and accounting, Leadership and management, Startup fundamentals, Economics principles, and Business communication. Resources span high school to early college level.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "3", title: "What topics are covered on StudySphere?", content: "We focus on Business & Entrepreneurship education including: Marketing strategies, Financial management and accounting, Leadership and management, Startup fundamentals, Economics principles, and Business communication. Resources span high school to early college level."},
|
||||||
title: "How does the achievement badge system work?",
|
|
||||||
content: "Earn badges by completing lessons, maintaining study streaks, helping fellow students, and reaching milestones. Badges appear on your profile and are displayed in the community. Most helpful tutors also appear on leaderboards, gaining recognition and status in the community.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "4", title: "How does the achievement badge system work?", content: "Earn badges by completing lessons, maintaining study streaks, helping fellow students, and reaching milestones. Badges appear on your profile and are displayed in the community. Most helpful tutors also appear on leaderboards, gaining recognition and status in the community."},
|
||||||
title: "Is StudySphere free to use?",
|
|
||||||
content: "Yes! All core features including study sessions, resources, community forums, and progress tracking are completely free. We believe peer learning should be accessible to all students. Premium features like one-on-one coaching may be available in the future.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "6",
|
id: "6", title: "How do I ask questions in the community?", content: "Visit the Community page and click 'Ask a Question'. Write your question, select the relevant topic, and share. Other students can answer, and you can upvote the most helpful responses. Experienced tutors often respond quickly to questions."},
|
||||||
title: "How do I ask questions in the community?",
|
|
||||||
content: "Visit the Community page and click 'Ask a Question'. Write your question, select the relevant topic, and share. Other students can answer, and you can upvote the most helpful responses. Experienced tutors often respond quickly to questions.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "7",
|
id: "7", title: "Can I download study materials?", content: "Yes! The Resources section includes downloadable study guides, flashcard sets, and practice materials. You can also create personal notes and save them to your Dashboard. All resources are optimized for mobile and desktop viewing."},
|
||||||
title: "Can I download study materials?",
|
|
||||||
content: "Yes! The Resources section includes downloadable study guides, flashcard sets, and practice materials. You can also create personal notes and save them to your Dashboard. All resources are optimized for mobile and desktop viewing.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "8",
|
id: "8", title: "How is my progress tracked?", content: "Your Dashboard displays lessons completed, quiz scores, total study hours, achievement badges, and your current study streak. Progress is updated in real-time as you complete resources and sessions. You can set personal learning goals and track progress toward them."},
|
||||||
title: "How is my progress tracked?",
|
|
||||||
content: "Your Dashboard displays lessons completed, quiz scores, total study hours, achievement badges, and your current study streak. Progress is updated in real-time as you complete resources and sessions. You can set personal learning goals and track progress toward them.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "9",
|
id: "9", title: "Is there a way to message tutors directly?", content: "Yes! You can message any tutor or study partner directly through the platform. Tutors typically respond within 24 hours to specific questions or scheduling requests. Premium tutors may have availability for one-on-one sessions."},
|
||||||
title: "Is there a way to message tutors directly?",
|
|
||||||
content: "Yes! You can message any tutor or study partner directly through the platform. Tutors typically respond within 24 hours to specific questions or scheduling requests. Premium tutors may have availability for one-on-one sessions.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "10",
|
id: "10", title: "How do I filter resources by difficulty level?", content: "Use the search feature in Resources to filter by topic and difficulty level (Beginner, Intermediate, Advanced). You can also sort by resource type: Videos, Quizzes, Guides, or Interactive Case Studies. Recommended resources appear based on your current progress level."},
|
||||||
title: "How do I filter resources by difficulty level?",
|
|
||||||
content: "Use the search feature in Resources to filter by topic and difficulty level (Beginner, Intermediate, Advanced). You can also sort by resource type: Videos, Quizzes, Guides, or Interactive Case Studies. Recommended resources appear based on your current progress level.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -409,4 +281,4 @@ export default function HomePage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user