From 173ca66898895b9a9e4ceff7b85ea552e8582525 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 09:02:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9741a98..70d9ba3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -126,7 +126,7 @@ export default function LandingPage() { id: "basic", badge: "Starter", badgeIcon: Zap, price: "Free", subtitle: "Perfect for beginners", buttons: [ { text: "Get Started", href: "https://app.invest.example.com" }, - { text: "Learn More", href: "#" }, + { text: "Learn More", href: "#features" }, ], features: [ "Up to 5 tracked investments", "Basic market data", "Mobile app access", "Email support"],