diff --git a/src/app/page.tsx b/src/app/page.tsx index 62e9781..b67166f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,7 +44,7 @@ export default function LandingPage() {
@@ -92,15 +92,15 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { id: "p1", brand: "Module", name: "Period 1: 1200-1450", price: "$15", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/young-student-is-learning-new-material-while-sitting-table_613910-15015.jpg" }, - { id: "p2", brand: "Module", name: "Period 2: 1450-1750", price: "$15", rating: 5, reviewCount: "145", imageSrc: "http://img.b2bpic.net/free-photo/coffee-creative-home-space-notebook_1150-1042.jpg" }, - { id: "p3", brand: "Module", name: "Period 3: 1750-1900", price: "$15", rating: 5, reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/close-up-kid-pointing-tablet_23-2148974429.jpg" }, - { id: "p4", brand: "Module", name: "Period 4: 1900-Present", price: "$15", rating: 5, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/red-heart-notebook_93675-130910.jpg" }, - { id: "p5", brand: "Exam", name: "Ultimate Mock Exam", price: "$25", rating: 5, reviewCount: "500", imageSrc: "http://img.b2bpic.net/free-photo/classroom-class-study-academic-schedule_53876-132153.jpg" }, - { id: "p6", brand: "Writing", name: "Essay Rubric Set", price: "$10", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/crop-hand-exploring-globe_23-2147770929.jpg" }, + { id: "p1", brand: "Module", name: "Period 1: 1200-1450", price: "Free", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/young-student-is-learning-new-material-while-sitting-table_613910-15015.jpg" }, + { id: "p2", brand: "Module", name: "Period 2: 1450-1750", price: "Free", rating: 5, reviewCount: "145", imageSrc: "http://img.b2bpic.net/free-photo/coffee-creative-home-space-notebook_1150-1042.jpg" }, + { id: "p3", brand: "Module", name: "Period 3: 1750-1900", price: "Free", rating: 5, reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/close-up-kid-pointing-tablet_23-2148974429.jpg" }, + { id: "p4", brand: "Module", name: "Period 4: 1900-Present", price: "Free", rating: 5, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/red-heart-notebook_93675-130910.jpg" }, + { id: "p5", brand: "Exam", name: "Ultimate Mock Exam", price: "Free", rating: 5, reviewCount: "500", imageSrc: "http://img.b2bpic.net/free-photo/classroom-class-study-academic-schedule_53876-132153.jpg" }, + { id: "p6", brand: "Writing", name: "Essay Rubric Set", price: "Free", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/crop-hand-exploring-globe_23-2147770929.jpg" }, ]} title="Curated Study Resources" - description="Browse our collection of period-by-period study guides and intensive review sets." + description="Browse our collection of period-by-period study guides and intensive review sets—all at no cost." /> @@ -110,11 +110,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} plans={[ - { id: "free", badge: "Essential", price: "$0", subtitle: "Basic access", features: ["Study Guides", "SAQ Drills"] }, - { id: "pro", badge: "Pro", price: "$49", subtitle: "Full AI access", features: ["Unlimited Essays", "AI Tutor", "Mock Exams"] }, + { id: "all", badge: "Full Access", price: "$0", subtitle: "Everything included", features: ["All Study Guides", "All Practice Tools", "Unlimited AI Feedback", "Mock Exams"] }, ]} title="Simple Pricing" - description="Choose the level of support that fits your needs." + description="Our entire platform is 100% free for all students." /> @@ -141,12 +140,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { id: "q1", title: "How does the AI work?", content: "Our AI analyzes your essay against AP rubric standards." }, - { id: "q2", title: "Is this for juniors?", content: "Yes, perfect for both junior and senior year prep." }, - { id: "q3", title: "Do you have mock exams?", content: "Yes, we provide authentic AP-style mock exams." }, + { id: "q1", title: "How does the AI work?", content: "Our AI analyzes your essay against AP rubric standards at no cost." }, + { id: "q2", title: "Is this for juniors?", content: "Yes, perfect for all AP History students, and it's free." }, + { id: "q3", title: "Do you have mock exams?", content: "Yes, we provide authentic AP-style mock exams, free for everyone." }, ]} title="Common Questions" - description="Learn more about our platform." + description="Everything you need is free." faqsAnimation="slide-up" /> @@ -155,7 +154,7 @@ export default function LandingPage() { @@ -172,4 +171,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}