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 +}