4 Commits

Author SHA1 Message Date
838f9e2a7e Merge version_2 into main
Merge version_2 into main
2026-03-03 20:35:57 +00:00
f1f564f5f8 Update src/app/page.tsx 2026-03-03 20:35:42 +00:00
7aa7e1976d Update src/app/layout.tsx 2026-03-03 20:35:40 +00:00
97bbe000de Merge version_1 into main
Merge version_1 into main
2026-03-03 17:41:21 +00:00
2 changed files with 48 additions and 131 deletions

View File

@@ -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({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -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() {
<TextSplitAbout
title="How Santri Finance Works"
description={[
"Santri Finance bridges the gap between student accountability and mentor oversight. Students use the dedicated portal to record their daily business activities, categorizing revenue streams and tracking profitability.",
"Your mentor dashboard receives instant updates, eliminating manual spreadsheet work. Compare individual performance against targets, generate comprehensive weekly evaluations, and identify trends across your entire student cohort.",
"Built specifically for Islamic boarding schools where financial education is a core learning pillar. Support student entrepreneurship while maintaining the transparency and accountability your institution requires.",
]}
"Santri Finance bridges the gap between student accountability and mentor oversight. Students use the dedicated portal to record their daily business activities, categorizing revenue streams and tracking profitability.", "Your mentor dashboard receives instant updates, eliminating manual spreadsheet work. Compare individual performance against targets, generate comprehensive weekly evaluations, and identify trends across your entire student cohort.", "Built specifically for Islamic boarding schools where financial education is a core learning pillar. Support student entrepreneurship while maintaining the transparency and accountability your institution requires."]}
buttons={[{ text: "Start Free Trial", href: "/contact" }]}
useInvertedBackground={true}
showBorder={true}
@@ -137,71 +122,35 @@ export default function HomePage() {
<TestimonialCardThirteen
testimonials={[
{
id: "1",
name: "Ustadz Ahmad",
handle: "@ustadz_ahmad",
testimonial:
"This platform saved me hours every week on spreadsheet work. I can now focus on actually mentoring students rather than managing data. The real-time updates are incredible.",
rating: 5,
id: "1", name: "Ustadz Ahmad", handle: "@ustadz_ahmad", testimonial:
"This platform saved me hours every week on spreadsheet work. I can now focus on actually mentoring students rather than managing data. The real-time updates are incredible.", rating: 5,
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARYx24ErxjbYq3LVuuuYa6ofPr/professional-portrait-of-an-islamic-boar-1772559545369-7786c34f.png",
imageAlt: "Ustadz Ahmad, Islamic School Mentor",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARYx24ErxjbYq3LVuuuYa6ofPr/professional-portrait-of-an-islamic-boar-1772559545369-7786c34f.png", imageAlt: "Ustadz Ahmad, Islamic School Mentor"},
{
id: "2",
name: "Putri Nurhaliza",
handle: "@putri_santri",
testimonial:
"As a student, I love how easy it is to track my business progress. I can see my growth immediately and Ustadz can give me better feedback. It makes financial education real and practical.",
rating: 5,
id: "2", name: "Putri Nurhaliza", handle: "@putri_santri", testimonial:
"As a student, I love how easy it is to track my business progress. I can see my growth immediately and Ustadz can give me better feedback. It makes financial education real and practical.", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-pretty-mulatto-woman-with-trendy-make-up-standing-with-arms-crossed-office-indoor-photo-female-black-employee-posing-with-international-colleagues-gently-smile_197531-3788.jpg?_wi=1",
imageAlt: "Putri Nurhaliza, Student Entrepreneur",
},
"http://img.b2bpic.net/free-photo/close-up-portrait-pretty-mulatto-woman-with-trendy-make-up-standing-with-arms-crossed-office-indoor-photo-female-black-employee-posing-with-international-colleagues-gently-smile_197531-3788.jpg?_wi=1", imageAlt: "Putri Nurhaliza, Student Entrepreneur"},
{
id: "3",
name: "Ibu Siti",
handle: "@ibu_siti",
testimonial:
"Managing 50+ students' finances was impossible with spreadsheets. Now I have instant visibility into everyone's progress. The evaluation reports are detailed and actionable.",
rating: 5,
id: "3", name: "Ibu Siti", handle: "@ibu_siti", testimonial:
"Managing 50+ students' finances was impossible with spreadsheets. Now I have instant visibility into everyone's progress. The evaluation reports are detailed and actionable.", rating: 5,
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARYx24ErxjbYq3LVuuuYa6ofPr/professional-portrait-of-a-school-admini-1772559545133-0d88ac9c.png?_wi=1",
imageAlt: "Ibu Siti, School Administrator",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARYx24ErxjbYq3LVuuuYa6ofPr/professional-portrait-of-a-school-admini-1772559545133-0d88ac9c.png?_wi=1", imageAlt: "Ibu Siti, School Administrator"},
{
id: "4",
name: "Bapak Hasan",
handle: "@bapak_hasan",
testimonial:
"Our school's financial education program has transformed. Students are more engaged, data is accurate, and mentors have better tools. Highly recommended!",
rating: 5,
id: "4", name: "Bapak Hasan", handle: "@bapak_hasan", testimonial:
"Our school's financial education program has transformed. Students are more engaged, data is accurate, and mentors have better tools. Highly recommended!", rating: 5,
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARYx24ErxjbYq3LVuuuYa6ofPr/warm-portrait-of-a-parent-or-family-memb-1772559548943-eadb3474.png",
imageAlt: "Bapak Hasan, School Director",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARYx24ErxjbYq3LVuuuYa6ofPr/warm-portrait-of-a-parent-or-family-memb-1772559548943-eadb3474.png", imageAlt: "Bapak Hasan, School Director"},
{
id: "5",
name: "Rahman",
handle: "@rahman_business",
testimonial:
"The platform helped me understand my business better. I can compare my different ventures and see which one is most profitable. Transparency changed my approach.",
rating: 5,
id: "5", name: "Rahman", handle: "@rahman_business", testimonial:
"The platform helped me understand my business better. I can compare my different ventures and see which one is most profitable. Transparency changed my approach.", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-pretty-mulatto-woman-with-trendy-make-up-standing-with-arms-crossed-office-indoor-photo-female-black-employee-posing-with-international-colleagues-gently-smile_197531-3788.jpg?_wi=2",
imageAlt: "Rahman, Student",
},
"http://img.b2bpic.net/free-photo/close-up-portrait-pretty-mulatto-woman-with-trendy-make-up-standing-with-arms-crossed-office-indoor-photo-female-black-employee-posing-with-international-colleagues-gently-smile_197531-3788.jpg?_wi=2", imageAlt: "Rahman, Student"},
{
id: "6",
name: "Rina Wijaya",
handle: "@rina_wijaya",
testimonial:
"Implementation was smooth and the support team is responsive. We were tracking student finances within a day. This is essential infrastructure for any boarding school.",
rating: 5,
id: "6", name: "Rina Wijaya", handle: "@rina_wijaya", testimonial:
"Implementation was smooth and the support team is responsive. We were tracking student finances within a day. This is essential infrastructure for any boarding school.", rating: 5,
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARYx24ErxjbYq3LVuuuYa6ofPr/professional-portrait-of-a-school-admini-1772559545133-0d88ac9c.png?_wi=2",
imageAlt: "Rina Wijaya, Finance Director",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARYx24ErxjbYq3LVuuuYa6ofPr/professional-portrait-of-a-school-admini-1772559545133-0d88ac9c.png?_wi=2", imageAlt: "Rina Wijaya, Finance Director"},
]}
showRating={true}
carouselMode="buttons"
@@ -220,41 +169,23 @@ export default function HomePage() {
<FaqBase
faqs={[
{
id: "1",
title: "How does the real-time synchronization work?",
content:
"When a student enters or updates business data in their portal, the system automatically sends this information to the mentor dashboard. Updates appear instantly without any manual intervention or time delay. All data is encrypted and stored securely.",
},
id: "1", title: "How does the real-time synchronization work?", content:
"When a student enters or updates business data in their portal, the system automatically sends this information to the mentor dashboard. Updates appear instantly without any manual intervention or time delay. All data is encrypted and stored securely."},
{
id: "2",
title: "Can students track multiple businesses?",
content:
"Yes, absolutely. Each student can create profiles for different business ventures (selling, trading, services, etc.). The system aggregates revenue from all businesses and shows individual performance for each venture. This helps students understand which businesses are most profitable.",
},
id: "2", title: "Can students track multiple businesses?", content:
"Yes, absolutely. Each student can create profiles for different business ventures (selling, trading, services, etc.). The system aggregates revenue from all businesses and shows individual performance for each venture. This helps students understand which businesses are most profitable."},
{
id: "3",
title: "What does the weekly evaluation report include?",
content:
"Reports show total revenue per student, performance by business category, comparison against set targets, growth trends, and individual recommendations. Mentors can customize report parameters and export data for further analysis or presentations.",
},
id: "3", title: "What does the weekly evaluation report include?", content:
"Reports show total revenue per student, performance by business category, comparison against set targets, growth trends, and individual recommendations. Mentors can customize report parameters and export data for further analysis or presentations."},
{
id: "4",
title: "Is the platform mobile-friendly?",
content:
"Yes, the student portal is fully responsive and works on phones, tablets, and desktop computers. Students can update their business data on-the-go using their mobile devices, which is perfect for busy school environments.",
},
id: "4", title: "Is the platform mobile-friendly?", content:
"Yes, the student portal is fully responsive and works on phones, tablets, and desktop computers. Students can update their business data on-the-go using their mobile devices, which is perfect for busy school environments."},
{
id: "5",
title: "How secure is student and financial data?",
content:
"We use enterprise-grade encryption, regular security audits, and comply with international data protection standards. Access controls ensure only authorized mentors can view specific student data. All transactions are logged for compliance and accountability.",
},
id: "5", title: "How secure is student and financial data?", content:
"We use enterprise-grade encryption, regular security audits, and comply with international data protection standards. Access controls ensure only authorized mentors can view specific student data. All transactions are logged for compliance and accountability."},
{
id: "6",
title: "What's included in the pricing plans?",
content:
"We offer flexible pricing based on number of students and schools. Each plan includes the core platform, student portal, mentor dashboard, automated reports, and email support. Premium plans include custom training and dedicated account management.",
},
id: "6", title: "What's included in the pricing plans?", content:
"We offer flexible pricing based on number of students and schools. Each plan includes the core platform, student portal, mentor dashboard, automated reports, and email support. Premium plans include custom training and dedicated account management."},
]}
title="Frequently Asked Questions"
description="Get answers to common questions about Santri Finance implementation and usage"
@@ -339,4 +270,4 @@ export default function HomePage() {
</footer>
</ThemeProvider>
);
}
}