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.
23 lines
466 B
23 lines
466 B
---
|
|
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 /> --> |