This commit is contained in:
2023-08-11 00:49:30 +02:00
parent 9703d24784
commit 3dcd5f1ef6
33 changed files with 4010 additions and 2699 deletions

View File

@@ -1,13 +1,13 @@
<script setup lang="ts">
import { useThemeStore } from '~/store/theme'
const { swapColor } = useThemeStore()
onMounted(() => swapColor())
const days = ref(0)
useHead({
title: 'Arthur Danjou • Software Engineer and Maths Lover',
})
</script>
<template>
<section>
Hey
<Announcement />
<MainBanner />
<NewsletterCard />
</section>
</template>