You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
464 B

1 month ago
---
title: project-XR
lang: en-US
darkMode: disable
# smoothScroll: true
---
<script setup>
import Title from '../../components/Title.vue';
import About from '../../components/About.vue';
import Service from '../../components/Service.vue';
import Projects from '../../components/Projects.vue'
import Plans from '../../components/Plans.vue'
import Footer from '../../components/Footer.vue'
</script>
<Title />
<About />
<Service />
<Projects />
<!-- <Plans /> -->