From 633ce84a8fd156a769efb84ddbbcf17889a4bb83 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 12:15:47 +0000 Subject: [PATCH] Update src/app/habits/page.tsx --- src/app/habits/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/habits/page.tsx b/src/app/habits/page.tsx index ffa10aa..96f42d4 100644 --- a/src/app/habits/page.tsx +++ b/src/app/habits/page.tsx @@ -60,7 +60,7 @@ export default function HabitsPage() { tag="Habit Tracking" tagIcon={Zap} background={{ variant: "sparkles-gradient" }} - imageSrc="http://img.b2bpic.net/free-vector/gradient-ui-kit-collection_23-2149204204.jpg" + imageSrc="http://img.b2bpic.net/free-vector/gradient-ui-kit-collection_23-2149204204.jpg?_wi=3" imageAlt="Habit Tracker" imagePosition="right" mediaAnimation="slide-up" @@ -88,21 +88,21 @@ export default function HabitsPage() { { title: "Streak Tracking", description: "Build and maintain streaks with automatic tracking. See your longest streaks and current momentum at a glance.", - imageSrc: "http://img.b2bpic.net/free-vector/number-days-left-label-badge-sticker-design_1017-14315.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/number-days-left-label-badge-sticker-design_1017-14315.jpg?_wi=1", imageAlt: "Streak Tracking", button: { text: "Track Streaks", href: "/login" }, }, { title: "Completion Calendar", description: "Visual calendar showing your daily habit completions. Identify patterns and see your progress over weeks and months.", - imageSrc: "http://img.b2bpic.net/free-vector/gradient-holographic-infographics-element-collectio_52683-12804.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/gradient-holographic-infographics-element-collectio_52683-12804.jpg?_wi=1", imageAlt: "Completion Calendar", button: { text: "View Calendar", href: "/login" }, }, { title: "Progress Analytics", description: "Detailed analytics showing completion rates, average streaks, and habit performance metrics across all your habits.", - imageSrc: "http://img.b2bpic.net/free-vector/screens-with-different-actions_1107-7.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/screens-with-different-actions_1107-7.jpg?_wi=2", imageAlt: "Analytics", button: { text: "View Analytics", href: "/login" }, }, @@ -118,7 +118,7 @@ export default function HabitsPage() { description="Our habit tracker leverages behavioral psychology principles to help you build lasting habits. Track daily, celebrate consistency, and watch transformation happen." textboxLayout="default" useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-vector/hand-drawn-infographic-elements-collection_23-2148372808.jpg" + imageSrc="http://img.b2bpic.net/free-vector/hand-drawn-infographic-elements-collection_23-2148372808.jpg?_wi=3" imageAlt="Habit Building" imagePosition="right" mediaAnimation="slide-up"