diff --git a/src/app/page.tsx b/src/app/page.tsx index 2307761..920030b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file