Update src/app/page.tsx

This commit is contained in:
2026-04-17 10:01:03 +00:00
parent d7077466bf
commit 2964553d19

View File

@@ -163,6 +163,7 @@ export default function LandingPage() {
description="Get the latest world insights and platform updates delivered directly to your inbox."
imageSrc="http://img.b2bpic.net/free-photo/modern-art-urban-skyline-atom_1127-2399.jpg"
mediaAnimation="slide-up"
buttonText="Subscribe for Daily Insights"
/>
</div>
@@ -196,4 +197,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}