From 6701fc79d8a5e4a5f3306144312eae0ad7a972e5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 08:09:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f641a89..bdb8e2f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,9 +49,9 @@ export default function HomePage() { { text: "Get Started", href: "#contact" } ]} slides={[ - { imageSrc: "http://img.b2bpic.net/free-vector/gradient-dashboard-user-panel-template_23-2148370540.jpg", imageAlt: "Dashboard Overview" }, - { imageSrc: "http://img.b2bpic.net/free-photo/files-index-content-details-document-archives-concept_53876-133676.jpg", imageAlt: "Office Management" }, - { imageSrc: "http://img.b2bpic.net/free-photo/human-resource-hiring-recruiter-select-career-concept_53876-21141.jpg", imageAlt: "Staff Portal" } + { imageSrc: "http://img.b2bpic.net/free-vector/gradient-dashboard-user-panel-template_23-2148370540.jpg?_wi=1", imageAlt: "Dashboard Overview" }, + { imageSrc: "http://img.b2bpic.net/free-photo/files-index-content-details-document-archives-concept_53876-133676.jpg?_wi=1", imageAlt: "Office Management" }, + { imageSrc: "http://img.b2bpic.net/free-photo/human-resource-hiring-recruiter-select-career-concept_53876-21141.jpg?_wi=1", imageAlt: "Staff Portal" } ]} autoplayDelay={5000} showDimOverlay={true} @@ -63,7 +63,7 @@ export default function HomePage() { features={[ { id: "1", title: "Digital Outward Register - Manage all document dispatches with date, recipient, mode of delivery, and status tracking. Complete search and filter capabilities.", tags: ["Office Management", "Document Tracking"], - imageSrc: "http://img.b2bpic.net/free-photo/files-index-content-details-document-archives-concept_53876-133676.jpg", imageAlt: "Outward Register" + imageSrc: "http://img.b2bpic.net/free-photo/files-index-content-details-document-archives-concept_53876-133676.jpg?_wi=2", imageAlt: "Outward Register" }, { id: "2", title: "Staff Leave Management - Apply for leaves with type selection (Casual, Sick, Earned). Admin dashboard for approval/rejection workflow with notifications.", tags: ["HR Management", "Leave Workflow"], @@ -75,7 +75,7 @@ export default function HomePage() { }, { id: "4", title: "Office Data Masters - Centralized management of staff details, student information, academic years, semesters, departments, and subjects.", tags: ["Data Management", "Masters"], - imageSrc: "http://img.b2bpic.net/free-photo/human-resource-hiring-recruiter-select-career-concept_53876-21141.jpg", imageAlt: "Data Management" + imageSrc: "http://img.b2bpic.net/free-photo/human-resource-hiring-recruiter-select-career-concept_53876-21141.jpg?_wi=2", imageAlt: "Data Management" } ]} animationType="slide-up" @@ -108,7 +108,7 @@ export default function HomePage() { title: "Students", description: "View personal attendance records and notices (Phase 1 implementation with expandable features for Phase 2).", icon: Eye } ]} - imageSrc="http://img.b2bpic.net/free-vector/gradient-dashboard-user-panel-template_23-2148370540.jpg" + imageSrc="http://img.b2bpic.net/free-vector/gradient-dashboard-user-panel-template_23-2148370540.jpg?_wi=2" imageAlt="Role Management" mediaAnimation="slide-up" textboxLayout="default" -- 2.49.1