From f69cd99522053d8f8ccf40e554014066be94676d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 07:00:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7b574d1..31155b3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,29 +85,29 @@ export default function HomePage() { id: 1, title: "Project Stage Tracking", description: "Monitor project progression through Discovery, Requirements, Design, Development, Review, and Live stages with real-time updates and visual progress indicators.", - phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/flat-design-gantt-chart-template_23-2149319917.jpg", imageAlt: "Progress Tracker" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting_53876-25158.jpg", imageAlt: "Kanban Board" }, + phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/flat-design-gantt-chart-template_23-2149319917.jpg?_wi=1", imageAlt: "Progress Tracker" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting_53876-25158.jpg?_wi=1", imageAlt: "Kanban Board" }, }, { id: 2, title: "Kanban Board Workflow", description: "Organize tasks and deliverables in a visual kanban interface with To Do, In Progress, and Completed columns for streamlined project management.", - phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting_53876-25158.jpg", imageAlt: "Kanban Board" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/flat-design-gantt-chart-template_23-2149319917.jpg", imageAlt: "Progress Tracker" }, + phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting_53876-25158.jpg?_wi=2", imageAlt: "Kanban Board" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/flat-design-gantt-chart-template_23-2149319917.jpg?_wi=2", imageAlt: "Progress Tracker" }, }, { id: 3, title: "Change Request Management", description: "Clients can submit change requests with file attachments, track status progression, and view complete history of all modifications.", - phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-people-talking_23-2148427141.jpg", imageAlt: "Collaboration" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/user-panel-business-dashboard_23-2148359773.jpg", imageAlt: "Client Portal" }, + phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-people-talking_23-2148427141.jpg?_wi=1", imageAlt: "Collaboration" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/user-panel-business-dashboard_23-2148359773.jpg?_wi=1", imageAlt: "Client Portal" }, }, { id: 4, title: "Support Ticket System", description: "Thread-based support conversations between admin and clients with instant notifications and complete communication history.", - phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/user-panel-business-dashboard_23-2148359773.jpg", imageAlt: "Client Portal" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-people-talking_23-2148427141.jpg", imageAlt: "Collaboration" }, + phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/user-panel-business-dashboard_23-2148359773.jpg?_wi=2", imageAlt: "Client Portal" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-people-talking_23-2148427141.jpg?_wi=2", imageAlt: "Collaboration" }, }, ]} /> @@ -153,7 +153,7 @@ export default function HomePage() { icon: Smartphone, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/multi-ethnic-business-team-sitting-table-office-center-speaking-about-project-meeting-broadroom_482257-5077.jpg" + imageSrc="http://img.b2bpic.net/free-photo/multi-ethnic-business-team-sitting-table-office-center-speaking-about-project-meeting-broadroom_482257-5077.jpg?_wi=1" imageAlt="Admin Dashboard Overview" mediaAnimation="blur-reveal" /> @@ -176,14 +176,14 @@ export default function HomePage() { id: "1", name: "Admin Dashboard", price: "View all clients", - imageSrc: "http://img.b2bpic.net/free-photo/multi-ethnic-business-team-sitting-table-office-center-speaking-about-project-meeting-broadroom_482257-5077.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/multi-ethnic-business-team-sitting-table-office-center-speaking-about-project-meeting-broadroom_482257-5077.jpg?_wi=2", imageAlt: "Admin Dashboard", }, { id: "2", name: "Client Portal", price: "Track your project", - imageSrc: "http://img.b2bpic.net/free-vector/user-panel-business-dashboard_23-2148359773.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/user-panel-business-dashboard_23-2148359773.jpg?_wi=3", imageAlt: "Client Portal Dashboard", }, ]} -- 2.49.1