Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-03-02 17:55:14 +00:00

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="medium"
sizing="largeSmallSizeMediumTitles"
background="grid"
background="circleGradient"
cardStyle="gradient-mesh"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="radial-glow"
@@ -45,14 +45,14 @@ export default function LandingPage() {
<HeroLogoBillboardSplit
logoText="SmartRevise"
description="Forget 70% in 24 hours? Not anymore. Our AI-powered revision scheduler automatically adapts to your learning pace using spaced repetition science. Study smarter, not harder."
background={{ variant: "grid" }}
background={{ variant: "radial-gradient" }}
buttons={[
{ text: "Start Free Trial", href: "#contact" },
{ text: "Watch Demo", href: "#features" }
]}
buttonAnimation="slide-up"
layoutOrder="default"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOqDGfQQ72fNsFkmrJPznJd4wh/a-modern-clean-learning-dashboard-interf-1772473941840-5763371c.png?_wi=1"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOqDGfQQ72fNsFkmrJPznJd4wh/a-modern-clean-learning-dashboard-interf-1772473941840-5763371c.png"
imageAlt="SmartRevise dashboard showing spaced repetition scheduler"
mediaAnimation="blur-reveal"
frameStyle="browser"
@@ -67,7 +67,7 @@ export default function LandingPage() {
description="Students face the forgetting curve"
subdescription="Without strategic revision, knowledge slips away"
icon={Brain}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOqDGfQQ72fNsFkmrJPznJd4wh/a-mobile-phone-screen-mockup-showing-a-s-1772473942313-193fe470.png?_wi=1"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOqDGfQQ72fNsFkmrJPznJd4wh/a-mobile-phone-screen-mockup-showing-a-s-1772473942313-193fe470.png"
imageAlt="Study progress tracking showing forgetting curve"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -94,19 +94,19 @@ export default function LandingPage() {
{
id: 2,
title: "Automatic Spaced Repetition", description: "Our AI analyzes the forgetting curve and automatically schedules your revisions at the optimal moment—just before you'd forget. No manual planning needed.", phoneOne: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOqDGfQQ72fNsFkmrJPznJd4wh/a-detailed-revision-scheduler-interface--1772473944145-fa2f55de.png?_wi=1"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOqDGfQQ72fNsFkmrJPznJd4wh/a-detailed-revision-scheduler-interface--1772473944145-fa2f55de.png"
},
phoneTwo: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOqDGfQQ72fNsFkmrJPznJd4wh/a-mobile-phone-screen-mockup-showing-a-s-1772473942313-193fe470.png?_wi=2"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOqDGfQQ72fNsFkmrJPznJd4wh/a-mobile-phone-screen-mockup-showing-a-s-1772473942313-193fe470.png"
}
},
{
id: 3,
title: "Personalized Learning Path", description: "Adapt to your unique learning speed. The system adjusts difficulty, frequency, and scheduling based on your performance and retention patterns.", phoneOne: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOqDGfQQ72fNsFkmrJPznJd4wh/a-modern-clean-learning-dashboard-interf-1772473941840-5763371c.png?_wi=2"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOqDGfQQ72fNsFkmrJPznJd4wh/a-modern-clean-learning-dashboard-interf-1772473941840-5763371c.png"
},
phoneTwo: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOqDGfQQ72fNsFkmrJPznJd4wh/a-detailed-revision-scheduler-interface--1772473944145-fa2f55de.png?_wi=2"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOqDGfQQ72fNsFkmrJPznJd4wh/a-detailed-revision-scheduler-interface--1772473944145-fa2f55de.png"
}
}
]}