Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-17 00:20:14 +00:00

View File

@@ -21,7 +21,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="small"
sizing="medium"
background="noise"
background="circleGradient"
cardStyle="gradient-radial"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="layered"
@@ -48,7 +48,7 @@ export default function LandingPage() {
{ text: "See How It Works", href: "#about" }
]}
buttonAnimation="slide-up"
background={{ variant: "noise" }}
background={{ variant: "plain" }}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B38xFVYvaAVhihTEqV4FWw5oe5/a-modern-clean-educational-dashboard-int-1773706742856-f98cb5e9.png"
imageAlt="AI-powered learning dashboard showing personalized tutoring interface"
mediaAnimation="opacity"
@@ -71,10 +71,10 @@ export default function LandingPage() {
{
id: 1,
title: "Adaptive Content", description: "AI tailors explanations and difficulty to match your learning pace, ensuring concepts stick.", phoneOne: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B38xFVYvaAVhihTEqV4FWw5oe5/a-visual-representation-of-adaptive-lear-1773706743011-5a074f1e.png?_wi=1"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B38xFVYvaAVhihTEqV4FWw5oe5/a-visual-representation-of-adaptive-lear-1773706743011-5a074f1e.png"
},
phoneTwo: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B38xFVYvaAVhihTEqV4FWw5oe5/a-progress-tracking-dashboard-for-studen-1773706742408-edf4c50f.png?_wi=1"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B38xFVYvaAVhihTEqV4FWw5oe5/a-progress-tracking-dashboard-for-studen-1773706742408-edf4c50f.png"
}
},
{
@@ -83,16 +83,16 @@ export default function LandingPage() {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B38xFVYvaAVhihTEqV4FWw5oe5/an-interface-showing-instant-ai-powered--1773706742876-6c6e1e49.png"
},
phoneTwo: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B38xFVYvaAVhihTEqV4FWw5oe5/a-progress-tracking-dashboard-for-studen-1773706742408-edf4c50f.png?_wi=2"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B38xFVYvaAVhihTEqV4FWw5oe5/a-progress-tracking-dashboard-for-studen-1773706742408-edf4c50f.png"
}
},
{
id: 3,
title: "Progress Tracking", description: "Track improvement over time with detailed analytics, achievement badges, and personalized recommendations.", phoneOne: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B38xFVYvaAVhihTEqV4FWw5oe5/a-progress-tracking-dashboard-for-studen-1773706742408-edf4c50f.png?_wi=3"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B38xFVYvaAVhihTEqV4FWw5oe5/a-progress-tracking-dashboard-for-studen-1773706742408-edf4c50f.png"
},
phoneTwo: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B38xFVYvaAVhihTEqV4FWw5oe5/a-visual-representation-of-adaptive-lear-1773706743011-5a074f1e.png?_wi=2"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B38xFVYvaAVhihTEqV4FWw5oe5/a-visual-representation-of-adaptive-lear-1773706743011-5a074f1e.png"
}
}
]}