diff --git a/src/app/page.tsx b/src/app/page.tsx
index 741ab44..3d615f6 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,22 +31,11 @@ export default function LandingPage() {
@@ -54,106 +43,33 @@ export default function LandingPage() {
@@ -162,20 +78,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Your Academic Success, Simplified"
description="Lumagrid streamlines your study process with instant AI support. From complex Math equations to English essays, we provide the resources you need to excel in Classes 1–12."
- metrics={[
- {
- value: "6",
- title: "Core Subjects",
- },
- {
- value: "12",
- title: "Grades Supported",
- },
- {
- value: "24/7",
- title: "AI Availability",
- },
- ]}
+ metrics={[{ value: "6", title: "Core Subjects" }, { value: "12", title: "Grades Supported" }, { value: "24/7", title: "AI Availability" }]}
imageSrc="http://img.b2bpic.net/free-photo/minimalist-black-white-office-desk-with-stationery_9975-133066.jpg"
mediaAnimation="blur-reveal"
metricsAnimation="slide-up"
@@ -188,27 +91,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
features={[
- {
- id: "f1",
- title: "Instant Answers",
- description: "Get solutions in seconds, powered by advanced AI.",
- tag: "Core AI",
- imageSrc: "http://img.b2bpic.net/free-vector/online-education-course-e-learning-knowledge-e-library-electronic-reading_126523-2223.jpg",
- },
- {
- id: "f2",
- title: "Hands-Free Voice Prompts",
- description: "Ask questions and receive guidance using only your voice.",
- tag: "Accessibility",
- imageSrc: "http://img.b2bpic.net/free-photo/managing-smart-speakers-concept_23-2150170092.jpg",
- },
- {
- id: "f3",
- title: "Automated Resources",
- description: "Generate practice sheets, test papers, and mindmaps instantly.",
- tag: "Resource Tools",
- imageSrc: "http://img.b2bpic.net/free-photo/laptop-computer-with-company-charts-screen-standing-table-startup-office-while-diverse-team-sharing-papers-with-marketing-turnover-it-multiethnic-businesspeople-analyzing-graphs_482257-37042.jpg",
- },
+ { id: "f1", title: "Instant Answers", description: "Get solutions in seconds, powered by advanced AI.", tag: "Core AI", imageSrc: "http://img.b2bpic.net/free-vector/online-education-course-e-learning-knowledge-e-library-electronic-reading_126523-2223.jpg" },
+ { id: "f2", title: "Hands-Free Voice Prompts", description: "Ask questions and receive guidance using only your voice.", tag: "Accessibility", imageSrc: "http://img.b2bpic.net/free-photo/managing-smart-speakers-concept_23-2150170092.jpg" },
+ { id: "f3", title: "Automated Resources", description: "Generate practice sheets, test papers, and mindmaps instantly.", tag: "Resource Tools", imageSrc: "http://img.b2bpic.net/free-photo/laptop-computer-with-company-charts-screen-standing-table-startup-office-while-diverse-team-sharing-papers-with-marketing-turnover-it-multiethnic-businesspeople-analyzing-graphs_482257-37042.jpg" },
]}
title="All-in-One Study Powerhouse"
description="Explore features designed to reduce study time and maximize your academic potential."
@@ -217,64 +102,17 @@ export default function LandingPage() {
@@ -286,27 +124,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
metrics={[
- {
- id: "m1",
- value: "67",
- title: "₹ Monthly Subscription",
- description: "Affordable access for everyone.",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-still-life-graphics-composition_23-2148991208.jpg",
- },
- {
- id: "m2",
- value: "6",
- title: "Core Subjects",
- description: "Math, Science, English, etc.",
- imageSrc: "http://img.b2bpic.net/free-photo/trigonometry-algebra-equation-knowledge-learn-concept_53876-123006.jpg",
- },
- {
- id: "m3",
- value: "12",
- title: "Class Grades",
- description: "Coverage for K-12 students.",
- imageSrc: "http://img.b2bpic.net/free-photo/caucasian-advisor-financial-business-analytics-woman-with-data-dashboard-graphs_343596-6917.jpg",
- },
+ { id: "m1", value: "67", title: "₹ Monthly Subscription", description: "Affordable access for everyone.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-still-life-graphics-composition_23-2148991208.jpg" },
+ { id: "m2", value: "6", title: "Core Subjects", description: "Math, Science, English, etc.", imageSrc: "http://img.b2bpic.net/free-photo/trigonometry-algebra-equation-knowledge-learn-concept_53876-123006.jpg" },
+ { id: "m3", value: "12", title: "Class Grades", description: "Coverage for K-12 students.", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-advisor-financial-business-analytics-woman-with-data-dashboard-graphs_343596-6917.jpg" },
]}
title="Academic Impact at a Glance"
description="Lumagrid delivers measurable results for students everywhere."
@@ -317,23 +137,7 @@ export default function LandingPage() {