beehive/app/pages/index/index.vue
2025-10-23 12:01:17 +08:00

17 lines
257 B
Vue

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