Merge version_2 into main #3

Merged
bender merged 2 commits from version_2 into main 2026-04-03 17:51:05 +00:00
2 changed files with 9 additions and 9 deletions

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>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #fbf8f1;
--foreground: #333333;
--primary-cta: #E6B325;
--background: #f0f8ff;
--card: #ffffff;
--foreground: #1a365d;
--primary-cta: #73b7f1;
--primary-cta-text: #ffffff;
--secondary-cta: #ffffff;
--secondary-cta: #fbfcf8;
--secondary-cta-text: #333333;
--accent: #B8DDF6;
--background-accent: #FBF8F1;
--accent: #fdfaf0;
--background-accent: #e0f2fe;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);