wf4/app/pages/booking.vue
webfussel fa0435efdf add: more SEO meta
More seometa, better markdown parser
2025-06-11 18:49:19 +02:00

12 lines
293 B
Vue
Executable file

<template>
<div>
<SectionBooking />
</div>
</template>
<script lang="ts" setup>
useSeoMeta({
title: 'Projektbuchung',
description: 'Buche jetzt dein Projekt auf webfussel. Du brauchst eine Schulung in JavaScript, Typescript, HTML, CSS, Vue oder Nuxt? Kein Problem.',
})
</script>