Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-04-29 16:27:52 +00:00

View File

@@ -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() {
<FeatureCardTwentyOne
useInvertedBackground={false}
title="Intelligence Engine"
description="Our proprietary algorithms aggregate thousands of data sources every hour."
description="Our proprietary algorithms aggregate thousands of data sources every hour. To make this website your own, modify the data sources in your configuration files or update the props in the section components located in the components folder. You can also change the theme or layout in the dashboard interface."
accordionItems={[
{
id: "f1", title: "Predictive Forecasting", content: "AI models analyzing historical and real-time market behavior."},
@@ -279,4 +280,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}