12 lines
293 B
Vue
Executable file
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>
|