2 Commits

Author SHA1 Message Date
03f51e0c0f Update src/app/page.tsx 2026-04-29 16:27:49 +00:00
04025e5cb7 Merge version_2 into main
Merge version_2 into main
2026-04-29 16:16:30 +00:00

View File

@@ -55,7 +55,8 @@ export default function LandingPage() {
title="Global Economics, Real-Time." title="Global Economics, Real-Time."
description="Stay ahead of global market shifts with our automated, hourly economic intelligence platform." description="Stay ahead of global market shifts with our automated, hourly economic intelligence platform."
buttons={[ buttons={[
{ text: "Get Started Now", href: "#contact" } { text: "Get Started Now", href: "#contact" },
{ text: "Learn How", href: "#about" }
]} ]}
testimonials={[ testimonials={[
{ {
@@ -144,7 +145,7 @@ export default function LandingPage() {
<FeatureCardTwentyOne <FeatureCardTwentyOne
useInvertedBackground={false} useInvertedBackground={false}
title="Intelligence Engine" 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={[ accordionItems={[
{ {
id: "f1", title: "Predictive Forecasting", content: "AI models analyzing historical and real-time market behavior."}, id: "f1", title: "Predictive Forecasting", content: "AI models analyzing historical and real-time market behavior."},
@@ -279,4 +280,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }