diff options
Diffstat (limited to 'src/pages')
| -rw-r--r-- | src/pages/[locale]/index.astro | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/pages/[locale]/index.astro b/src/pages/[locale]/index.astro index 61d38e2..796bf59 100644 --- a/src/pages/[locale]/index.astro +++ b/src/pages/[locale]/index.astro @@ -16,11 +16,6 @@ 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' })} /> |
