diff --git a/src/app/page.tsx b/src/app/page.tsx
index de35754..e224a90 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,22 +30,10 @@ export default function LandingPage() {
@@ -53,52 +41,17 @@ export default function LandingPage() {
@@ -109,39 +62,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- id: "f1",
- title: "AI Content Ingestion",
- author: "Smart Engine",
- description: "Drag and drop your PDFs, syllabi, and notes. Our AI interprets context and extracts actionable tasks immediately.",
- tags: [
- "AI",
- "Analysis",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/old-device-studio_23-2150756322.jpg",
- },
- {
- id: "f2",
- title: "Precision Focus",
- author: "Study Tool",
- description: "Customizable Pomodoro and deep work timers to protect your concentration and minimize burnout.",
- tags: [
- "Focus",
- "Timer",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/futuristic-time-machine_23-2151599385.jpg",
- },
- {
- id: "f3",
- title: "Smart Workload Balance",
- author: "Algorithm",
- description: "Visual load balancing ensures you aren't overworked, helping you maintain a consistent study cadence.",
- tags: [
- "Planning",
- "AI",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/digital-tablet-online-learning_53876-97299.jpg",
- },
+ { id: "f1", title: "AI Content Ingestion", author: "Smart Engine", description: "Drag and drop your PDFs, syllabi, and notes. Our AI interprets context and extracts actionable tasks immediately.", tags: ["AI", "Analysis"], imageSrc: "http://img.b2bpic.net/free-photo/old-device-studio_23-2150756322.jpg" },
+ { id: "f2", title: "Precision Focus", author: "Study Tool", description: "Customizable Pomodoro and deep work timers to protect your concentration and minimize burnout.", tags: ["Focus", "Timer"], imageSrc: "http://img.b2bpic.net/free-photo/futuristic-time-machine_23-2151599385.jpg" },
+ { id: "f3", title: "Smart Workload Balance", author: "Algorithm", description: "Visual load balancing ensures you aren't overworked, helping you maintain a consistent study cadence.", tags: ["Planning", "AI"], imageSrc: "http://img.b2bpic.net/free-photo/digital-tablet-online-learning_53876-97299.jpg" }
]}
title="Built for the Modern Student"
description="The cockpit for your academic life, blending intelligence with organization."
@@ -155,42 +78,12 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={true}
products={[
- {
- id: "p1",
- name: "Task Central",
- price: "Active",
- imageSrc: "http://img.b2bpic.net/free-photo/coworkers-looking-stock-market-statistics-tablet-developing-business-project-women-analyzing-sales-investment-growth-with-financial-graphics-digital-device-close-up_482257-35450.jpg",
- },
- {
- id: "p2",
- name: "Smart Calendar",
- price: "Integrated",
- imageSrc: "http://img.b2bpic.net/free-photo/bullet-journal-supplies-arrangement-view_23-2149740027.jpg",
- },
- {
- id: "p3",
- name: "AI Insight Hub",
- price: "Advanced",
- imageSrc: "http://img.b2bpic.net/free-photo/student-woman-with-smartphone-notepads-window-morning_169016-36074.jpg",
- },
- {
- id: "p4",
- name: "Progress Tracker",
- price: "Real-time",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-mobile-phone-desk-diagram_1163-2765.jpg",
- },
- {
- id: "p5",
- name: "Content Ingest",
- price: "Seamless",
- imageSrc: "http://img.b2bpic.net/free-photo/online-data-storage-document-management-technology_53876-133714.jpg",
- },
- {
- id: "p6",
- name: "Project Hub",
- price: "Group",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-planning-scrum-method_23-2148513852.jpg",
- },
+ { id: "p1", name: "Task Central", price: "Active", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-looking-stock-market-statistics-tablet-developing-business-project-women-analyzing-sales-investment-growth-with-financial-graphics-digital-device-close-up_482257-35450.jpg" },
+ { id: "p2", name: "Smart Calendar", price: "Integrated", imageSrc: "http://img.b2bpic.net/free-photo/bullet-journal-supplies-arrangement-view_23-2149740027.jpg" },
+ { id: "p3", name: "AI Insight Hub", price: "Advanced", imageSrc: "http://img.b2bpic.net/free-photo/student-woman-with-smartphone-notepads-window-morning_169016-36074.jpg" },
+ { id: "p4", name: "Progress Tracker", price: "Real-time", imageSrc: "http://img.b2bpic.net/free-photo/top-view-mobile-phone-desk-diagram_1163-2765.jpg" },
+ { id: "p5", name: "Content Ingest", price: "Seamless", imageSrc: "http://img.b2bpic.net/free-photo/online-data-storage-document-management-technology_53876-133714.jpg" },
+ { id: "p6", name: "Project Hub", price: "Group", imageSrc: "http://img.b2bpic.net/free-photo/woman-planning-scrum-method_23-2148513852.jpg" }
]}
title="Academic Dashboard Modules"
description="Customize your workspace with interactive widgets for your daily success."
@@ -199,60 +92,13 @@ export default function LandingPage() {