Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-26 01:32:09 +00:00

View File

@@ -136,7 +136,7 @@ export default function LandingPage() {
<FeatureCardOne
animationType="slide-up"
textboxLayout="default"
gridVariant="four-items-2x2-equal-grid"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
features={[
{
@@ -154,13 +154,13 @@ export default function LandingPage() {
{
title: "Performance Tracking & Insights",
description: "Monitor your progress with deep analytics. Understand your strengths, pinpoint weaknesses, and see your improvement over time.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSi1HawugojKOoKCtaZWrQZnGB/an-icon-representing-performance-trackin-1774488696656-efb499eb.png?_wi=1",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSi1HawugojKOoKCtaZWrQZnGB/an-icon-representing-performance-trackin-1774488696656-efb499eb.png",
imageAlt: "Icon representing performance tracking",
},
{
title: "Targeted Practice Delivery",
description: "Based on your performance, our AI intelligently delivers personalized practice exercises where you need them most for maximum efficiency.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSi1HawugojKOoKCtaZWrQZnGB/an-icon-representing-performance-trackin-1774488696656-efb499eb.png?_wi=2",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSi1HawugojKOoKCtaZWrQZnGB/an-icon-representing-performance-trackin-1774488696656-efb499eb.png",
imageAlt: "Icon representing targeted practice",
},
]}