diff --git a/public/branding/icon_black.svg b/public/branding/icon_black.svg index 1823752..ff462e1 100644 --- a/public/branding/icon_black.svg +++ b/public/branding/icon_black.svg @@ -1,16 +1,10 @@ - - - - - - - - - - - + + + + + diff --git a/public/branding/icon_blue.svg b/public/branding/icon_blue.svg index 1624eb9..22b5355 100644 --- a/public/branding/icon_blue.svg +++ b/public/branding/icon_blue.svg @@ -1,16 +1,10 @@ - - - - - - - - - - - + + + + + diff --git a/public/branding/icon_white.svg b/public/branding/icon_white.svg index dfdc3e8..6044570 100644 --- a/public/branding/icon_white.svg +++ b/public/branding/icon_white.svg @@ -1,16 +1,10 @@ - - - - - - - - - - - + + + + + diff --git a/public/branding/logo_black.svg b/public/branding/logo_black.svg index 536e190..873acfa 100644 --- a/public/branding/logo_black.svg +++ b/public/branding/logo_black.svg @@ -1,75 +1,77 @@ - - - - + + + + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - - - - - - - - - - - - - - - - - - - + - - - + + + - - - + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/branding/logo_blue.svg b/public/branding/logo_blue.svg index da22ac2..2a8a695 100644 --- a/public/branding/logo_blue.svg +++ b/public/branding/logo_blue.svg @@ -1,75 +1,77 @@ - - - - + + + + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - - - - - - - - - - - - - - - - - - - + - - - + + + - - - + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/branding/logo_white.svg b/public/branding/logo_white.svg index 7c956f3..d596bee 100644 --- a/public/branding/logo_white.svg +++ b/public/branding/logo_white.svg @@ -1,75 +1,77 @@ - - - - + + + + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - - - - - - - - - - - - - - - - - - - + - - - + + + - - - + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/branding/wordmark_black.svg b/public/branding/wordmark_black.svg index e0a6f2b..d97cfcb 100644 --- a/public/branding/wordmark_black.svg +++ b/public/branding/wordmark_black.svg @@ -1,65 +1,75 @@ - - - - + + + + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + - - + + + + + + - - + + - - + + - - + + - - + + - - + + + + + + + + + diff --git a/public/branding/wordmark_blue.svg b/public/branding/wordmark_blue.svg index 45ecfaa..dc32d59 100644 --- a/public/branding/wordmark_blue.svg +++ b/public/branding/wordmark_blue.svg @@ -1,65 +1,75 @@ - - - - + + + + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + - - + + + + + + - - + + - - + + - - + + - - + + - - + + + + + + + + + diff --git a/public/branding/wordmark_white.svg b/public/branding/wordmark_white.svg index 44afda0..58b1b3a 100644 --- a/public/branding/wordmark_white.svg +++ b/public/branding/wordmark_white.svg @@ -1,65 +1,75 @@ - - - - + + + + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + - - + + + + + + - - + + - - + + - - + + - - + + - - + + + + + + + + + diff --git a/src/app/page.tsx b/src/app/page.tsx index d2c35ea..1c2e91c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -151,7 +151,7 @@ function Hero() { />

- Everything technical, handled. + Everything technical, handled.

diff --git a/src/styles/globals.css b/src/styles/globals.css index d53898d..0c030fd 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -2,7 +2,7 @@ @theme { --font-sans: - "Helvetica Neue", Helvetica, Arial, ui-sans-serif, system-ui, sans-serif, + var(--font-geist-sans), Helvetica, Arial, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --font-mono: var(--font-geist-mono), ui-monospace, "SFMono-Regular", "Menlo", monospace;