From 739fd89dac702d840c04eadba10fec4d29eb3cab Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 13:38:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f24faf3..6763591 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,18 +71,18 @@ export default function LandingPage() { features={[ { id: 1, - title: "Interactive Flashcards", description: "Create and study with intelligent flashcards using spaced repetition algorithms. Perfect for vocabulary, formulas, dates, and more.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/months-year-element-set_23-2149900237.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/months-year-element-set_23-2149900237.jpg" } + title: "Interactive Flashcards", description: "Create and study with intelligent flashcards using spaced repetition algorithms. Perfect for vocabulary, formulas, dates, and more.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/months-year-element-set_23-2149900237.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/months-year-element-set_23-2149900237.jpg?_wi=2" } }, { id: 2, - title: "Progress Tracking", description: "Monitor your learning journey with detailed analytics and visual progress charts. See exactly what you've mastered and where to focus.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/green-background-with-computer-digital-learning-elements_23-2147599088.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/green-background-with-computer-digital-learning-elements_23-2147599088.jpg" } + title: "Progress Tracking", description: "Monitor your learning journey with detailed analytics and visual progress charts. See exactly what you've mastered and where to focus.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/green-background-with-computer-digital-learning-elements_23-2147599088.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/green-background-with-computer-digital-learning-elements_23-2147599088.jpg?_wi=2" } }, { id: 3, - title: "Study Collaboration", description: "Share study materials, form study groups, and learn together with peers. Collaborative learning leads to better retention.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/brainstorming-training-group_1262-14804.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/brainstorming-training-group_1262-14804.jpg" } + title: "Study Collaboration", description: "Share study materials, form study groups, and learn together with peers. Collaborative learning leads to better retention.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/brainstorming-training-group_1262-14804.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/brainstorming-training-group_1262-14804.jpg?_wi=2" } } ]} showStepNumbers={true} -- 2.49.1