Update logo sizes and adjust heading text case in Hero component
This commit is contained in:
+3
-3
@@ -142,15 +142,15 @@ function Hero() {
|
||||
<img
|
||||
src="/branding/logo_white.svg"
|
||||
alt="Hadlock Technologies"
|
||||
className="theme-logo-dark h-16 w-auto"
|
||||
className="theme-logo-dark h-24 w-auto"
|
||||
/>
|
||||
<img
|
||||
src="/branding/logo_blue.svg"
|
||||
alt="Hadlock Technologies"
|
||||
className="theme-logo-light h-16 w-auto"
|
||||
className="theme-logo-light h-24 w-auto"
|
||||
/>
|
||||
|
||||
<h1 className="text-text mt-7 max-w-4xl text-4xl font-semibold tracking-tight uppercase sm:text-6xl sm:leading-[1.05]">
|
||||
<h1 className="text-text mt-7 max-w-4xl text-4xl font-semibold tracking-tight lowercase sm:text-6xl sm:leading-[1.05]">
|
||||
Everything technical, <span className="text-accent">handled.</span>
|
||||
</h1>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user