From 7aa7e1976dac4536b272e5c07975251fcba7aea3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 20:35:40 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 28 +++++++--------------------- 1 file changed, 7 insertions(+), 21 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 0d8a835..fdbe90e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,38 +5,24 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const lato = Lato({ - variable: "--font-lato", - subsets: ["latin"], + variable: "--font-lato", subsets: ["latin"], weight: ["100", "300", "400", "700", "900"], }); export const metadata: Metadata = { - title: "Santri Finance - Student Financial Dashboard for Islamic Schools", - description: "Real-time financial tracking platform for Islamic boarding schools. Monitor student business performance, generate automated reports, and support financial education with synchronized mentor and student dashboards.", - keywords: "student finance tracking, boarding school management, business education, financial dashboard, real-time sync, student accountability", - robots: { + title: "Santri Finance - Student Financial Dashboard for Islamic Schools", description: "Real-time financial tracking platform for Islamic boarding schools. Monitor student business performance, generate automated reports, and support financial education with synchronized mentor and student dashboards.", keywords: "student finance tracking, boarding school management, business education, financial dashboard, real-time sync, student accountability", robots: { index: true, follow: true, }, openGraph: { - title: "Santri Finance - Transform Student Financial Management", - description: "Real-time tracking and evaluation platform built specifically for Islamic boarding schools", - siteName: "Santri Finance", - type: "website", - images: [ + title: "Santri Finance - Transform Student Financial Management", description: "Real-time tracking and evaluation platform built specifically for Islamic boarding schools", siteName: "Santri Finance", type: "website", images: [ { - url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARYx24ErxjbYq3LVuuuYa6ofPr/a-modern-dashboard-interface-showing-fin-1772559546552-205c3879.png", - alt: "Santri Finance Dashboard Interface", - }, + url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARYx24ErxjbYq3LVuuuYa6ofPr/a-modern-dashboard-interface-showing-fin-1772559546552-205c3879.png", alt: "Santri Finance Dashboard Interface"}, ], }, twitter: { - card: "summary_large_image", - title: "Santri Finance - Student Financial Dashboard", - description: "Track student business performance in real-time", - images: [ - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARYx24ErxjbYq3LVuuuYa6ofPr/a-modern-dashboard-interface-showing-fin-1772559546552-205c3879.png", - ], + card: "summary_large_image", title: "Santri Finance - Student Financial Dashboard", description: "Track student business performance in real-time", images: [ + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARYx24ErxjbYq3LVuuuYa6ofPr/a-modern-dashboard-interface-showing-fin-1772559546552-205c3879.png"], }, }; @@ -1422,4 +1408,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From f1f564f5f8c476cd443ab78eb8b12c36831798f2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 20:35:42 +0000 Subject: [PATCH 2/2] 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 +} -- 2.49.1