Merge version_1 into main #2
@@ -47,7 +47,7 @@ export default function LandingPage() {
|
||||
tag="Study Smarter"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Start Learning Free", href: "#contact" },
|
||||
{ text: "Learn More", href: "#features" }
|
||||
@@ -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?_wi=1" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/months-year-element-set_23-2149900237.jpg?_wi=2" }
|
||||
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" }
|
||||
},
|
||||
{
|
||||
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?_wi=1" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/green-background-with-computer-digital-learning-elements_23-2147599088.jpg?_wi=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" }
|
||||
},
|
||||
{
|
||||
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?_wi=1" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/brainstorming-training-group_1262-14804.jpg?_wi=2" }
|
||||
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" }
|
||||
}
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
@@ -169,7 +169,7 @@ export default function LandingPage() {
|
||||
{ text: "Start Free Trial", href: "https://example.com/signup" },
|
||||
{ text: "Schedule Demo", href: "https://example.com/demo" }
|
||||
]}
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user