From d2d04a8b8498f9d7e9e82a78b777f1673db99933 Mon Sep 17 00:00:00 2001 From: Jon Bell Date: Tue, 9 Apr 2024 20:46:33 +1200 Subject: [PATCH] Fixing hero --- src/components/sections/Hero.tsx | 35 ++++++++++++++++++-------------- 1 file changed, 20 insertions(+), 15 deletions(-) diff --git a/src/components/sections/Hero.tsx b/src/components/sections/Hero.tsx index d6a8654e..58ed39ae 100644 --- a/src/components/sections/Hero.tsx +++ b/src/components/sections/Hero.tsx @@ -17,22 +17,27 @@ import { Carousel } from '~/components/Carousel' export function Hero({ hero }: LandingPageFragment) { return ( -
- -

- Move fast{' '} - - without - {' '} - breaking things. -

-
- {hero.subtitle.json.content} -
+
+ +
+

+ Move fast{' '} + + without + {' '} + breaking things. +

+
+ {hero.subtitle.json.content} +
-
- - +
+ + +