From cb0d30cda0c62a06c9a222765a511ce7769b2bc0 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 17:51:01 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 91b8e8e..5bdd2fd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file -- 2.49.1 From 71779875a46ddee19ac2e055cb7a5d047b56d0a7 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 17:51:02 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 08ae067..0bad487 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -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); -- 2.49.1