Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-15 20:12:25 +00:00

View File

@@ -169,19 +169,20 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
tag="Most Popular"
plans={[
{
id: "basic", title: "Free Climb", price: "$0", period: "/life", features: [
"Access to Day 1", "Community Forum", "Daily Verse"],
button: {
text: "Start Free"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7753r5", imageAlt: "tech company logo minimalist"},
{
id: "pro", title: "Summit Path", price: "$29", period: "/year", features: [
"Full 7-Day Journey", "Expert Mentorship", "Offline Audio", "Printable Workbooks"],
button: {
text: "Start Journey"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zm4p2s&_wi=2", imageAlt: "tech company logo minimalist"},
{
id: "basic", title: "Free Climb", price: "$0", period: "/life", features: [
"Access to Day 1", "Community Forum", "Daily Verse"],
button: {
text: "Start Free"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7753r5", imageAlt: "tech company logo minimalist"},
]}
title="Begin the Climb"
description="Choose the membership that fits your dedication."
@@ -229,4 +230,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}