From 18b7a67fa1a7d7e477668cb7ad5a4214abc11dcb Mon Sep 17 00:00:00 2001 From: Joel Brock Date: Mon, 11 May 2026 13:42:06 -0700 Subject: [PATCH] Swap inline 'Sown' SVG for the real FCI brand logo Drops the stylized SVG mark in favor of public/fci-logo.png (the official Food Co-op Initiative logo, including its wordmark). Because the logo now contains the 'Food Co-op Initiative' text, the duplicate display-font wordmark is removed; the 'Co-op Check-in' eyebrow stays as a quiet hairline divider to the right (sm+ only, hidden on mobile to keep the header tight). --- components/SiteChrome.tsx | 71 +++++++------------------------------- public/fci-logo.png | Bin 0 -> 11995 bytes 2 files changed, 13 insertions(+), 58 deletions(-) create mode 100644 public/fci-logo.png diff --git a/components/SiteChrome.tsx b/components/SiteChrome.tsx index d8ce418..7dc12d4 100644 --- a/components/SiteChrome.tsx +++ b/components/SiteChrome.tsx @@ -1,3 +1,4 @@ +import Image from "next/image"; import Link from "next/link"; export function SiteHeader() { @@ -6,18 +7,20 @@ export function SiteHeader() {
- -
- - Food Co-op Initiative - - - Co-op Check-in - -
+ Food Co-op Initiative + + Co-op Check-in +