Update src/app/habits/page.tsx

This commit is contained in:
2026-03-07 12:15:47 +00:00
parent 97a2bc2c52
commit 633ce84a8f

View File

@@ -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"