diff --git a/src/app/page.tsx b/src/app/page.tsx index 668e2a7..9fdaf9f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,6 +54,9 @@ export default function LandingPage() { variant: "gradient-bars"}} 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" } + ]} testimonials={[ { name: "Dr. Sarah Chen", handle: "@schen_econ", testimonial: "The precision and hourly refresh rate are unparalleled for my research.", rating: 5, @@ -276,4 +279,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file