Files
bobu/bobu/app/pages/index.vue
2025-12-11 07:22:11 +09:00

24 lines
523 B
Vue

<template>
<div class="bg-white dark:bg-gray-900 text-gray-900 dark:text-white">
<!-- Featured Projects Section -->
<FeaturesCarousel />
<AboutSection0 />
<AboutSection2 />
<AboutSection1 />
<AboutSection3 />
<AboutSection6 />
<AboutSection7 />
<AboutSection5 />
<!-- <AppWadiz /> -->
</div>
</template>
<script setup lang="ts">
import AppWadiz from '~/pages/wadiz/index.vue';
import { MAIN } from '~/data/assets';
// definePageMeta({
// redirect: '/wadiz',
// });
</script>