From f1f564f5f8c476cd443ab78eb8b12c36831798f2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 20:35:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 151 +++++++++++++---------------------------------- 1 file changed, 41 insertions(+), 110 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 622ce81..a726fa1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function HomePage() { tagIcon={TrendingUp} tagAnimation="slide-up" buttons={[ - { text: "View Demo Dashboard", href: "/dashboard" }, + { text: "Start Free Trial", href: "/dashboard" }, { text: "Learn More", href: "#features" }, ]} buttonAnimation="slide-up" @@ -66,29 +66,17 @@ export default function HomePage() { tagAnimation="slide-up" accordionItems={[ { - id: "1", - title: "Multi-Business Tracking", - content: - "Students can manage multiple business streams simultaneously. Track revenue from each business category separately and view consolidated totals. Monitor profitability by business type and identify top-performing ventures.", - }, + id: "1", title: "Multi-Business Tracking", content: + "Students can manage multiple business streams simultaneously. Track revenue from each business category separately and view consolidated totals. Monitor profitability by business type and identify top-performing ventures."}, { - id: "2", - title: "Real-Time Data Synchronization", - content: - "When students update their data, it instantly reflects on your mentor dashboard. No manual entry or spreadsheet updates needed. See live changes across multiple students simultaneously for comprehensive oversight.", - }, + id: "2", title: "Real-Time Data Synchronization", content: + "When students update their data, it instantly reflects on your mentor dashboard. No manual entry or spreadsheet updates needed. See live changes across multiple students simultaneously for comprehensive oversight."}, { - id: "3", - title: "Weekly Evaluation Reports", - content: - "Automatically generated evaluation reports based on actual student data. Compare performance against targets, track growth trends, and identify students needing support. Accurate insights for informed mentoring decisions.", - }, + id: "3", title: "Weekly Evaluation Reports", content: + "Automatically generated evaluation reports based on actual student data. Compare performance against targets, track growth trends, and identify students needing support. Accurate insights for informed mentoring decisions."}, { - id: "4", - title: "Student Entry Portal", - content: - "Simple, intuitive interface for students to log their business activities. Record daily sales, expenses, and business details. Mobile-friendly design for on-the-go updates from anywhere.", - }, + id: "4", title: "Student Entry Portal", content: + "Simple, intuitive interface for students to log their business activities. Record daily sales, expenses, and business details. Mobile-friendly design for on-the-go updates from anywhere."}, ]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARYx24ErxjbYq3LVuuuYa6ofPr/a-clean-organized-student-tracking-inter-1772559549366-7cad917e.png?_wi=1" imageAlt="Student business tracking interface with revenue categories" @@ -103,10 +91,7 @@ export default function HomePage() { ); -} \ No newline at end of file +}