Update src/app/page.tsx
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user