beehive/app/components/landing/D3_INTELLIGENT_APIARY.vue

15 lines
264 B
Vue
Raw Normal View History

2025-10-22 17:43:13 +08:00
<script lang="ts" setup>
</script>
<template>
<UPageCTA
:ui="{ container: 'border-0' } "
2025-10-23 09:40:28 +08:00
2025-10-22 17:43:13 +08:00
description="3D INTELLIGENT APIARY"
2025-10-23 09:40:28 +08:00
2025-10-22 17:43:13 +08:00
title="3D智慧蜂场"
/>
2025-10-23 09:40:28 +08:00
<img alt="" class="w-full px-40" src="/img/index/model2.b444287.gif">
2025-10-22 17:43:13 +08:00
</template>