beehive/app/pages/index/index.vue
2025-10-22 17:43:13 +08:00

15 lines
195 B
Vue

<script lang="ts" setup>
</script>
<template>
<UPage>
<LandingHero/>
<LandingD3_INTELLIGENT_APIARY/>
<LandingSERVICEINTRODUCTION/>
</UPage>
</template>
<style scoped>
</style>