4 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
5c536b4c7d Update src/app/page.tsx 2026-04-29 16:16:26 +00:00
a57711683d Merge version_1 into main
Merge version_1 into main
2026-04-29 16:14:42 +00:00

View File

@@ -54,6 +54,10 @@ 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" },
{ text: "Learn How", href: "#about" }
]}
testimonials={[
{
name: "Dr. Sarah Chen", handle: "@schen_econ", testimonial: "The precision and hourly refresh rate are unparalleled for my research.", rating: 5,
@@ -141,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."},