diff --git a/src/app/page.tsx b/src/app/page.tsx
index 3c4f91a..c57e88f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -12,7 +12,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
-import { BarChart2, CheckCircle, FileText, Lightbulb, Network, Users, Zap } from "lucide-react";
+import { BarChart2, CheckCircle, FileText, Lightbulb, Network, Users, Zap, Search } from "lucide-react";
export default function LandingPage() {
return (
@@ -32,76 +32,50 @@ export default function LandingPage() {
+
+
+
+
+
Practice Mock Tests
+
Evaluate your progress with our curated mock exam series.
+
+
+
+
@@ -112,21 +86,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
features={[
- {
- title: "Smart Summaries", description: "AI-generated summaries of your dense research papers.", bentoComponent: "reveal-icon", icon: FileText,
- },
- {
- title: "Adaptive Quizzer", description: "Automatically generated tests based on your weak points.", bentoComponent: "reveal-icon", icon: CheckCircle,
- },
- {
- title: "Collaborative Cloud", description: "Real-time shared study spaces for group projects.", bentoComponent: "reveal-icon", icon: Users,
- },
- {
- title: "Knowledge Graph", description: "Visualizing deep conceptual links between topics.", bentoComponent: "reveal-icon", icon: Network,
- },
- {
- title: "Progress Analytics", description: "Track your academic journey with detailed charts.", bentoComponent: "reveal-icon", icon: BarChart2,
- },
+ { title: "Smart Summaries", description: "AI-generated summaries of your dense research papers.", bentoComponent: "reveal-icon", icon: FileText },
+ { title: "Adaptive Quizzer", description: "Automatically generated tests based on your weak points.", bentoComponent: "reveal-icon", icon: CheckCircle },
+ { title: "Collaborative Cloud", description: "Real-time shared study spaces for group projects.", bentoComponent: "reveal-icon", icon: Users },
+ { title: "Knowledge Graph", description: "Visualizing deep conceptual links between topics.", bentoComponent: "reveal-icon", icon: Network },
+ { title: "Progress Analytics", description: "Track your academic journey with detailed charts.", bentoComponent: "reveal-icon", icon: BarChart2 },
]}
title="Advanced AI Features"
description="Powerful tools designed to make your academic life easier and smarter."
@@ -140,18 +104,8 @@ export default function LandingPage() {
useInvertedBackground={false}
animationType="slide-up"
products={[
- {
- id: "m1", name: "Analytical Suite", price: "$19/mo", imageSrc: "http://img.b2bpic.net/free-photo/smartphone-with-notebook-headphones_23-2148037024.jpg"},
- {
- id: "m2", name: "Mobile Tutor", price: "$9/mo", imageSrc: "http://img.b2bpic.net/free-photo/girl-student-is-talking-phone-home-conversation-phone_169016-67694.jpg"},
- {
- id: "m3", name: "Research Generator", price: "$29/mo", imageSrc: "http://img.b2bpic.net/free-photo/team-young-colleagues-having-meeting-cafe_273609-16139.jpg"},
- {
- id: "m4", name: "Shared Workspace", price: "$15/mo", imageSrc: "http://img.b2bpic.net/free-photo/kids-cheating-school-side-view_23-2150105038.jpg"},
- {
- id: "m5", name: "3D Anatomy Lab", price: "$25/mo", imageSrc: "http://img.b2bpic.net/free-photo/3d-cartoon-hospital-healthcare-scene_23-2151644064.jpg"},
- {
- id: "m6", name: "Smart Test Prep", price: "$12/mo", imageSrc: "http://img.b2bpic.net/free-photo/girl-is-sitting-white-table-office-she-holds-tablet-works-with-financial-diagrams_197531-25030.jpg"},
+ { id: "m1", name: "Analytical Suite", price: "$19/mo", imageSrc: "http://img.b2bpic.net/free-photo/smartphone-with-notebook-headphones_23-2148037024.jpg" },
+ { id: "m2", name: "Mobile Tutor", price: "$9/mo", imageSrc: "http://img.b2bpic.net/free-photo/girl-student-is-talking-phone-home-conversation-phone_169016-67694.jpg" },
]}
title="Learning Modules"
description="Comprehensive tools for specific academic needs."
@@ -164,18 +118,8 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
plans={[
- {
- id: "basic", badge: "Student", price: "$19", subtitle: "For individuals", features: [
- "Core AI Tools", "Basic Summaries", "Community Access"],
- },
- {
- id: "pro", badge: "Pro", price: "$49", subtitle: "For researchers", features: [
- "Everything in Basic", "Research Generator", "Advanced 3D Lab"],
- },
- {
- id: "ent", badge: "Enterprise", price: "$199", subtitle: "For groups", features: [
- "Full Workspace", "Unlimited API Access", "Dedicated Tutor"],
- },
+ { id: "basic", badge: "Student", price: "$19", subtitle: "For individuals", features: ["Core AI Tools", "Basic Summaries", "Community Access"] },
+ { id: "pro", badge: "Pro", price: "$49", subtitle: "For researchers", features: ["Everything in Basic", "Research Generator", "Advanced 3D Lab"] },
]}
title="Flexible Learning Plans"
description="Choose the perfect plan to boost your performance."
@@ -188,46 +132,18 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
- {
- id: "1", name: "Alex R.", role: "Biology Student", company: "University of Tech", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/enthusiastic-young-woman-glasses-teacher-celebrating-raising-hand-up-cheering-tirumphing-with_1258-197338.jpg"},
- {
- id: "2", name: "Maya S.", role: "Researcher", company: "Global Studies", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/freelancer-concentrated-person-single-background_1262-2864.jpg"},
- {
- id: "3", name: "David W.", role: "Computer Science", company: "AI Lab", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-tablet-street_23-2148213491.jpg"},
- {
- id: "4", name: "Elena K.", role: "Medical Student", company: "Health Pro", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-female-graduate-smiling-looking-camera-sitting-white-surface_176420-17015.jpg"},
- {
- id: "5", name: "Chris B.", role: "Business Admin", company: "MBA Focus", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-redhead-girl-student-with-laptop-sitting-stairs-near-building-connects-public_1258-196399.jpg"},
- ]}
- kpiItems={[
- {
- value: "100k+", label: "Students"},
- {
- value: "95%", label: "Grade Increase"},
- {
- value: "4.9/5", label: "Avg Rating"},
+ { id: "1", name: "Alex R.", role: "Biology Student", company: "University of Tech", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/enthusiastic-young-woman-glasses-teacher-celebrating-raising-hand-up-cheering-tirumphing-with_1258-197338.jpg" },
]}
+ kpiItems={[{ value: "100k+", label: "Students" }, { value: "95%", label: "Grade Increase" }, { value: "4.9/5", label: "Avg Rating" }]}
title="Student Success Stories"
- description="Join thousands of successful learners transforming their education with our platform."
+ description="Join thousands of successful learners transforming their education."
/>
@@ -236,8 +152,7 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file