From 2b25016a71640a6d6c489324ba555fe95e007e9d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 05:06:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bd81ce5..8cf56bc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-vector/set-back-school-cards-flat-style_23-2147847363.jpg", imageAlt: "Flashcard Generation" }, { - imageSrc: "http://img.b2bpic.net/free-photo/schedule-activity-calendar-appointment-concept_53876-122362.jpg", imageAlt: "Revision Calendar" + imageSrc: "http://img.b2bpic.net/free-photo/schedule-activity-calendar-appointment-concept_53876-122362.jpg?_wi=1", imageAlt: "Revision Calendar" } ]} mediaAnimation="blur-reveal" @@ -125,7 +125,7 @@ export default function LandingPage() { { value: "4", title: "Simple Steps to Master Any Subject" }, { value: "0", title: "External API Dependencies Required" } ]} - imageSrc="http://img.b2bpic.net/free-photo/schedule-activity-calendar-appointment-concept_53876-122362.jpg" + imageSrc="http://img.b2bpic.net/free-photo/schedule-activity-calendar-appointment-concept_53876-122362.jpg?_wi=2" imageAlt="Revision Planning System" mediaAnimation="slide-up" metricsAnimation="slide-up" -- 2.49.1