diff options
Diffstat (limited to 'src/pages')
| -rw-r--r-- | src/pages/[locale]/index.astro | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/pages/[locale]/index.astro b/src/pages/[locale]/index.astro index 796bf59..61d38e2 100644 --- a/src/pages/[locale]/index.astro +++ b/src/pages/[locale]/index.astro @@ -16,6 +16,11 @@ const t = translate(locale); --- <Page title={t(tPage, { key: 'title' })}> + <section> + <h2 set:html={t(tPage, { key: 'sangschaw' })} /> + <p set:html={t(tPage, { key: 'sangschaw-para-1' })} /> + </section> + <section id="about"> <h2 set:html={t(tPage, { key: 'about-us' })} /> <p set:html={t(tPage, { key: 'about-us-para-1' })} /> |
