LastTime Branding

by BentLo Labs

Brand colors: Gunmetal (#2a3439) - Ivory (#fffff0)

Full Logo

With Byline (Default)
LastTime

by BentLo Labs

Without Byline
LastTime

Compact Logo (Offset L/T)

LT

Large (80px)

LT

Medium (64px)

LT

Small (48px)

LT

Tiny (32px)

Icon Only

LT

96px

LT

64px

LT

48px

LT

32px

LT

24px

LT

16px

Wordmark

Dark Theme (Default)
LASTTIME

by BentLo Labs

Light Theme
LASTTIME

by BentLo Labs

Without Byline
LASTTIME

Usage Examples

Navigation Header
LT
LASTTIME
Landing Page Hero
LastTime

by BentLo Labs

Track what matters. Remember when it happened.

Mobile App Icon
LT

iOS/Android app icon

Offset L/T design for brand recognition

Color Palette

Gunmetal
#2a3439
Background
Ivory
#fffff0
Text/Logo
Amber
#F59E0B
Accent (CTA)
Emerald
#10B981
Success

Typography

LASTTIMELarge L and T (emphasis on key letters)

Primary Font: Inter (Bold 700-800)

Letter Spacing: Tight for L/T (-0.05em), Normal for other letters (0.02em)

Case: All caps for brand consistency

Component Usage

// Full logo with byline
import LastTimeLogo from '@/components/BentLo/icons/LastTimeLogo';
<LastTimeLogo variant="full" showByline={true} />

// Compact logo (offset L/T)
<LastTimeLogo variant="compact" className="h-16 w-16" />

// Icon only (for favicons, avatars)
import LastTimeIcon from '@/components/BentLo/icons/LastTimeIcon';
<LastTimeIcon size={64} />

// Wordmark (text only)
import LastTimeWordmark from '@/components/BentLo/icons/LastTimeWordmark';
<LastTimeWordmark theme="dark" showByline={true} />