- <template>
- <div class="min-h-screen flex flex-col relative w-full">
- <HomeNav />
- <ParallaxBackground />
- </div>
- </template>
- <script setup lang="ts">
- import HomeNav from './components/nav.vue';
- import ParallaxBackground from './components/parallaxBackground.vue';
- </script>
|