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