6 Commits

Author SHA1 Message Date
b353b5e462 Update src/app/page.tsx 2026-04-15 20:13:26 +00:00
dfa69febe8 Merge version_2 into main
Merge version_2 into main
2026-04-15 20:12:25 +00:00
c6e130953b Update src/app/page.tsx 2026-04-15 20:12:22 +00:00
a4533f61de Merge version_1 into main
Merge version_1 into main
2026-04-15 20:11:35 +00:00
9ff5089d43 Merge version_1 into main
Merge version_1 into main
2026-04-15 20:11:11 +00:00
da8462c572 Merge version_1 into main
Merge version_1 into main
2026-04-15 20:10:37 +00:00

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
<HeroBillboard
background={{
variant: "sparkles-gradient"}}
title="Conquer Your Mountain"
title="Master Your Discipline: The 7-Day Biblical Ascent"
description="A 7-day biblical journey designed to strengthen your walk, sharpen your discipline, and build a stronger foundation as a man of God."
buttons={[
{
@@ -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>
);
}
}