Signin: color logo on left, road-green icon on right, black road favicon

This commit is contained in:
lorentz 2026-04-13 02:29:46 +00:00
parent e588b98127
commit e0116b0faf
4 changed files with 15 additions and 3 deletions

BIN
ondeck/public/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

View file

@ -9,7 +9,7 @@ export default function SignInPage() {
style={{ background: 'linear-gradient(160deg, #0F513F 0%, #15745a 60%, #1FA883 100%)' }}>
<div>
<Image
src="/seubert-logo.png"
src="/seubert-logo-color.png"
alt="Seubert"
width={220}
height={68}
@ -32,14 +32,23 @@ export default function SignInPage() {
{/* Right panel — form */}
<div className="flex-1 flex flex-col items-center justify-center px-6 py-12 bg-white">
<div className="w-full max-w-sm">
{/* Mobile logo */}
<div className="flex justify-center mb-8 lg:hidden">
{/* Logo — road icon on desktop, color logo on mobile */}
<div className="flex justify-center mb-8 lg:mb-10">
<Image
src="/seub-road-green.png"
alt="Seubert"
width={80}
height={80}
priority
className="hidden lg:block"
/>
<Image
src="/seubert-logo-color.png"
alt="Seubert"
width={220}
height={68}
priority
className="lg:hidden"
/>
</div>

View file

@ -17,6 +17,9 @@ const geistMono = Geist_Mono({
export const metadata: Metadata = {
title: "Horizon - Policy Renewal Workflow Management",
description: "Streamline your insurance policy renewal workflow with Horizon",
icons: {
icon: "/favicon.png",
},
};
export default function RootLayout({