diff --git a/src/components/Hero.astro b/src/components/Hero.astro index 6b4d795..cf23dff 100644 --- a/src/components/Hero.astro +++ b/src/components/Hero.astro @@ -7,6 +7,8 @@ interface Props { } const { content, splineUrl = '' } = Astro.props; + + ---
@@ -27,8 +29,10 @@ const { content, splineUrl = '' } = Astro.props;

{content.time}

- {content.primaryCta.text} - {content.secondaryCta.text} + {content.primaryCta.text} + + +
@@ -36,6 +40,7 @@ const { content, splineUrl = '' } = Astro.props;