From 49c0736c45ca1975a7e9fcec83d5712b81e9e5ae Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 11:49:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index c9d92fd..6b891d0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,6 +47,9 @@ export default function LandingPage() { variant: "gradient-bars"}} title="Master Your Financial Future" description="Weekly market insights, expert analysis, and comprehensive educational resources to navigate the complexities of personal finance." + buttons={[ + { text: "Get Started", href: "/learn" } + ]} testimonials={[ { name: "Alex Rivet", handle: "@alexr", testimonial: "The weekly analysis is incredibly insightful and helped me clarify my investment strategy.", rating: 5, -- 2.49.1