diff --git a/website/src/components/marketing/MarketingShell.tsx b/website/src/components/marketing/MarketingShell.tsx index ca1b8d48..ed9d0251 100755 --- a/website/src/components/marketing/MarketingShell.tsx +++ b/website/src/components/marketing/MarketingShell.tsx @@ -71,8 +71,8 @@ export function MarketingShell({ children, showFooter = true }: MarketingShellPr const logoClassName = isDark ? 'drop-shadow-[0_0_24px_rgba(29,55,87,0.25)]' : 'drop-shadow-[0_0_14px_rgba(209,200,191,0.18)]' const headerFrameClassName = 'h-[9.5rem] md:h-[10rem] lg:h-[10.75rem]' const headerInnerClassName = `mx-auto flex w-full max-w-7xl items-center justify-between gap-2.5 px-4 md:gap-3 md:px-5 lg:gap-4 lg:px-6 xl:gap-5 ${headerFrameClassName}` - const logoImageClassName = `block h-[4.2rem] w-auto max-w-[10.9rem] shrink-0 object-contain md:h-[4.75rem] md:max-w-[12.2rem] lg:h-[5.25rem] lg:max-w-[13.8rem] ${logoClassName}` - const logoTextClassName = 'hidden min-w-0 flex-col lg:flex' + const emblemImageClassName = `block h-[2.95rem] w-[2.95rem] shrink-0 bg-transparent object-contain sm:h-[3.25rem] sm:w-[3.25rem] md:h-[3.7rem] md:w-[3.7rem] lg:h-[4.05rem] lg:w-[4.05rem] ${logoClassName}` + const wordmarkImageClassName = `block h-[2.85rem] w-auto max-w-[12.2rem] shrink-0 bg-transparent object-contain sm:h-[3.15rem] md:h-[3.55rem] md:max-w-[13rem] lg:h-[3.9rem] lg:max-w-[14.8rem] ${logoClassName}` const homeLogoLinkClassName = 'flex min-w-0 items-center gap-3 lg:gap-3.5' const activePath = useMemo(() => { @@ -86,29 +86,6 @@ export function MarketingShell({ children, showFooter = true }: MarketingShellPr return '/' }, [location.pathname]) - const brandWordmark = ( -
-
- - {brandConfig.brandName} - - -
- - Local-first AI companion platform - -
- ) - return (
@@ -146,13 +123,19 @@ export function MarketingShell({ children, showFooter = true }: MarketingShellPr
{`${brandConfig.brandName} + {`${brandConfig.brandName} - {brandWordmark}