Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #6.
This commit is contained in:
2026-03-03 10:06:24 +00:00

View File

@@ -35,7 +35,8 @@ export default function LandingPage() {
]} ]}
brandName="ExamFlow" brandName="ExamFlow"
button={{ button={{
text: "Start Free", href: "#onboarding"}} text: "Start Free", href: "#onboarding"
}}
animateOnLoad={true} animateOnLoad={true}
/> />
</div> </div>
@@ -77,16 +78,19 @@ export default function LandingPage() {
description="From exam details to daily accountability." description="From exam details to daily accountability."
features={[ features={[
{ {
id: "1", title: "Smart Plan Generator", description: "We auto-distribute your courses across the days until your exam. Harder courses get more study time. Each day shows exactly what to study and for how long.", imageSrc: "http://img.b2bpic.net/free-photo/schedule-activity-calendar-appointment-concept_53876-122362.jpg", imageAlt: "schedule planning calendar study organization"}, id: "1", title: "Smart Plan Generator", description: "We auto-distribute your courses across the days until your exam. Harder courses get more study time. Each day shows exactly what to study and for how long.", imageSrc: "http://img.b2bpic.net/free-photo/schedule-activity-calendar-appointment-concept_53876-122362.jpg", imageAlt: "schedule planning calendar study organization"
},
{ {
id: "2", title: "Daily 25-Min Focus Timer", description: "Start focused study sessions with our built-in 25-minute timer. No distractions. Just deep work. Mark sessions complete and watch your progress grow.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-alarm-clock_53876-31264.jpg", imageAlt: "timer focus productivity clock study"}, id: "2", title: "Daily 25-Min Focus Timer", description: "Start focused study sessions with our built-in 25-minute timer. No distractions. Just deep work. Mark sessions complete and watch your progress grow.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-alarm-clock_53876-31264.jpg", imageAlt: "timer focus productivity clock study"
},
{ {
id: "3", title: "Real Progress Dashboard", description: "See exactly where you stand. % syllabus covered. Hours studied this week. Days left to exam. No guessing. Pure accountability.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-digital-tablet-with-bar-graph_1098-3523.jpg", imageAlt: "progress metrics statistics chart analytics"}, id: "3", title: "Real Progress Dashboard", description: "See exactly where you stand. % syllabus covered. Hours studied this week. Days left to exam. No guessing. Pure accountability.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-digital-tablet-with-bar-graph_1098-3523.jpg", imageAlt: "progress metrics statistics chart analytics"
},
]} ]}
gridVariant="uniform-3-items" gridVariant="uniform-all-items-equal"
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
useInvertedBackground="invertDefault" useInvertedBackground="noInvert"
buttonAnimation="slide-up" buttonAnimation="slide-up"
/> />
</div> </div>
@@ -116,13 +120,16 @@ export default function LandingPage() {
testimonials={[ testimonials={[
{ {
id: "1", name: "Sarah Chen", role: "Engineering Student", company: "UC Berkeley", rating: 5, id: "1", name: "Sarah Chen", role: "Engineering Student", company: "UC Berkeley", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-student-looking-camera-sitting-cafe-table_1163-5164.jpg", imageAlt: "student woman university portrait professional"}, imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-student-looking-camera-sitting-cafe-table_1163-5164.jpg", imageAlt: "student woman university portrait professional"
},
{ {
id: "2", name: "Marcus Johnson", role: "Med School Candidate", company: "Harvard Med", rating: 5, id: "2", name: "Marcus Johnson", role: "Med School Candidate", company: "Harvard Med", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-man-holding-folder-outdoor_74855-2121.jpg", imageAlt: "student man medical professional portrait"}, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-man-holding-folder-outdoor_74855-2121.jpg", imageAlt: "student man medical professional portrait"
},
{ {
id: "3", name: "Priya Patel", role: "Law Student", company: "Yale Law", rating: 5, id: "3", name: "Priya Patel", role: "Law Student", company: "Yale Law", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-lady_1163-3171.jpg", imageAlt: "student woman professional law portrait"}, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-lady_1163-3171.jpg", imageAlt: "student woman professional law portrait"
},
]} ]}
kpiItems={[ kpiItems={[
{ value: "96%", label: "Say ExamFlow saved them time" }, { value: "96%", label: "Say ExamFlow saved them time" },
@@ -143,13 +150,17 @@ export default function LandingPage() {
description="Everything you need to know about ExamFlow." description="Everything you need to know about ExamFlow."
faqs={[ faqs={[
{ {
id: "1", title: "How long does it take to set up my plan?", content: "Less than 2 minutes. Answer four quick questions about your exam, courses, and available study time, and we'll generate a complete study plan instantly."}, id: "1", title: "How long does it take to set up my plan?", content: "Less than 2 minutes. Answer four quick questions about your exam, courses, and available study time, and we'll generate a complete study plan instantly."
},
{ {
id: "2", title: "Can I adjust my plan after I start?", content: "Yes. Life happens. You can update your study hours, exam date, or course difficulty anytime. Your plan recalculates automatically."}, id: "2", title: "Can I adjust my plan after I start?", content: "Yes. Life happens. You can update your study hours, exam date, or course difficulty anytime. Your plan recalculates automatically."
},
{ {
id: "3", title: "What if I miss a study session?", content: "No penalty. Just log back in and continue. Your progress dashboard shows your weekly consistency, so you can see the big picture, not just one missed session."}, id: "3", title: "What if I miss a study session?", content: "No penalty. Just log back in and continue. Your progress dashboard shows your weekly consistency, so you can see the big picture, not just one missed session."
},
{ {
id: "4", title: "Is there a premium version?", content: "Not yet. This MVP is completely free. We're proving the core value first. Future versions may include custom timetables and past exam questions."}, id: "4", title: "Is there a premium version?", content: "Not yet. This MVP is completely free. We're proving the core value first. Future versions may include custom timetables and past exam questions."
},
]} ]}
imageSrc="http://img.b2bpic.net/free-vector/flat-composition-with-telephone-operators-lending-online-support-client_1284-58936.jpg" imageSrc="http://img.b2bpic.net/free-vector/flat-composition-with-telephone-operators-lending-online-support-client_1284-58936.jpg"
imageAlt="faq help support questions illustration" imageAlt="faq help support questions illustration"