diff --git a/src/app/page.tsx b/src/app/page.tsx index f10e44d..c552d81 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -52,19 +44,14 @@ export default function LandingPage() {
@@ -100,26 +80,11 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "1", - 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?_wi=1", - }, + id: "1", 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"}, { - 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?_wi=2", - }, + 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"}, { - 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?_wi=3", - }, + 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"}, ]} title="Your Progress Stats" description="See your focus time, daily streaks, and skill development in one gamer-inspired dashboard." @@ -128,38 +93,21 @@ export default function LandingPage() {