diff --git a/src/app/page.tsx b/src/app/page.tsx index fe83c7f..4454da9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -202,12 +202,18 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "faq-1", title: "How do I access free content?", content: "To access free content, simply create an account. For premium resources, you'll need an active premium membership."},n { - id: "faq-2", title: "What are premium membership benefits?", content: "Premium members get exclusive access to advanced resources, specialized channels, unique challenge opportunities, priority support, and special bonuses."},n { - id: "faq-3", title: "How are challenge winners selected?", content: "Winners are selected automatically through a transparent system, ensuring fairness. Results are announced regularly."},n { - id: "faq-4", title: "Can I upgrade my premium plan?", content: "Yes, you can upgrade your premium plan at any time through your user dashboard. The system will automatically adjust your current subscription."},n { - id: "faq-5", title: "What kind of learning resources do you provide?", content: "Our resources cover various domains and skills, provided by expert professors and mentors. Premium members get access to a wider range of content and personalized guidance."},n { - id: "faq-6", title: "Is Professor World suitable for beginners?", content: "Absolutely! We offer resources and a supportive community for learners of all levels, including beginner-friendly challenges and educational content."},n ]} + id: "faq-1", title: "How do I access free content?", content: "To access free content, simply create an account. For premium resources, you'll need an active premium membership."}, + { + id: "faq-2", title: "What are premium membership benefits?", content: "Premium members get exclusive access to advanced resources, specialized channels, unique challenge opportunities, priority support, and special bonuses."}, + { + id: "faq-3", title: "How are challenge winners selected?", content: "Winners are selected automatically through a transparent system, ensuring fairness. Results are announced regularly."}, + { + id: "faq-4", title: "Can I upgrade my premium plan?", content: "Yes, you can upgrade your premium plan at any time through your user dashboard. The system will automatically adjust your current subscription."}, + { + id: "faq-5", title: "What kind of learning resources do you provide?", content: "Our resources cover various domains and skills, provided by expert professors and mentors. Premium members get access to a wider range of content and personalized guidance."}, + { + id: "faq-6", title: "Is Professor World suitable for beginners?", content: "Absolutely! We offer resources and a supportive community for learners of all levels, including beginner-friendly challenges and educational content."} + ]} title="Professor World: Common Questions" description="Find quick answers to common questions about Professor World, our resources, and membership." faqsAnimation="slide-up"