diff --git a/src/components/Hero.astro b/src/components/Hero.astro index a975cf6..75202ca 100644 --- a/src/components/Hero.astro +++ b/src/components/Hero.astro @@ -19,6 +19,14 @@ function getNewAnimationDelay() { function getHeroTitleAnimation() { return getTitleAnimation(getNewAnimationDelay()) } + +const { + title1 = 'welcome', + title2 = 'to', + title3 = 'a', + title4 = 'calmer', + title5 = 'internet', +} = Astro.props ---
- welcome + {title1} + + + {title2} - to - a + + {title3} + - calmer + {title4} - internet + {title5}