From 03f51e0c0f87c1147ff547e04a89a355d8c01a54 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 16:27:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9fdaf9f..e3f9170 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,8 @@ export default function LandingPage() { title="Global Economics, Real-Time." description="Stay ahead of global market shifts with our automated, hourly economic intelligence platform." buttons={[ - { text: "Get Started Now", href: "#contact" } + { text: "Get Started Now", href: "#contact" }, + { text: "Learn How", href: "#about" } ]} testimonials={[ { @@ -144,7 +145,7 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1