beehive/app/components/landing/D3_INTELLIGENT_APIARY.vue
WindowBird cb9f0c680f 首页
2025-10-23 15:30:21 +08:00

17 lines
379 B
Vue

<script lang="ts" setup>
</script>
<template>
<div
:style="{ backgroundImage: `url('/img/index/3d_bg.png')` , }"
class="bg-cover bg-no-repeat bg-center w-full ">
<TitleSection
subtitle="3D INTELLIGENT APIARY"
title="3D智慧蜂场"
/>
<img alt="" class="w-full lg:px-40 " src="/img/index/model2.b444287.gif">
</div>
</template>