Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-04-17 16:01:46 +00:00

View File

@@ -50,7 +50,7 @@ export default function LandingPage() {
background={{
variant: "gradient-bars"}}
title="Master the Dark Psychology of Wealth."
description="True power in business comes from understanding the subconscious drivers of money. Decode the behavior behind the bottom line."
description="Decode the subconscious drivers of money to engineer consistent business growth and achieve a measurable 42% average conversion lift."
buttons={[
{
text: "Unlock Secrets", href: "#about"},
@@ -80,17 +80,14 @@ export default function LandingPage() {
{
id: "f1", label: "Security", title: "The Fear of Loss", items: [
"Risk mitigation", "Loss aversion traps", "Protecting assets"],
buttons: [{ text: "Secure Assets", href: "#pricing" }]
},
{
id: "f2", label: "Time", title: "Temporal Wealth", items: [
"Deferred gratification", "Future value framing", "Time-based ROI"],
buttons: [{ text: "Maximize Time", href: "#pricing" }]
},
{
id: "f3", label: "Growth", title: "Momentum Engineering", items: [
"Positive feedback loops", "Compounding psychology", "Scale mentality"],
buttons: [{ text: "Scale Growth", href: "#pricing" }]
},
]}
title="Core Psychological Pillars"
@@ -234,4 +231,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}