From 6e88363afc5233aa639a9747b33f5a3142fd09d8 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 17:06:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ab01932..bd3e48d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -90,7 +90,7 @@ export default function LandingPage() { { text: "Learn More", href: "#features" } ]} buttonAnimation="slide-up" - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa2cXa2LmffEQPZIIbrTZKfaRM/a-minimalist-goal-setting-interface-show-1772816612158-754ad6ed.png" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa2cXa2LmffEQPZIIbrTZKfaRM/a-minimalist-goal-setting-interface-show-1772816612158-754ad6ed.png?_wi=1" imageAlt="Study Goals Interface" mediaAnimation="slide-up" imagePosition="left" @@ -108,16 +108,16 @@ export default function LandingPage() { tagAnimation="slide-up" features={[ { - id: "1", title: "Analytics Dashboard", description: "Beautiful charts and graphs showing your study patterns, progress over time, and insights into your learning habits.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa2cXa2LmffEQPZIIbrTZKfaRM/a-beautiful-analytics-chart-showing-stud-1772816612258-201eaefb.png", imageAlt: "Analytics Dashboard" + id: "1", title: "Analytics Dashboard", description: "Beautiful charts and graphs showing your study patterns, progress over time, and insights into your learning habits.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa2cXa2LmffEQPZIIbrTZKfaRM/a-beautiful-analytics-chart-showing-stud-1772816612258-201eaefb.png?_wi=1", imageAlt: "Analytics Dashboard" }, { id: "2", title: "Focus Timer", description: "Integrated Pomodoro timer with customizable sessions. Stay focused, track study sessions, and take mindful breaks.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa2cXa2LmffEQPZIIbrTZKfaRM/a-pomodoro-style-timer-interface-with-a--1772816612951-2d5d5e2e.png", imageAlt: "Focus Timer" }, { - id: "3", title: "Goal Tracking", description: "Set daily study goals, track completion rates, and celebrate milestones. Visual progress indicators keep you motivated.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa2cXa2LmffEQPZIIbrTZKfaRM/a-minimalist-goal-setting-interface-show-1772816612158-754ad6ed.png", imageAlt: "Goal Tracking" + id: "3", title: "Goal Tracking", description: "Set daily study goals, track completion rates, and celebrate milestones. Visual progress indicators keep you motivated.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa2cXa2LmffEQPZIIbrTZKfaRM/a-minimalist-goal-setting-interface-show-1772816612158-754ad6ed.png?_wi=2", imageAlt: "Goal Tracking" }, { - id: "4", title: "Subject Management", description: "Organize your studies by subject. Track time spent on each topic and optimize your study schedule for better balance.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa2cXa2LmffEQPZIIbrTZKfaRM/a-beautiful-analytics-chart-showing-stud-1772816612258-201eaefb.png", imageAlt: "Subject Management" + id: "4", title: "Subject Management", description: "Organize your studies by subject. Track time spent on each topic and optimize your study schedule for better balance.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa2cXa2LmffEQPZIIbrTZKfaRM/a-beautiful-analytics-chart-showing-stud-1772816612258-201eaefb.png?_wi=2", imageAlt: "Subject Management" } ]} gridVariant="four-items-2x2-equal-grid" -- 2.49.1