diff --git a/public/images/components/Logo.jsx b/public/images/components/Logo.jsx index 2d21b69..1b354b8 100644 --- a/public/images/components/Logo.jsx +++ b/public/images/components/Logo.jsx @@ -3,36 +3,27 @@ import * as React from "react"; const SvgIcon = (props) => ( - - - - - - - - - - - - + + + + + + + + + + - + + + + + ); diff --git a/src/app/story/page.jsx b/src/app/story/page.jsx index 4aff5bc..12b373a 100644 --- a/src/app/story/page.jsx +++ b/src/app/story/page.jsx @@ -16,13 +16,12 @@ export default function OurStory() { return ( <> - + - > diff --git a/src/components/Button.jsx b/src/components/Button.jsx index 623534d..1cdcc8e 100644 --- a/src/components/Button.jsx +++ b/src/components/Button.jsx @@ -27,7 +27,7 @@ const variantStyles = { slate: 'ring-white text-white hover:text-slate-300 hover:ring-slate-300 active:bg-slate-100 active:text-slate-200 focus-visible:outline-gold-600 focus-visible:ring-slate-300', white: - 'ring-white text-white hover:ring-slate-300 active:ring-slate-200 active:text-slate-100 focus-visible:outline-white', + 'ring-bg-darkbrown text-bg-darkbrown hover:ring-primary-olive hover:text-primary-olive active:ring-primary-olive active:text-primary-olive focus-visible:outline-bg-darkbrown', }, link: { slate: diff --git a/src/components/Header.jsx b/src/components/Header.jsx index b79a823..e6ec0d4 100644 --- a/src/components/Header.jsx +++ b/src/components/Header.jsx @@ -27,7 +27,7 @@ function MobileNavIcon({ open }) { return ( + {/* Background Video - Extended to cover header */} ( - ( maskUnits="userSpaceOnUse" style={{ maskType: "luminance" }} > - + - + @@ -28,7 +28,8 @@ const SvgIcon = (props) => ( - + diff --git a/src/components/NavLink.jsx b/src/components/NavLink.jsx index 5f7fb0f..99e46f2 100644 --- a/src/components/NavLink.jsx +++ b/src/components/NavLink.jsx @@ -4,7 +4,7 @@ export function NavLink({ href, children }) { return ( {children} diff --git a/src/components/StorySticky.jsx b/src/components/StorySticky.jsx index ba9200f..9244a26 100644 --- a/src/components/StorySticky.jsx +++ b/src/components/StorySticky.jsx @@ -50,15 +50,15 @@ export default function StorySticky({ children }) { }, [children]); return ( - + {/* Mobile: render as-is */} {children} {/* Desktop: 2-col layout with sticky media */} - + {/* Sticky left media */} - + {sections.map((s, i) => (