Update src/app/features/page.tsx

This commit is contained in:
2026-03-05 12:57:15 +00:00
parent 283d2b75a5
commit 01a528a10e

View File

@@ -44,23 +44,23 @@ export default function FeaturesPage() {
tag="All Features"
features={[
{
title: "Member Management Module", description: "Complete member database with add, edit, delete, and search capabilities. Store member ID, name, father's name, route assignment, phone number, and contact information. Track member status and maintain comprehensive member profiles.", imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-inspectors-solving-crimes_482257-75331.jpg", imageAlt: "Member management interface"},
title: "Member Management Module", description: "Complete member database with add, edit, delete, and search capabilities. Store member ID, name, father's name, route assignment, phone number, and contact information. Track member status and maintain comprehensive member profiles.", imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-inspectors-solving-crimes_482257-75331.jpg?_wi=2", imageAlt: "Member management interface"},
{
title: "Route Management System", description: "Organize and manage collection routes (Vadakku Theru, Munchirai, Main Road, etc.). Assign members to routes, track route-wise collections, and optimize collection efficiency. View all members assigned to each route at a glance.", imageSrc: "http://img.b2bpic.net/free-photo/map-car_1160-57.jpg", imageAlt: "Route management map interface"},
title: "Route Management System", description: "Organize and manage collection routes (Vadakku Theru, Munchirai, Main Road, etc.). Assign members to routes, track route-wise collections, and optimize collection efficiency. View all members assigned to each route at a glance.", imageSrc: "http://img.b2bpic.net/free-photo/map-car_1160-57.jpg?_wi=2", imageAlt: "Route management map interface"},
{
title: "Monthly Santha Collection Tracker", description: "Digital Santha Book with Excel-style interface. Record monthly payments, automatically calculate running totals, and maintain complete payment history. Formula: New Total = Previous Total + Current Payment. Filter by member, route, or month.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-hands-using-computer-laptop-with-screen-showing-analysis-data_53876-23014.jpg", imageAlt: "Collection tracking spreadsheet view"},
title: "Monthly Santha Collection Tracker", description: "Digital Santha Book with Excel-style interface. Record monthly payments, automatically calculate running totals, and maintain complete payment history. Formula: New Total = Previous Total + Current Payment. Filter by member, route, or month.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-hands-using-computer-laptop-with-screen-showing-analysis-data_53876-23014.jpg?_wi=3", imageAlt: "Collection tracking spreadsheet view"},
{
title: "Data Entry Interface", description: "User-friendly data entry forms for recording member information and monthly collections. Validate data on entry, prevent duplicates, and maintain data integrity. Support for bulk import/export to Excel for easy data management.", imageSrc: "http://img.b2bpic.net/free-photo/woman-using-laptop-online-home-office_1163-1965.jpg", imageAlt: "Data entry interface"},
{
title: "Automated Report Generation", description: "Generate professional A4 reports instantly: Monthly Collection Summary, Route-wise Collection Report, Member Payment History, Outstanding Payment List, Year-to-date Analytics, and Treasurer's Report. All reports include detailed breakdowns and totals.", imageSrc: "http://img.b2bpic.net/free-photo/woman-using-printer-office_23-2149456980.jpg", imageAlt: "Sample A4 report format"},
title: "Automated Report Generation", description: "Generate professional A4 reports instantly: Monthly Collection Summary, Route-wise Collection Report, Member Payment History, Outstanding Payment List, Year-to-date Analytics, and Treasurer's Report. All reports include detailed breakdowns and totals.", imageSrc: "http://img.b2bpic.net/free-photo/woman-using-printer-office_23-2149456980.jpg?_wi=2", imageAlt: "Sample A4 report format"},
{
title: "Smart Print System", description: "Print reports directly to Bluetooth or WiFi-connected printers. Download reports as PDF files for archival and email distribution. Maintain audit trail of all printed reports. Configure printer settings and print quality options.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-robotic-vacuum_23-2151108325.jpg", imageAlt: "Printer connectivity options"},
title: "Smart Print System", description: "Print reports directly to Bluetooth or WiFi-connected printers. Download reports as PDF files for archival and email distribution. Maintain audit trail of all printed reports. Configure printer settings and print quality options.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-robotic-vacuum_23-2151108325.jpg?_wi=2", imageAlt: "Printer connectivity options"},
{
title: "AI Assistant", description: "Ask questions in natural language about member payments, collection reports, and organization data. Get instant answers: 'How much did Santhiya pay?', 'Show February collection', 'Total for Vadakku Theru route', 'Who didn't pay this month?'. AI reads database for accurate responses.", imageSrc: "http://img.b2bpic.net/free-vector/blubot-landing-page-template_52683-2416.jpg?_wi=2", imageAlt: "AI assistant chat interface"},
{
title: "Admin Dashboard", description: "Executive dashboard showing key metrics: total members, total collections, average contribution, route performance, and payment status. Real-time analytics and visualizations. Quick actions for common tasks and alerts for pending items.", imageSrc: "http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg", imageAlt: "Dashboard interface showing metrics"},
title: "Admin Dashboard", description: "Executive dashboard showing key metrics: total members, total collections, average contribution, route performance, and payment status. Real-time analytics and visualizations. Quick actions for common tasks and alerts for pending items.", imageSrc: "http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg?_wi=2", imageAlt: "Dashboard interface showing metrics"},
{
title: "Admin Login with Role-based Access", description: "Secure authentication system with role-based access control. Roles: Administrator (full access), Treasurer (financial management), Data Entry Operator (member and collection data), and Viewer (read-only reports). Activity logs track all user actions.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-code-laptop-screen-server-hub-employees-reading-paperwork_482257-122503.jpg", imageAlt: "Secure admin login interface"},
title: "Admin Login with Role-based Access", description: "Secure authentication system with role-based access control. Roles: Administrator (full access), Treasurer (financial management), Data Entry Operator (member and collection data), and Viewer (read-only reports). Activity logs track all user actions.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-code-laptop-screen-server-hub-employees-reading-paperwork_482257-122503.jpg?_wi=2", imageAlt: "Secure admin login interface"},
]}
textboxLayout="default"
animationType="slide-up"