Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-29 16:16:30 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}