From a24960c20f70105169ba23090d5bd4f890448ba9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 12:47:24 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index f0bf782..b84a5e9 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -65,7 +65,7 @@ export default function AboutPage() { name: "Manikandan", role: "President", description: "Leads the organization with vision and strategic direction for community growth and digital transformation.", - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg?_wi=1", imageAlt: "Portrait of Manikandan, President", }, { @@ -81,7 +81,7 @@ export default function AboutPage() { name: "Suresh", role: "Secretary", description: "Manages administrative operations and maintains accurate records of all organizational activities and communications.", - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg?_wi=2", imageAlt: "Portrait of Suresh, Secretary", }, { @@ -89,7 +89,7 @@ export default function AboutPage() { name: "Sanjeev", role: "Vice Secretary", description: "Assists with administrative functions and supports member communication and engagement initiatives.", - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg?_wi=3", imageAlt: "Portrait of Sanjeev, Vice Secretary", }, { @@ -97,7 +97,7 @@ export default function AboutPage() { name: "Raju", role: "Treasurer", description: "Oversees financial management, collection tracking, and ensures transparency in all monetary transactions.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Portrait of Raju, Treasurer", }, { -- 2.49.1 From 0f411678d813694a6f512eabc1bb5c20e62dc353 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 12:47:24 +0000 Subject: [PATCH 2/3] Update src/app/features/page.tsx --- src/app/features/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/features/page.tsx b/src/app/features/page.tsx index 267a582..e3d6c3d 100644 --- a/src/app/features/page.tsx +++ b/src/app/features/page.tsx @@ -47,37 +47,37 @@ export default function FeaturesPage() { { title: "Member Management", description: "Add, edit, delete, and search member records. Track member IDs, names, father names, routes, and contact information in a centralized database.", - imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-inspectors-solving-crimes_482257-75331.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-inspectors-solving-crimes_482257-75331.jpg?_wi=2", imageAlt: "Member management interface", }, { title: "Monthly Collection Tracking", description: "Digital Santha Book with automatic calculations. Track payments, maintain running totals, and monitor collection progress by member and route.", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-hands-using-computer-laptop-with-screen-showing-analysis-data_53876-23014.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-hands-using-computer-laptop-with-screen-showing-analysis-data_53876-23014.jpg?_wi=2", imageAlt: "Collection tracking spreadsheet view", }, { title: "Route Management", description: "Organize members by collection routes (Vadakku Theru, Munchirai, Main Road). Assign and reassign members to routes for efficient collection management.", - imageSrc: "http://img.b2bpic.net/free-photo/map-car_1160-57.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/map-car_1160-57.jpg?_wi=2", imageAlt: "Route management map interface", }, { title: "Automated Report Generation", description: "Generate professional A4 reports instantly. Monthly collection reports, route-wise summaries, member payment history, and total collection analytics.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-using-printer-office_23-2149456980.jpg", + 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 printers. Download PDF versions for archival and email distribution to stakeholders.", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-robotic-vacuum_23-2151108325.jpg", + 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 about member payments, collection reports, and organization data. Get instant answers from your database using natural language queries.", - imageSrc: "http://img.b2bpic.net/free-vector/blubot-landing-page-template_52683-2416.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/blubot-landing-page-template_52683-2416.jpg?_wi=3", imageAlt: "AI assistant chat interface", }, ]} -- 2.49.1 From e454b35f420939d2380dcb9d56d37e7f1c90a7b8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 12:47:24 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1aff881..4a26d5f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,7 +60,7 @@ export default function HomePage() { imageAlt: "Automated report generation", }, { - imageSrc: "http://img.b2bpic.net/free-vector/blubot-landing-page-template_52683-2416.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/blubot-landing-page-template_52683-2416.jpg?_wi=1", imageAlt: "AI assistant helping with queries", }, { @@ -103,37 +103,37 @@ export default function HomePage() { { title: "Member Management", description: "Add, edit, delete, and search member records. Track member IDs, names, father names, routes, and contact information in a centralized database.", - imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-inspectors-solving-crimes_482257-75331.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-inspectors-solving-crimes_482257-75331.jpg?_wi=1", imageAlt: "Member management interface", }, { title: "Monthly Collection Tracking", description: "Digital Santha Book with automatic calculations. Track payments, maintain running totals, and monitor collection progress by member and route.", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-hands-using-computer-laptop-with-screen-showing-analysis-data_53876-23014.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-hands-using-computer-laptop-with-screen-showing-analysis-data_53876-23014.jpg?_wi=1", imageAlt: "Collection tracking spreadsheet view", }, { title: "Route Management", description: "Organize members by collection routes (Vadakku Theru, Munchirai, Main Road). Assign and reassign members to routes for efficient collection management.", - imageSrc: "http://img.b2bpic.net/free-photo/map-car_1160-57.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/map-car_1160-57.jpg?_wi=1", imageAlt: "Route management map interface", }, { title: "Automated Report Generation", description: "Generate professional A4 reports instantly. Monthly collection reports, route-wise summaries, member payment history, and total collection analytics.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-using-printer-office_23-2149456980.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-using-printer-office_23-2149456980.jpg?_wi=1", imageAlt: "Sample A4 report format", }, { title: "Smart Print System", description: "Print reports directly to Bluetooth or WiFi printers. Download PDF versions for archival and email distribution to stakeholders.", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-robotic-vacuum_23-2151108325.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-robotic-vacuum_23-2151108325.jpg?_wi=1", imageAlt: "Printer connectivity options", }, { title: "AI Assistant", description: "Ask questions about member payments, collection reports, and organization data. Get instant answers from your database using natural language queries.", - imageSrc: "http://img.b2bpic.net/free-vector/blubot-landing-page-template_52683-2416.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/blubot-landing-page-template_52683-2416.jpg?_wi=2", imageAlt: "AI assistant chat interface", }, ]} @@ -152,37 +152,37 @@ export default function HomePage() { { id: "1", name: "Santhiya", - imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=1", imageAlt: "Santhiya, VKMS member", }, { id: "2", name: "Navasree", - imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=2", imageAlt: "Navasree, VKMS member", }, { id: "3", name: "Vellamal", - imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=3", imageAlt: "Vellamal, VKMS member", }, { id: "4", name: "Saravana Perumal", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Saravana Perumal, VKMS member", }, { id: "5", name: "Gopika", - imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=4", imageAlt: "Gopika, VKMS member", }, { id: "6", name: "Gokul", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Gokul, VKMS member", }, ]} -- 2.49.1