diff --git a/src/app/page.tsx b/src/app/page.tsx
index fbd6001..6bf2cf9 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,18 +31,10 @@ export default function LandingPage() {
@@ -51,15 +43,11 @@ export default function LandingPage() {
@@ -70,21 +58,9 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Proven Learning Effectiveness"
metrics={[
- {
- icon: Lightbulb,
- label: "Questions Generated",
- value: "50,000+",
- },
- {
- icon: Award,
- label: "Students Certified",
- value: "12,000+",
- },
- {
- icon: Zap,
- label: "Accuracy Rating",
- value: "99%",
- },
+ { icon: Lightbulb, label: "Questions Generated", value: "50,000+" },
+ { icon: Award, label: "Students Certified", value: "12,000+" },
+ { icon: Zap, label: "Accuracy Rating", value: "99%" },
]}
metricsAnimation="slide-up"
/>
@@ -96,36 +72,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
features={[
- {
- id: "f1",
- label: "AI Generation",
- title: "Smart Question Maker",
- items: [
- "Generate questions from any source",
- "Real-time AI explanations",
- "Adaptive difficulty adjustment",
- ],
- },
- {
- id: "f2",
- label: "Adaptive",
- title: "Personalized Learning",
- items: [
- "Identify weak areas fast",
- "Focus on what you need",
- "Progress monitoring tools",
- ],
- },
- {
- id: "f3",
- label: "Feedback",
- title: "Instant Explanations",
- items: [
- "Step-by-step breakdown",
- "Contextual learning insights",
- "Instant mastery verification",
- ],
- },
+ { id: "f1", label: "AI Generation", title: "Smart Question Maker", items: ["Generate questions from any source", "Real-time AI explanations", "Adaptive difficulty adjustment"] },
+ { id: "f2", label: "Adaptive", title: "Personalized Learning", items: ["Identify weak areas fast", "Focus on what you need", "Progress monitoring tools"] },
+ { id: "f3", label: "Feedback", title: "Instant Explanations", items: ["Step-by-step breakdown", "Contextual learning insights", "Instant mastery verification"] },
]}
title="Built for Success"
description="Everything you need to master your exams in one powerful platform."
@@ -138,38 +87,8 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
plans={[
- {
- id: "basic",
- badge: "Free",
- price: "$0",
- subtitle: "Basic practice tools",
- features: [
- "Limited question generation",
- "Standard difficulty",
- "One exam type",
- ],
- buttons: [
- {
- text: "Get Started",
- },
- ],
- },
- {
- id: "pro",
- badge: "Popular",
- price: "$29",
- subtitle: "Full access power",
- features: [
- "Unlimited question generation",
- "All exam types",
- "Advanced tracking",
- ],
- buttons: [
- {
- text: "Upgrade Pro",
- },
- ],
- },
+ { id: "basic", badge: "Free", price: "$0", subtitle: "Basic practice tools", features: ["Limited question generation", "Standard difficulty", "One exam type"], buttons: [{ text: "Get Started" }] },
+ { id: "pro", badge: "Popular", price: "$29", subtitle: "Full access power", features: ["Unlimited question generation", "All exam types", "Advanced tracking"], buttons: [{ text: "Upgrade Pro" }] },
]}
title="Flexible Learning Plans"
description="Choose the path that fits your learning journey."
@@ -182,46 +101,8 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
- {
- id: "1",
- name: "Sarah J.",
- handle: "@sarah_j",
- testimonial: "This platform saved me weeks of study time. The AI explanations are incredible.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-freelancer-student-doing-homework-outdoor-cafe-drinking-her-coffee-street-using_1258-205389.jpg",
- },
- {
- id: "2",
- name: "Mark D.",
- handle: "@mark_study",
- testimonial: "I passed my AWS certification on the first try thanks to these practice tests.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-girl-posing-library_23-2148727878.jpg",
- },
- {
- id: "3",
- name: "Elena P.",
- handle: "@elena_prep",
- testimonial: "The adaptive difficulty feature is exactly what I needed to close my knowledge gaps.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/funny-young-woman-with-bun-her-head-city-park_169016-21843.jpg",
- },
- {
- id: "4",
- name: "James L.",
- handle: "@james_code",
- testimonial: "Best exam prep interface I've used. Highly recommend for any tech student.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-hacker_23-2148165932.jpg",
- },
- {
- id: "5",
- name: "Chloe B.",
- handle: "@chloe_certs",
- testimonial: "Simply genius. The instant explanations are a game changer.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/net-professional-businesswoman-sitting-checking_1262-2730.jpg",
- },
+ { id: "1", name: "Sarah J.", handle: "@sarah_j", testimonial: "This platform saved me weeks of study time. The AI explanations are incredible.", rating: 5 },
+ { id: "2", name: "Mark D.", handle: "@mark_study", testimonial: "I passed my AWS certification on the first try thanks to these practice tests.", rating: 5 },
]}
showRating={true}
title="Loved by Thousands"
@@ -233,21 +114,8 @@ export default function LandingPage() {
@@ -291,4 +142,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file
diff --git a/src/app/practice/page.tsx b/src/app/practice/page.tsx
new file mode 100644
index 0000000..ce67091
--- /dev/null
+++ b/src/app/practice/page.tsx
@@ -0,0 +1,21 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
+import FooterCard from '@/components/sections/footer/FooterCard';
+
+export default function PracticePage() {
+ return (
+
+
+
+
Practice Session
+
Test your knowledge with AI-generated questions.
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/app/progress/page.tsx b/src/app/progress/page.tsx
new file mode 100644
index 0000000..d096d60
--- /dev/null
+++ b/src/app/progress/page.tsx
@@ -0,0 +1,21 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
+import FooterCard from '@/components/sections/footer/FooterCard';
+
+export default function ProgressPage() {
+ return (
+
+
+
+
Your Progress
+
Track your performance and mastery across all units.
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/app/subjects/page.tsx b/src/app/subjects/page.tsx
new file mode 100644
index 0000000..9d209f2
--- /dev/null
+++ b/src/app/subjects/page.tsx
@@ -0,0 +1,22 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
+import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
+import FooterCard from '@/components/sections/footer/FooterCard';
+
+export default function SubjectsPage() {
+ return (
+
+
+
+
Select Your Subject
+
Choose the subject you want to prepare for.
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/app/units/page.tsx b/src/app/units/page.tsx
new file mode 100644
index 0000000..fe36bc3
--- /dev/null
+++ b/src/app/units/page.tsx
@@ -0,0 +1,21 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
+import FooterCard from '@/components/sections/footer/FooterCard';
+
+export default function UnitsPage() {
+ return (
+
+
+
+
Course Units
+
Review available units for your selected subject.
+
+
+
+ );
+}
\ No newline at end of file