From e2c98e776f25dc63f5b01f23d8c8ce205c1614e8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 08:06:54 +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 62185eb..6f19b9a 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} @@ -65,7 +65,7 @@ export default function HomePage() { 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", + imageSrc: "http://img.b2bpic.net/free-photo/files-index-content-details-document-archives-concept_53876-133676.jpg?_wi=2", imageAlt: "Outward Register" }, { @@ -86,7 +86,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", + imageSrc: "http://img.b2bpic.net/free-photo/human-resource-hiring-recruiter-select-career-concept_53876-21141.jpg?_wi=2", imageAlt: "Data Management" } ]} @@ -128,7 +128,7 @@ export default function HomePage() { 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