Update src/app/page.tsx

This commit is contained in:
2026-04-03 17:51:01 +00:00
parent 65a86cd7d3
commit cb0d30cda0

View File

@@ -80,7 +80,7 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1", value: "10,000+", title: "Active Hearts", description: "Connecting the globe.", imageSrc: "http://img.b2bpic.net/free-photo/dry-multicolor-powder-table_23-2147964234.jpg"},
id: "m1", value: "10,000+", title: "Active Hearts", description: "Connecting the globe.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BrDG8lQ1BxX5GtgxKo80Aofjoh/uploaded-1775238644684-bimvn3eh.png"},
]}
title="World Pulse"
description="Global connectivity, mapped in golden light."
@@ -136,4 +136,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}