From 4389e82f98c757cae7fe48a7281a0b0310d398e3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 00:08:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c8c06b5..42e72f0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,15 +68,15 @@ export default function LandingPage() { }, { id: 2, - title: "Drifter Profile", description: "For minds that thrive with flexible, multi-tasking approaches and visual learning stimulation.", imageSrc: "http://img.b2bpic.net/free-photo/rear-view-young-college-student-paying-attention-listening-her-online-teacher-laptop-home_662251-2487.jpg", imageAlt: "Learning modules" + title: "Drifter Profile", description: "For minds that thrive with flexible, multi-tasking approaches and visual learning stimulation.", imageSrc: "http://img.b2bpic.net/free-photo/rear-view-young-college-student-paying-attention-listening-her-online-teacher-laptop-home_662251-2487.jpg?_wi=1", imageAlt: "Learning modules" }, { id: 3, - title: "Overwhelmed Profile", description: "Get structured support, simplified pathways, and manageable content chunks tailored to reduce cognitive overload.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-coloured-envelopes-success-plan-writings-magnifying-glass-spiral-notebook-gray-sand-background_179666-19963.jpg", imageAlt: "Study hacks" + title: "Overwhelmed Profile", description: "Get structured support, simplified pathways, and manageable content chunks tailored to reduce cognitive overload.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-coloured-envelopes-success-plan-writings-magnifying-glass-spiral-notebook-gray-sand-background_179666-19963.jpg?_wi=1", imageAlt: "Study hacks" }, { id: 4, - title: "Personalized Recommendations", description: "Receive custom study hacks, learning modules, and quiz strategies based on your unique profile.", imageSrc: "http://img.b2bpic.net/free-photo/music-theory-lesson-solfeggio-using-piano-app-your-phone-educational-flashcards_169016-12347.jpg", imageAlt: "Quiz cards" + title: "Personalized Recommendations", description: "Receive custom study hacks, learning modules, and quiz strategies based on your unique profile.", imageSrc: "http://img.b2bpic.net/free-photo/music-theory-lesson-solfeggio-using-piano-app-your-phone-educational-flashcards_169016-12347.jpg?_wi=1", imageAlt: "Quiz cards" } ]} title="Your ADHD Learning Journey" @@ -93,16 +93,16 @@ export default function LandingPage() {