From 7161c6cc270c6ad61e9fc13347d029acfbca60a8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 2 Jun 2026 21:49:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 309 +++++++++++------------------------------------ 1 file changed, 72 insertions(+), 237 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0ed4745..4aabe04 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import { GraduationCap, Lightbulb, MessageCircle, Search, Sparkles, Tag } from "lucide-react"; +import { CloudDownload, GraduationCap, Lightbulb, MessageCircle, Search, Sparkles, Tag } from "lucide-react"; export default function LandingPage() { return ( @@ -33,33 +33,21 @@ export default function LandingPage() { @@ -67,110 +55,62 @@ export default function LandingPage() { @@ -185,19 +125,13 @@ export default function LandingPage() { description="In an age of endless information, EnderChest empowers knowledge workers and students to conquer information overload. Say goodbye to scattered tabs and forgotten bookmarks. Our platform streamlines content discovery, ensures offline access, and transforms passive reading into active learning." bulletPoints={[ { - title: "Intelligent Tab Management", - description: "Automatically group and manage your open browser tabs, reducing clutter and improving workflow efficiency.", - icon: Tag, + title: "Intelligent Tab Management", description: "Automatically group and manage your open browser tabs, reducing clutter and improving workflow efficiency.", icon: Tag, }, { - title: "Full-Text Offline Search", - description: "Save articles, documents, and web pages for offline access, with powerful full-text search capabilities.", - icon: Search, + title: "Full-Text Offline Search", description: "Save articles, documents, and web pages for offline access, with powerful full-text search capabilities.", icon: Search, }, { - title: "AI-Powered Learning Tools", - description: "Convert any saved article into interactive quizzes and flashcards using spaced repetition for superior retention.", - icon: Lightbulb, + title: "AI-Powered Learning Tools", description: "Convert any saved article into interactive quizzes and flashcards using spaced repetition for superior retention.", icon: Lightbulb, }, ]} imageSrc="http://img.b2bpic.net/free-photo/portrait-handsome-man-vaporwave-style_23-2148950820.jpg" @@ -212,73 +146,40 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "AI-Powered Learning", - description: "Effortlessly transform articles into interactive quizzes and flashcards, powered by advanced AI for active learning.", - bentoComponent: "chat", - aiIcon: Lightbulb, + title: "AI-Powered Learning", description: "Effortlessly transform articles into interactive quizzes and flashcards, powered by advanced AI for active learning.", bentoComponent: "chat", aiIcon: Lightbulb, userIcon: MessageCircle, exchanges: [ { - userMessage: "Summarize this research paper.", - aiResponse: "This paper explores the impact of AI on learning retention, highlighting personalized adaptive systems.", - }, + userMessage: "Summarize this research paper.", aiResponse: "This paper explores the impact of AI on learning retention, highlighting personalized adaptive systems."}, { - userMessage: "Generate 3 quiz questions from the summary.", - aiResponse: "1. What is the paper's primary focus? 2. How does AI enhance retention? 3. Name a benefit of adaptive systems.", - }, + userMessage: "Generate 3 quiz questions from the summary.", aiResponse: "1. What is the paper's primary focus? 2. How does AI enhance retention? 3. Name a benefit of adaptive systems."}, ], - placeholder: "Ask about your content...", - imageSrc: "http://img.b2bpic.net/free-vector/simple-business-logo-set_53876-93118.jpg", - imageAlt: "minimalist tech logo content management", + placeholder: "Ask about your content..." }, { - title: "Seamless Organization", - description: "Intelligent tagging, full-text search, and offline storage ensure your content is always accessible and perfectly organized.", - bentoComponent: "icon-info-cards", - items: [ + title: "Seamless Organization", description: "Intelligent tagging, full-text search, and offline storage ensure your content is always accessible and perfectly organized.", bentoComponent: "icon-info-cards", items: [ { - icon: Tags, - label: "Auto Tagging", - value: "AI-driven", - }, + icon: Tag, + label: "Auto Tagging", value: "AI-driven"}, { icon: Search, - label: "Full-Text Search", - value: "Instant", - }, + label: "Full-Text Search", value: "Instant"}, { icon: CloudDownload, - label: "Offline Access", - value: "Anywhere", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/elegant-cozy-office-with-laptop-desk_23-2149636248.jpg?_wi=2", - imageAlt: "minimalist tech logo content management", + label: "Offline Access", value: "Anywhere"}, + ] }, { - title: "Master Your Knowledge", - description: "Track your learning progress with spaced repetition, turning saved articles into lasting knowledge.", - bentoComponent: "timeline", - heading: "Your Learning Journey", - subheading: "Progress with Spaced Repetition", - items: [ + title: "Master Your Knowledge", description: "Track your learning progress with spaced repetition, turning saved articles into lasting knowledge.", bentoComponent: "timeline", heading: "Your Learning Journey", subheading: "Progress with Spaced Repetition", items: [ { - label: "Read Article", - detail: "Discover and save new content", - }, + label: "Read Article", detail: "Discover and save new content"}, { - label: "Generate Quiz", - detail: "Active recall & testing", - }, + label: "Generate Quiz", detail: "Active recall & testing"}, { - label: "Spaced Review", - detail: "Optimize retention schedule", - }, + label: "Spaced Review", detail: "Optimize retention schedule"}, ], - completedLabel: "Knowledge Mastered", - imageSrc: "http://img.b2bpic.net/free-photo/calm-serious-woman-with-long-pony-tail-wears-transparent-glasses-green-jumper-looks-attentively-camera-poses-pink-studio_273609-38843.jpg?_wi=2", - imageAlt: "minimalist tech logo content management", - }, + completedLabel: "Knowledge Mastered" + } ]} title="Unlock Your Productivity Superpowers" description="EnderChest goes beyond simple bookmarking, providing a suite of advanced tools designed to make every piece of information work harder for you." @@ -292,20 +193,11 @@ export default function LandingPage() { tag="EnderChest in Numbers" metrics={[ { - id: "m1", - value: "85%", - description: "Reduction in tab clutter reported by users", - }, + id: "m1", value: "85%", description: "Reduction in tab clutter reported by users"}, { - id: "m2", - value: "2x", - description: "Faster content retrieval with full-text search", - }, + id: "m2", value: "2x", description: "Faster content retrieval with full-text search"}, { - id: "m3", - value: "90%", - description: "Retention rate increase with Spaced Repetition System", - }, + id: "m3", value: "90%", description: "Retention rate increase with Spaced Repetition System"}, ]} metricsAnimation="opacity" /> @@ -318,64 +210,28 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "testimonial-1", - name: "Sophie Turner", - role: "University Student", - company: "Oxbridge", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-female-model-wearing-rectangular-glasses-posing-indoors-against-wooden-wall_273609-1878.jpg", - imageAlt: "Sophie Turner", - }, + id: "testimonial-1", name: "Sophie Turner", role: "University Student", company: "Oxbridge", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-female-model-wearing-rectangular-glasses-posing-indoors-against-wooden-wall_273609-1878.jpg", imageAlt: "Sophie Turner"}, { - id: "testimonial-2", - name: "Mark Johnson", - role: "Data Scientist", - company: "Innovate Labs", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-writing-journal-adding-notes-planner-sitting-floor_1258-200003.jpg", - imageAlt: "Mark Johnson", - }, + id: "testimonial-2", name: "Mark Johnson", role: "Data Scientist", company: "Innovate Labs", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-writing-journal-adding-notes-planner-sitting-floor_1258-200003.jpg", imageAlt: "Mark Johnson"}, { - id: "testimonial-3", - name: "Dr. Anya Sharma", - role: "Medical Researcher", - company: "Global Health Institute", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-happy-businessman-looking-camera_23-2148113005.jpg", - imageAlt: "Dr. Anya Sharma", - }, + id: "testimonial-3", name: "Dr. Anya Sharma", role: "Medical Researcher", company: "Global Health Institute", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-happy-businessman-looking-camera_23-2148113005.jpg", imageAlt: "Dr. Anya Sharma"}, { - id: "testimonial-4", - name: "Carlos Gomez", - role: "Product Manager", - company: "Tech Solutions Inc.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-work_23-2149097959.jpg", - imageAlt: "Carlos Gomez", - }, + id: "testimonial-4", name: "Carlos Gomez", role: "Product Manager", company: "Tech Solutions Inc.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-work_23-2149097959.jpg", imageAlt: "Carlos Gomez"}, { - id: "testimonial-5", - name: "Lena Petrova", - role: "Freelance Writer", - company: "Content Flow", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/students-learning-school-their-classroom_23-2149511048.jpg", - imageAlt: "Lena Petrova", - }, + id: "testimonial-5", name: "Lena Petrova", role: "Freelance Writer", company: "Content Flow", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/students-learning-school-their-classroom_23-2149511048.jpg", imageAlt: "Lena Petrova"}, ]} kpiItems={[ { - value: "250k+", - label: "Articles Saved", - }, + value: "250k+", label: "Articles Saved"}, { - value: "1M+", - label: "Quizzes Generated", - }, + value: "1M+", label: "Quizzes Generated"}, { - value: "100+", - label: "Countries Served", - }, + value: "100+", label: "Countries Served"}, ]} title="What Our Users Say" description="Hear from knowledge workers and students who transformed their information workflow with EnderChest." @@ -387,14 +243,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Google Chrome", - "Notion", - "Readwise", - "Obsidian", - "Remnote", - "Anki", - "Zotero", - ]} + "Google Chrome", "Notion", "Readwise", "Obsidian", "Remnote", "Anki", "Zotero"]} title="Trusted by Modern Learners & Professionals" description="Seamlessly integrates with your favorite tools and platforms for an unparalleled content management experience." /> @@ -405,20 +254,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "faq1", - title: "What is EnderChest for?", - content: "EnderChest is a platform designed for knowledge workers and students to organize browser tabs, save content offline, conduct full-text searches, and actively learn through AI-generated quizzes and spaced repetition.", - }, + id: "faq1", title: "What is EnderChest for?", content: "EnderChest is a platform designed for knowledge workers and students to organize browser tabs, save content offline, conduct full-text searches, and actively learn through AI-generated quizzes and spaced repetition."}, { - id: "faq2", - title: "How does offline storage work?", - content: "EnderChest allows you to save articles and web pages directly to your library for access anytime, anywhere, even without an internet connection. Your most recently accessed and starred content is prioritized for storage.", - }, + id: "faq2", title: "How does offline storage work?", content: "EnderChest allows you to save articles and web pages directly to your library for access anytime, anywhere, even without an internet connection. Your most recently accessed and starred content is prioritized for storage."}, { - id: "faq3", - title: "Can I really turn articles into quizzes?", - content: "Yes! Our intelligent AI analyzes your saved articles and automatically generates quizzes and flashcards. This feature, combined with spaced repetition, helps you convert passive reading into effective, long-term retention.", - }, + id: "faq3", title: "Can I really turn articles into quizzes?", content: "Yes! Our intelligent AI analyzes your saved articles and automatically generates quizzes and flashcards. This feature, combined with spaced repetition, helps you convert passive reading into effective, long-term retention."}, ]} sideTitle="Your Questions, Answered" sideDescription="Find quick answers to the most common questions about EnderChest's features and benefits." @@ -431,8 +271,7 @@ export default function LandingPage() { -- 2.49.1