From dd83fa9a7583b52ff621db2e18705933f493020b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 05:17:07 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 195e1a8..8434e85 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -14,19 +14,19 @@ const inter = Inter({ }); export const metadata: Metadata = { - title: "ExamFlow - AI-Free Exam Preparation Platform", description: "Master any subject with ExamFlow's intelligent PDF processing, auto-generated flashcards, and spaced repetition scheduling. No AI APIs. Pure rule-based learning science.", keywords: "exam preparation, study app, flashcards, spaced repetition, exam planner, learning platform", metadataBase: new URL("https://examflow.io"), + title: "ExamFlow - Personal Study Management Platform", description: "ExamFlow is your personal study companion for intelligent PDF processing, flashcard generation, and spaced repetition scheduling. Pure rule-based learning science.", keywords: "exam preparation, study app, flashcards, spaced repetition, exam planner, learning platform", metadataBase: new URL("https://examflow.io"), alternates: { canonical: "https://examflow.io" }, openGraph: { - title: "ExamFlow - Smart Exam Preparation", description: "Automate your exam prep. Extract PDFs, generate flashcards, and optimize revision with rule-based learning algorithms.", url: "https://examflow.io", siteName: "ExamFlow", type: "website", images: [ + title: "ExamFlow - Personal Study Management", description: "Automate your exam prep. Extract PDFs, generate flashcards, and optimize revision with rule-based learning algorithms.", url: "https://examflow.io", siteName: "ExamFlow", type: "website", images: [ { url: "http://img.b2bpic.net/free-photo/education-application-knowledge-development-concept_53876-105721.jpg", alt: "ExamFlow Dashboard" } ] }, twitter: { - card: "summary_large_image", title: "ExamFlow - AI-Free Exam Prep", description: "Smart learning without external APIs. Extract, summarize, flashcard, and schedule—all locally.", images: ["http://img.b2bpic.net/free-photo/education-application-knowledge-development-concept_53876-105721.jpg"] + card: "summary_large_image", title: "ExamFlow - Personal Study Management", description: "Smart learning without external APIs. Extract, summarize, flashcard, and schedule—all locally.", images: ["http://img.b2bpic.net/free-photo/education-application-knowledge-development-concept_53876-105721.jpg"] }, robots: { index: true, -- 2.49.1 From 7326743663c01d35b92685c0389e92ee0dc1ec91 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 05:17:08 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 76 +++++++++--------------------------------------- 1 file changed, 14 insertions(+), 62 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a89ced6..7e36873 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,11 +6,10 @@ import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGaller import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; -import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import FaqBase from '@/components/sections/faq/FaqBase'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { Brain, Zap, FileText, BookOpen, CheckCircle, HelpCircle, Calendar, TrendingUp, Workflow, Award, Clock, Layers, Rocket, Mail } from 'lucide-react'; +import { Brain, Zap, FileText, BookOpen, CheckCircle, HelpCircle, Calendar, TrendingUp, Workflow, Award, Clock, Layers, Rocket } from 'lucide-react'; export default function LandingPage() { return ( @@ -31,12 +30,10 @@ export default function LandingPage() { brandName="ExamFlow" navItems={[ { name: "Dashboard", id: "dashboard" }, - { name: "Subjects", id: "subjects" }, - { name: "Flashcards", id: "flashcards" }, - { name: "Practice", id: "practice" }, - { name: "Calendar", id: "calendar" } + { name: "Features", id: "features" }, + { name: "Help", id: "faq" } ]} - button={{ text: "Get Started", href: "#contact" }} + button={{ text: "Get Started", href: "#dashboard" }} /> @@ -48,8 +45,7 @@ export default function LandingPage() { tagIcon={Brain} tagAnimation="slide-up" buttons={[ - { text: "Start Learning", href: "#dashboard" }, - { text: "Watch Demo", href: "#how-it-works" } + { text: "Start Learning", href: "#dashboard" } ]} buttonAnimation="slide-up" mediaItems={[ @@ -107,9 +103,6 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - buttons={[ - { text: "Explore All Features", href: "#contact" } - ]} buttonAnimation="slide-up" /> @@ -158,44 +151,10 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - buttons={[ - { text: "Start Improving", href: "#contact" } - ]} buttonAnimation="slide-up" /> -
- -
-