- { - link ? ( - - {post.title} - - ) : ( - post.title - ) - } -
- -{post.excerpt}
-{post.excerpt}
-{post.excerpt}
} - { - post.tags && Array.isArray(post.tags) ? ( - - ) : ( -
-
- {post.excerpt} -
- - { - post.image ? ( -Sorry, we couldn't find this page.
-- But dont worry, you can find plenty of other things on our homepage. -
- Back to homepage +Sorry, pagina niet gevonden.
+ Terug naar Home diff --git a/src/pages/about.astro b/src/pages/about.astro deleted file mode 100644 index 648e158..0000000 --- a/src/pages/about.astro +++ /dev/null @@ -1,228 +0,0 @@ ---- -import Features2 from '~/components/widgets/Features2.astro'; -import Features3 from '~/components/widgets/Features3.astro'; -import Hero from '~/components/widgets/Hero.astro'; -import Stats from '~/components/widgets/Stats.astro'; -import Steps2 from '~/components/widgets/Steps2.astro'; -import Layout from '~/layouts/PageLayout.astro'; - -const metadata = { - title: 'About us', -}; ---- - -