From 554ced5d09ddbf3da9fd499a7e40dfb40553485f Mon Sep 17 00:00:00 2001 From: v0 Date: Mon, 6 Oct 2025 23:59:22 +0000 Subject: [PATCH] feat: relocate tagline to footer Remove hero badge and add to footer as tagline. #VERCEL_SKIP Co-authored-by: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com> --- app/globals.css | 14 +++++++------- components/content-section.tsx | 2 +- components/footer.tsx | 5 +++++ components/hero-section.tsx | 9 ++------- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/app/globals.css b/app/globals.css index a69d71a..484be56 100644 --- a/app/globals.css +++ b/app/globals.css @@ -6,11 +6,11 @@ :root { /* Updated to vibrant green color palette inspired by mycelial networks, forest growth, and living ecosystems */ --background: oklch(0.98 0.01 145); - --foreground: oklch(0.2 0.03 155); + --foreground: oklch(0.15 0.04 155); --card: oklch(0.99 0.005 145); - --card-foreground: oklch(0.2 0.03 155); + --card-foreground: oklch(0.15 0.04 155); --popover: oklch(0.99 0.005 145); - --popover-foreground: oklch(0.2 0.03 155); + --popover-foreground: oklch(0.15 0.04 155); /* Primary: Vibrant emerald green (living mycelium) */ --primary: oklch(0.55 0.18 155); --primary-foreground: oklch(0.99 0.005 145); @@ -18,10 +18,10 @@ --secondary: oklch(0.45 0.12 145); --secondary-foreground: oklch(0.99 0.005 145); --muted: oklch(0.92 0.02 145); - --muted-foreground: oklch(0.5 0.03 155); + --muted-foreground: oklch(0.35 0.04 155); /* Accent: Bright lime green (new growth) */ --accent: oklch(0.72 0.2 135); - --accent-foreground: oklch(0.2 0.03 155); + --accent-foreground: oklch(0.15 0.04 155); --destructive: oklch(0.577 0.245 27.325); --destructive-foreground: oklch(0.99 0.005 145); --border: oklch(0.85 0.03 145); @@ -34,11 +34,11 @@ --chart-5: oklch(0.6 0.14 140); --radius: 0.625rem; --sidebar: oklch(0.98 0.01 145); - --sidebar-foreground: oklch(0.2 0.03 155); + --sidebar-foreground: oklch(0.15 0.04 155); --sidebar-primary: oklch(0.55 0.18 155); --sidebar-primary-foreground: oklch(0.99 0.005 145); --sidebar-accent: oklch(0.92 0.02 145); - --sidebar-accent-foreground: oklch(0.2 0.03 155); + --sidebar-accent-foreground: oklch(0.15 0.04 155); --sidebar-border: oklch(0.85 0.03 145); --sidebar-ring: oklch(0.55 0.18 155); } diff --git a/components/content-section.tsx b/components/content-section.tsx index a02e04f..dabbe05 100644 --- a/components/content-section.tsx +++ b/components/content-section.tsx @@ -4,7 +4,7 @@ import Image from "next/image" export function ContentSection() { return (
-
+
diff --git a/components/footer.tsx b/components/footer.tsx index 7a945dd..35f9b49 100644 --- a/components/footer.tsx +++ b/components/footer.tsx @@ -1,4 +1,5 @@ import Link from "next/link" +import { Sprout } from "lucide-react" export function Footer() { return ( @@ -9,6 +10,10 @@ export function Footer() {
MycoFi
+
+ + Regenerative Economics for a Living Future +

Exploring regenerative economic systems inspired by mycelial networks and nature's resource allocation algorithms. diff --git a/components/hero-section.tsx b/components/hero-section.tsx index 4bd96ac..9d3d443 100644 --- a/components/hero-section.tsx +++ b/components/hero-section.tsx @@ -6,21 +6,16 @@ import Image from "next/image" export function HeroSection() { return (

-
+
-
+
-
- - Regenerative Economics for a Living Future -
-