Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -54,26 +54,26 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Emma Chen", handle: "@emmastu_organized", testimonial: "This app literally changed my junior year. I went from stressed and disorganized to actually enjoying studying. My GPA improved by almost a full point.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBLnmjvGWjqjsHIlpRmS7RumKd/portrait-photo-of-a-high-school-student--1773957806197-1227c6a9.png", imageAlt: "Emma Chen"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBLnmjvGWjqjsHIlpRmS7RumKd/portrait-photo-of-a-high-school-student--1773957806197-1227c6a9.png?_wi=1", imageAlt: "Emma Chen"
|
||||
},
|
||||
{
|
||||
name: "Marcus Johnson", handle: "@mj_college24", testimonial: "As a college student balancing 5 classes, this is a lifesaver. The AI automatically adjusts my schedule when I get behind. No more all-nighters.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBLnmjvGWjqjsHIlpRmS7RumKd/portrait-photo-of-a-college-student-age--1773957805343-3e8dcedb.png", imageAlt: "Marcus Johnson"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBLnmjvGWjqjsHIlpRmS7RumKd/portrait-photo-of-a-college-student-age--1773957805343-3e8dcedb.png?_wi=1", imageAlt: "Marcus Johnson"
|
||||
},
|
||||
{
|
||||
name: "Sophia Rodriguez", handle: "@sophiar_grades", testimonial: "The anxiety is gone. I actually know what I need to do and when. Predicting my exam dates before my teachers even assign them is genius.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBLnmjvGWjqjsHIlpRmS7RumKd/portrait-photo-of-a-high-school-girl-age-1773957806236-9081fdfc.png", imageAlt: "Sophia Rodriguez"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBLnmjvGWjqjsHIlpRmS7RumKd/portrait-photo-of-a-high-school-girl-age-1773957806236-9081fdfc.png?_wi=1", imageAlt: "Sophia Rodriguez"
|
||||
},
|
||||
{
|
||||
name: "Liam O'Brien", handle: "@liamobrien_study", testimonial: "Finally, a scheduling tool that understands students. It's not just a calendar—it's like having a personal academic advisor in your pocket.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBLnmjvGWjqjsHIlpRmS7RumKd/portrait-photo-of-a-college-student-age--1773957805325-60e3ab84.png", imageAlt: "Liam O'Brien"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBLnmjvGWjqjsHIlpRmS7RumKd/portrait-photo-of-a-college-student-age--1773957805325-60e3ab84.png?_wi=1", imageAlt: "Liam O'Brien"
|
||||
}
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="blur-reveal"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBLnmjvGWjqjsHIlpRmS7RumKd/a-modern-clean-ai-powered-study-dashboar-1773957805543-66df9fe7.png"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBLnmjvGWjqjsHIlpRmS7RumKd/a-modern-clean-ai-powered-study-dashboar-1773957805543-66df9fe7.png?_wi=1"
|
||||
imageAlt="StudyFlow AI Dashboard"
|
||||
/>
|
||||
</div>
|
||||
@@ -119,27 +119,27 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Emma Chen", role: "High School Junior", company: "West Valley High", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBLnmjvGWjqjsHIlpRmS7RumKd/portrait-photo-of-a-high-school-student--1773957806197-1227c6a9.png"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBLnmjvGWjqjsHIlpRmS7RumKd/portrait-photo-of-a-high-school-student--1773957806197-1227c6a9.png?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Marcus Johnson", role: "College Sophomore", company: "State University", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBLnmjvGWjqjsHIlpRmS7RumKd/portrait-photo-of-a-college-student-age--1773957805343-3e8dcedb.png"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBLnmjvGWjqjsHIlpRmS7RumKd/portrait-photo-of-a-college-student-age--1773957805343-3e8dcedb.png?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Sophia Rodriguez", role: "High School Senior", company: "Central Academy", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBLnmjvGWjqjsHIlpRmS7RumKd/portrait-photo-of-a-high-school-girl-age-1773957806236-9081fdfc.png"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBLnmjvGWjqjsHIlpRmS7RumKd/portrait-photo-of-a-high-school-girl-age-1773957806236-9081fdfc.png?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Liam O'Brien", role: "College Junior", company: "Tech Institute", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBLnmjvGWjqjsHIlpRmS7RumKd/portrait-photo-of-a-college-student-age--1773957805325-60e3ab84.png"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBLnmjvGWjqjsHIlpRmS7RumKd/portrait-photo-of-a-college-student-age--1773957805325-60e3ab84.png?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Jasmine Patel", role: "High School Freshman", company: "Jefferson High", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBLnmjvGWjqjsHIlpRmS7RumKd/portrait-photo-of-a-high-school-student--1773957806197-1227c6a9.png"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBLnmjvGWjqjsHIlpRmS7RumKd/portrait-photo-of-a-high-school-student--1773957806197-1227c6a9.png?_wi=3"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Alex Thompson", role: "College Senior", company: "Engineering University", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBLnmjvGWjqjsHIlpRmS7RumKd/portrait-photo-of-a-college-student-age--1773957805343-3e8dcedb.png"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBLnmjvGWjqjsHIlpRmS7RumKd/portrait-photo-of-a-college-student-age--1773957805343-3e8dcedb.png?_wi=3"
|
||||
}
|
||||
]}
|
||||
kpiItems={[
|
||||
@@ -172,14 +172,14 @@ export default function LandingPage() {
|
||||
"Unlimited assignments", "AI task parsing & auto-scheduling", "Exam date prediction", "Adaptive study recommendations", "Calendar integrations (Google, Outlook)", "Priority email & chat support", "Progress analytics & insights"
|
||||
],
|
||||
button: { text: "Start Free Trial", href: "#contact" },
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBLnmjvGWjqjsHIlpRmS7RumKd/a-modern-clean-ai-powered-study-dashboar-1773957805543-66df9fe7.png", imageAlt: "Pro Dashboard"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBLnmjvGWjqjsHIlpRmS7RumKd/a-modern-clean-ai-powered-study-dashboar-1773957805543-66df9fe7.png?_wi=2", imageAlt: "Pro Dashboard"
|
||||
},
|
||||
{
|
||||
id: "premium", title: "Premium", price: "$24.99", period: "per month", features: [
|
||||
"Everything in Pro, plus:", "Family account (up to 5 students)", "Parent visibility & progress reports", "1-on-1 AI scheduling consultation", "Priority AI processing", "Advanced analytics & trend reports", "Phone support & dedicated account manager"
|
||||
],
|
||||
button: { text: "Upgrade to Premium", href: "#contact" },
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBLnmjvGWjqjsHIlpRmS7RumKd/a-modern-clean-ai-powered-study-dashboar-1773957805543-66df9fe7.png", imageAlt: "Premium Dashboard"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBLnmjvGWjqjsHIlpRmS7RumKd/a-modern-clean-ai-powered-study-dashboar-1773957805543-66df9fe7.png?_wi=3", imageAlt: "Premium Dashboard"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user