diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
new file mode 100644
index 0000000..02dd1af
--- /dev/null
+++ b/src/app/about/page.tsx
@@ -0,0 +1,108 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import ReactLenis from "lenis/react";
+import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
+import FooterSimple from '@/components/sections/footer/FooterSimple';
+import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
+import { Target } from "lucide-react";
+
+export default function AboutPage() {
+ return (
+
+
+
+
+
+
+
+
+
+
+
+
+
+ );
+}
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 59b007e..8a9607f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,30 +32,16 @@ export default function LandingPage() {
@@ -64,19 +50,14 @@ export default function LandingPage() {
@@ -242,45 +141,15 @@ export default function LandingPage() {
carouselMode="buttons"
testimonials={[
{
- id: "1",
- name: "Sarah Chen",
- role: "University Student",
- testimonial: "ExamSphere AI is a game-changer! The AI tutor clarifies complex topics instantly, and the quizzes truly test my understanding, making studying so much more effective.",
- imageSrc: "http://img.b2bpic.net/free-photo/teenage-student-smiling-with-book-head_23-2148208755.jpg",
- imageAlt: "Sarah Chen, University Student",
- },
+ id: "1", name: "Sarah Chen", role: "University Student", testimonial: "ExamSphere AI is a game-changer! The AI tutor clarifies complex topics instantly, and the quizzes truly test my understanding, making studying so much more effective.", imageSrc: "http://img.b2bpic.net/free-photo/teenage-student-smiling-with-book-head_23-2148208755.jpg", imageAlt: "Sarah Chen, University Student"},
{
- id: "2",
- name: "Alex Rodriguez",
- role: "High School Senior",
- testimonial: "My grades have soared since using ExamSphere. The performance analytics helped me focus exactly where I needed to improve, turning my weak spots into strengths.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-woman-smiling_23-2148369437.jpg",
- imageAlt: "Alex Rodriguez, High School Senior",
- },
+ id: "2", name: "Alex Rodriguez", role: "High School Senior", testimonial: "My grades have soared since using ExamSphere. The performance analytics helped me focus exactly where I needed to improve, turning my weak spots into strengths.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-woman-smiling_23-2148369437.jpg", imageAlt: "Alex Rodriguez, High School Senior"},
{
- id: "3",
- name: "Maya Singh",
- role: "Graduate Student",
- testimonial: "I love the community features! It's great to connect with other students and share study tips and resources. The support has been invaluable for my research. Highly recommend!",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-blond-woman-showing-surrender-gesture-green-jacket-looking-merry-front-view_176474-71771.jpg",
- imageAlt: "Maya Singh, Graduate Student",
- },
+ id: "3", name: "Maya Singh", role: "Graduate Student", testimonial: "I love the community features! It's great to connect with other students and share study tips and resources. The support has been invaluable for my research. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-blond-woman-showing-surrender-gesture-green-jacket-looking-merry-front-view_176474-71771.jpg", imageAlt: "Maya Singh, Graduate Student"},
{
- id: "4",
- name: "David Lee",
- role: "College Freshman",
- testimonial: "The smart quiz generator is incredible. I can create practice tests for any subject and feel much more confident for exams, especially with the adaptive difficulty levels.",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-asian-girl-hat-scarf-walks-around-town-chilly-spring-weather-smiles-l_1258-151513.jpg",
- imageAlt: "David Lee, College Freshman",
- },
+ id: "4", name: "David Lee", role: "College Freshman", testimonial: "The smart quiz generator is incredible. I can create practice tests for any subject and feel much more confident for exams, especially with the adaptive difficulty levels.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-asian-girl-hat-scarf-walks-around-town-chilly-spring-weather-smiles-l_1258-151513.jpg", imageAlt: "David Lee, College Freshman"},
{
- id: "5",
- name: "Emily White",
- role: "Online Learner",
- testimonial: "Finally, an app that makes studying engaging. The streaks and leaderboards keep me motivated every day to push my limits and achieve my learning goals!",
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-teenager-showing-black-diary_1187-1314.jpg",
- imageAlt: "Emily White, Online Learner",
- },
+ id: "5", name: "Emily White", role: "Online Learner", testimonial: "Finally, an app that makes studying engaging. The streaks and leaderboards keep me motivated every day to push my limits and achieve my learning goals!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-teenager-showing-black-diary_1187-1314.jpg", imageAlt: "Emily White, Online Learner"},
]}
title="Hear From Our Successful Students"
description="Don't just take our word for it. See how ExamSphere AI has transformed their academic journeys."
@@ -295,44 +164,22 @@ export default function LandingPage() {
carouselMode="buttons"
plans={[
{
- id: "free",
- badge: "Start Free",
- badgeIcon: Sparkles,
- price: "$0",
- name: "Basic",
- buttons: [
+ id: "free", badge: "Start Free", badgeIcon: Sparkles,
+ price: "$0", name: "Basic", buttons: [
{
- text: "Get Started Free",
- href: "#",
- },
+ text: "Get Started Free", href: "#"},
],
features: [
- "Basic Quiz Generator",
- "Limited AI Tutor Access",
- "Basic Performance Analytics",
- "Access to public communities",
- ],
+ "Basic Quiz Generator", "Limited AI Tutor Access", "Basic Performance Analytics", "Access to public communities"],
},
{
- id: "premium",
- badge: "Most Popular",
- badgeIcon: Award,
- price: "$9.99/month",
- name: "Premium",
- buttons: [
+ id: "premium", badge: "Most Popular", badgeIcon: Award,
+ price: "$9.99/month", name: "Premium", buttons: [
{
- text: "Upgrade Now",
- href: "#",
- },
+ text: "Upgrade Now", href: "#"},
],
features: [
- "Unlimited Quiz Generation",
- "24/7 AI Tutor Access",
- "Advanced Performance Analytics",
- "Leaderboards & Streaks",
- "Private Study Communities",
- "Priority Support",
- ],
+ "Unlimited Quiz Generation", "24/7 AI Tutor Access", "Advanced Performance Analytics", "Leaderboards & Streaks", "Private Study Communities", "Priority Support"],
},
]}
title="Flexible Plans for Every Student"
@@ -346,30 +193,15 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "faq-1",
- title: "What is ExamSphere AI?",
- content: "ExamSphere AI is an advanced learning platform that leverages artificial intelligence to help students prepare for exams. It offers features like AI-powered quiz generation, an intelligent tutor, performance analytics, and study communities.",
- },
+ id: "faq-1", title: "What is ExamSphere AI?", content: "ExamSphere AI is an advanced learning platform that leverages artificial intelligence to help students prepare for exams. It offers features like AI-powered quiz generation, an intelligent tutor, performance analytics, and study communities."},
{
- id: "faq-2",
- title: "How does the AI Tutor work?",
- content: "Our AI Tutor provides personalized explanations, answers questions, and guides you through complex topics in real-time, adapting to your learning style to ensure deep understanding.",
- },
+ id: "faq-2", title: "How does the AI Tutor work?", content: "Our AI Tutor provides personalized explanations, answers questions, and guides you through complex topics in real-time, adapting to your learning style to ensure deep understanding."},
{
- id: "faq-3",
- title: "Can I track my progress?",
- content: "Yes, ExamSphere AI includes comprehensive performance analytics that track your strengths, weaknesses, and overall progress, helping you identify areas for improvement and monitor your growth.",
- },
+ id: "faq-3", title: "Can I track my progress?", content: "Yes, ExamSphere AI includes comprehensive performance analytics that track your strengths, weaknesses, and overall progress, helping you identify areas for improvement and monitor your growth."},
{
- id: "faq-4",
- title: "Is there a free version available?",
- content: "Absolutely! We offer a free plan that includes basic quiz generation and limited AI Tutor access, allowing you to experience the core benefits of ExamSphere AI before upgrading.",
- },
+ id: "faq-4", title: "Is there a free version available?", content: "Absolutely! We offer a free plan that includes basic quiz generation and limited AI Tutor access, allowing you to experience the core benefits of ExamSphere AI before upgrading."},
{
- id: "faq-5",
- title: "What subjects does ExamSphere AI cover?",
- content: "ExamSphere AI is designed to be versatile and can generate quizzes and provide tutoring for a wide range of subjects, from mathematics and science to history and literature. Our AI is continuously learning to expand its knowledge base.",
- },
+ id: "faq-5", title: "What subjects does ExamSphere AI cover?", content: "ExamSphere AI is designed to be versatile and can generate quizzes and provide tutoring for a wide range of subjects, from mathematics and science to history and literature. Our AI is continuously learning to expand its knowledge base."},
]}
title="Frequently Asked Questions"
description="Find quick answers to common questions about ExamSphere AI and how it can boost your academic performance."
@@ -381,8 +213,7 @@ export default function LandingPage() {