diff --git a/astro.config.mjs b/astro.config.mjs index 3383b73..22f0c5a 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -1,8 +1,8 @@ // @ts-check -import { defineConfig } from 'astro/config'; -import tailwind from '@astrojs/tailwind'; +import { defineConfig } from 'astro/config' +import tailwind from '@astrojs/tailwind' -import react from '@astrojs/react'; +import react from '@astrojs/react' // https://astro.build/config export default defineConfig({ @@ -14,4 +14,4 @@ export default defineConfig({ prefixDefaultLocale: false, }, }, -}); \ No newline at end of file +}) diff --git a/src/components/CoachCard.astro b/src/components/CoachCard.astro index 85a383d..6964e71 100644 --- a/src/components/CoachCard.astro +++ b/src/components/CoachCard.astro @@ -12,14 +12,23 @@ const t = useTranslations(lang)
{description}
} { link && ( - + {t('coaches.link')} ) diff --git a/src/components/Hero.astro b/src/components/Hero.astro index 7143ef8..0f214dc 100644 --- a/src/components/Hero.astro +++ b/src/components/Hero.astro @@ -27,6 +27,11 @@ const { title, description, cta, image, imageAlt } = Astro.props }- {review.review} + {review}-