From 21cf8a2e2f64c8a38ccbca7f207ed593a911aa64 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 06:44:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7f4507c..f10e44d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -104,21 +104,21 @@ export default function LandingPage() { value: "124h", title: "Focus Time", description: "Total deep work hours logged", - imageSrc: "http://img.b2bpic.net/free-photo/computer-dark-room-with-graphs-screen_169016-48896.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/computer-dark-room-with-graphs-screen_169016-48896.jpg?_wi=1", }, { id: "2", value: "45", title: "Daily Streak", description: "Consecutive days hitting targets", - imageSrc: "http://img.b2bpic.net/free-photo/computer-dark-room-with-graphs-screen_169016-48896.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/computer-dark-room-with-graphs-screen_169016-48896.jpg?_wi=2", }, { id: "3", value: "89%", title: "Productivity", description: "Avg daily efficiency score", - imageSrc: "http://img.b2bpic.net/free-photo/computer-dark-room-with-graphs-screen_169016-48896.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/computer-dark-room-with-graphs-screen_169016-48896.jpg?_wi=3", }, ]} title="Your Progress Stats" -- 2.49.1