Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
169
src/app/page.tsx
169
src/app/page.tsx
@@ -2,6 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { Zap, CheckCircle, Calendar, Shield } from "lucide-react";
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||
@@ -30,65 +31,42 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "#pricing",
|
||||
},
|
||||
name: "Pricing", id: "#pricing"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
]}
|
||||
brandName="StudyAI"
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Get Started", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Master Your Studies, Half the Time."
|
||||
description="The AI-powered accelerator designed to help middle and high school students turn textbooks into top grades. Get personalized revision that actually sticks."
|
||||
tag="Study smarter, not harder"
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Free Trial",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Start Free Trial", href: "#contact"},
|
||||
{
|
||||
text: "See How it Works",
|
||||
href: "#features",
|
||||
},
|
||||
text: "See How it Works", href: "#features"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-analyzing-data-charts-files-computer-plan-financial-project-business-woman-wokring-with-documents-design-marketing-strategy-company-development_482257-33674.jpg?_wi=1",
|
||||
imageAlt: "Dashboard overview",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-analyzing-data-charts-files-computer-plan-financial-project-business-woman-wokring-with-documents-design-marketing-strategy-company-development_482257-33674.jpg", imageAlt: "Dashboard overview"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-analyzing-data-charts-files-computer-plan-financial-project-business-woman-wokring-with-documents-design-marketing-strategy-company-development_482257-33674.jpg?_wi=2",
|
||||
imageAlt: "AI Notes interface",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-analyzing-data-charts-files-computer-plan-financial-project-business-woman-wokring-with-documents-design-marketing-strategy-company-development_482257-33674.jpg", imageAlt: "AI Notes interface"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-analyzing-data-charts-files-computer-plan-financial-project-business-woman-wokring-with-documents-design-marketing-strategy-company-development_482257-33674.jpg?_wi=3",
|
||||
imageAlt: "Quiz generator results",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-analyzing-data-charts-files-computer-plan-financial-project-business-woman-wokring-with-documents-design-marketing-strategy-company-development_482257-33674.jpg", imageAlt: "Quiz generator results"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-analyzing-data-charts-files-computer-plan-financial-project-business-woman-wokring-with-documents-design-marketing-strategy-company-development_482257-33674.jpg?_wi=4",
|
||||
imageAlt: "Smart schedule calendar",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-analyzing-data-charts-files-computer-plan-financial-project-business-woman-wokring-with-documents-design-marketing-strategy-company-development_482257-33674.jpg", imageAlt: "Smart schedule calendar"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-analyzing-data-charts-files-computer-plan-financial-project-business-woman-wokring-with-documents-design-marketing-strategy-company-development_482257-33674.jpg?_wi=5",
|
||||
imageAlt: "AI performance analytics",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-analyzing-data-charts-files-computer-plan-financial-project-business-woman-wokring-with-documents-design-marketing-strategy-company-development_482257-33674.jpg", imageAlt: "AI performance analytics"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -100,28 +78,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "AI-Powered Notes",
|
||||
description: "Upload any textbook chapter and get structured, easy-to-read notes in seconds.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-requesting-help-from-coworkers-after-finding-bug-data-center-systems_482257-110863.jpg",
|
||||
buttonIcon: "Zap",
|
||||
title: "AI-Powered Notes", description: "Upload any textbook chapter and get structured, easy-to-read notes in seconds.", imageSrc: "http://img.b2bpic.net/free-photo/man-requesting-help-from-coworkers-after-finding-bug-data-center-systems_482257-110863.jpg", buttonIcon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Automatic Quizzes",
|
||||
description: "Generate custom practice tests from any topic to test your knowledge retention.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-army-technology-specialist-troubleshooting-military-pc-systems-data-center-networks-using_482257-135445.jpg",
|
||||
buttonIcon: "CheckCircle",
|
||||
title: "Automatic Quizzes", description: "Generate custom practice tests from any topic to test your knowledge retention.", imageSrc: "http://img.b2bpic.net/free-photo/black-army-technology-specialist-troubleshooting-military-pc-systems-data-center-networks-using_482257-135445.jpg", buttonIcon: CheckCircle,
|
||||
},
|
||||
{
|
||||
title: "Smart Scheduling",
|
||||
description: "Personalized study timetables that adapt to your deadlines and school calendar.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/calendar-schedule-list_53876-121333.jpg",
|
||||
buttonIcon: "Calendar",
|
||||
title: "Smart Scheduling", description: "Personalized study timetables that adapt to your deadlines and school calendar.", imageSrc: "http://img.b2bpic.net/free-photo/calendar-schedule-list_53876-121333.jpg", buttonIcon: Calendar,
|
||||
},
|
||||
{
|
||||
title: "Weakness Detection",
|
||||
description: "AI identifies your tricky topics and builds targeted practice to master them quickly.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-cybersecurity-concept-design_23-2151841654.jpg",
|
||||
buttonIcon: "Shield",
|
||||
title: "Weakness Detection", description: "AI identifies your tricky topics and builds targeted practice to master them quickly.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-cybersecurity-concept-design_23-2151841654.jpg", buttonIcon: Shield,
|
||||
},
|
||||
]}
|
||||
title="Features built for results"
|
||||
@@ -136,39 +102,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Essentials",
|
||||
price: "$9/mo",
|
||||
subtitle: "For students getting started.",
|
||||
features: [
|
||||
"AI Note Generation",
|
||||
"Custom Quizzes",
|
||||
"Email Support",
|
||||
],
|
||||
id: "basic", badge: "Essentials", price: "$9/mo", subtitle: "For students getting started.", features: [
|
||||
"AI Note Generation", "Custom Quizzes", "Email Support"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Most Popular",
|
||||
price: "$19/mo",
|
||||
subtitle: "Full study accelerator suite.",
|
||||
features: [
|
||||
"Everything in Basic",
|
||||
"Personalized Schedules",
|
||||
"Weakness Detection",
|
||||
"Priority Access",
|
||||
],
|
||||
id: "pro", badge: "Most Popular", price: "$19/mo", subtitle: "Full study accelerator suite.", features: [
|
||||
"Everything in Basic", "Personalized Schedules", "Weakness Detection", "Priority Access"],
|
||||
},
|
||||
{
|
||||
id: "school",
|
||||
badge: "Institutional",
|
||||
price: "Custom",
|
||||
subtitle: "For classrooms and districts.",
|
||||
features: [
|
||||
"Dashboard Analytics",
|
||||
"Teacher Portal",
|
||||
"Bulk Licensing",
|
||||
"Dedicated Success Manager",
|
||||
],
|
||||
id: "school", badge: "Institutional", price: "Custom", subtitle: "For classrooms and districts.", features: [
|
||||
"Dashboard Analytics", "Teacher Portal", "Bulk Licensing", "Dedicated Success Manager"],
|
||||
},
|
||||
]}
|
||||
title="Simple, Transparent Pricing"
|
||||
@@ -183,40 +126,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alex R.",
|
||||
role: "High School Junior",
|
||||
testimonial: "This app helped me cut my study time in half while improving my bio grades significantly.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/guy-orange-sweatshirt-looking-into-camera-blue-wall_197531-23585.jpg",
|
||||
},
|
||||
id: "1", name: "Alex R.", role: "High School Junior", testimonial: "This app helped me cut my study time in half while improving my bio grades significantly.", imageSrc: "http://img.b2bpic.net/free-photo/guy-orange-sweatshirt-looking-into-camera-blue-wall_197531-23585.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Jordan P.",
|
||||
role: "Middle Schooler",
|
||||
testimonial: "The quiz generator is a game changer for my history exams.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-kid-cheating-school_23-2150256499.jpg",
|
||||
},
|
||||
id: "2", name: "Jordan P.", role: "Middle Schooler", testimonial: "The quiz generator is a game changer for my history exams.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-kid-cheating-school_23-2150256499.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Ms. Miller",
|
||||
role: "History Teacher",
|
||||
testimonial: "I recommend StudyAI to my students every semester. It makes review so much more effective.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-female-teacher-standing-front-blackboard-holding-books-classroom_141793-137713.jpg",
|
||||
},
|
||||
id: "3", name: "Ms. Miller", role: "History Teacher", testimonial: "I recommend StudyAI to my students every semester. It makes review so much more effective.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-female-teacher-standing-front-blackboard-holding-books-classroom_141793-137713.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Taylor S.",
|
||||
role: "High School Senior",
|
||||
testimonial: "Finally, a tool that actually understands what I need to study next.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-student-girl-with-coffee-books_23-2151936249.jpg",
|
||||
},
|
||||
id: "4", name: "Taylor S.", role: "High School Senior", testimonial: "Finally, a tool that actually understands what I need to study next.", imageSrc: "http://img.b2bpic.net/free-photo/happy-student-girl-with-coffee-books_23-2151936249.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Casey W.",
|
||||
role: "University Prep Student",
|
||||
testimonial: "The timetable creator keeps me on track every single week.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-blonde-guy-wearing-yellow-t-shirt-raising-hands-isolated-purple-with-copy-space_141793-85829.jpg",
|
||||
},
|
||||
id: "5", name: "Casey W.", role: "University Prep Student", testimonial: "The timetable creator keeps me on track every single week.", imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-blonde-guy-wearing-yellow-t-shirt-raising-hands-isolated-purple-with-copy-space_141793-85829.jpg"},
|
||||
]}
|
||||
title="Student Success Stories"
|
||||
description="Join thousands of students achieving their potential."
|
||||
@@ -228,25 +146,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How does AI note generation work?",
|
||||
content: "Our AI analyzes your uploaded text, identifies key concepts, and structure them into clear, concise notes.",
|
||||
},
|
||||
id: "1", title: "How does AI note generation work?", content: "Our AI analyzes your uploaded text, identifies key concepts, and structure them into clear, concise notes."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Can I use it for any subject?",
|
||||
content: "Yes, StudyAI supports all standard middle and high school subjects, from Math to Social Studies.",
|
||||
},
|
||||
id: "2", title: "Can I use it for any subject?", content: "Yes, StudyAI supports all standard middle and high school subjects, from Math to Social Studies."},
|
||||
{
|
||||
id: "3",
|
||||
title: "How do I create a study schedule?",
|
||||
content: "Simply input your assignment deadlines and exam dates, and our scheduler creates your weekly plan.",
|
||||
},
|
||||
id: "3", title: "How do I create a study schedule?", content: "Simply input your assignment deadlines and exam dates, and our scheduler creates your weekly plan."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Is there a group plan?",
|
||||
content: "Yes, our School Plan is designed for classrooms and small study groups.",
|
||||
},
|
||||
id: "4", title: "Is there a group plan?", content: "Yes, our School Plan is designed for classrooms and small study groups."},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Everything you need to know about our AI platform."
|
||||
@@ -258,8 +164,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get Started"
|
||||
title="Ready to excel?"
|
||||
description="Sign up for a free 7-day trial and start learning smarter today."
|
||||
@@ -273,13 +178,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="StudyAI"
|
||||
leftLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user