From 0cf11b32fbc0acf478b7f41716196e07cdd6a726 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Sat, 7 Feb 2026 13:02:06 +0000 Subject: [PATCH] Add comprehensive content from foundation documentation Expand site from 4 to 9 sections with vision, mission pillars, 8 strategic priorities, founder bio (Michel Bauwens), investment case with Cosmo-Local Financing Facility, core values from Social Charter, and governance framework. Sticky nav with backdrop blur, updated metadata/OpenGraph. Co-Authored-By: Claude Opus 4.6 --- src/app/layout.tsx | 4 +- src/app/page.tsx | 463 +++++++++++++++++++++++++++++++++++++++------ 2 files changed, 405 insertions(+), 62 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index cd92216..b0f75ee 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -15,11 +15,11 @@ const geistMono = Geist_Mono({ export const metadata: Metadata = { title: "Cosmolocal Foundation", description: - "Bridging cosmic perspective with local action. The Cosmolocal Foundation supports projects at the intersection of global coordination and community resilience.", + "The Cosmolocal Foundation empowers communities to build localized, regenerative economies connected through global knowledge-sharing, commons-based collaboration, and decentralized governance.", openGraph: { title: "Cosmolocal Foundation", description: - "Bridging cosmic perspective with local action.", + "What is heavy should be local, and what is light should be global and shared.", url: "https://cosmolocal.world", siteName: "Cosmolocal Foundation", type: "website", diff --git a/src/app/page.tsx b/src/app/page.tsx index 33c0ff0..6655472 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,18 +2,24 @@ export default function Home() { return (
{/* Nav */} -
+