From e06c5762cd5b1ad19037e440137a1d413c0fdee9 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 13:37:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 92dd8e3..f24faf3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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} /> -- 2.49.1