From 066e53d03651ce7b6e76d5d71910795977a27cfa Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 20:01:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8d10845..aa0014b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -225,22 +225,22 @@ export default function LandingPage() { faqsAnimation="slide-up" faqs={[ { - id: "1", title: "Can I start with the free tier?", content: "Absolutely! The free tier includes full AI mentorship, personalized learning roadmaps, project builder, idea vault, basic automation, and community access. You can explore and use core features forever at no cost. Upgrade to Pro or Mastermind when you need advanced automation and premium features." + id: "1", title: "How do I get started?", content: "Simply sign up for free and start exploring. Create an account, choose your first learning path, and begin your journey to independence and mastery. Your AI mentor will guide you every step of the way." }, { - id: "2", title: "What is EmpireAI and who is it for?", content: "EmpireAI is an AI-powered platform designed for aspiring entrepreneurs, learners, creators, and professionals who want to master high-value skills, build projects, automate systems, and create independent income streams. Whether you're a beginner or experienced builder, EmpireAI provides personalized guidance and tools to accelerate your journey." + id: "2", title: "Can I start with the free tier?", content: "Absolutely! The free tier includes full AI mentorship, personalized learning roadmaps, project builder, idea vault, basic automation, and community access. You can explore and use core features forever at no cost. Upgrade to Pro or Mastermind when you need advanced automation and premium features." }, { - id: "3", title: "How does the AI mentor work?", content: "The AI mentor provides step-by-step guidance on skills, entrepreneurship, creativity, and business building. It adapts to your learning pace, offers daily missions and challenges, explains complex concepts simply, and creates a personalized learning roadmap based on your goals." + id: "3", title: "What is EmpireAI and who is it for?", content: "EmpireAI is an AI-powered platform designed for aspiring entrepreneurs, learners, creators, and professionals who want to master high-value skills, build projects, automate systems, and create independent income streams. Whether you're a beginner or experienced builder, EmpireAI provides personalized guidance and tools to accelerate your journey." }, { - id: "4", title: "Can I save my projects and reuse them?", content: "Yes! All your projects, prompts, ideas, and workflows are saved in your personal vault. You can reuse, modify, and iterate on them anytime. This creates a growing library of assets you can leverage as you scale your ventures." + id: "4", title: "How does the AI mentor work?", content: "The AI mentor provides step-by-step guidance on skills, entrepreneurship, creativity, and business building. It adapts to your learning pace, offers daily missions and challenges, explains complex concepts simply, and creates a personalized learning roadmap based on your goals." }, { - id: "5", title: "Is my data private and secure?", content: "Yes. We prioritize your privacy and data security above all else. All your learning progress, projects, and ideas are encrypted and stored securely. We never sell your data and follow strict ethical guidelines for AI usage." + id: "5", title: "Can I save my projects and reuse them?", content: "Yes! All your projects, prompts, ideas, and workflows are saved in your personal vault. You can reuse, modify, and iterate on them anytime. This creates a growing library of assets you can leverage as you scale your ventures." }, { - id: "6", title: "How do I get started?", content: "Simply sign up for free and start exploring. Create an account, choose your first learning path, and begin your journey to independence and mastery. Your AI mentor will guide you every step of the way." + id: "6", title: "Is my data private and secure?", content: "Yes. We prioritize your privacy and data security above all else. All your learning progress, projects, and ideas are encrypted and stored securely. We never sell your data and follow strict ethical guidelines for AI usage." } ]} animationType="smooth" @@ -310,4 +310,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1