增加物业楼宇模块

This commit is contained in:
Frudrax Cheng
2026-05-07 15:52:41 +08:00
parent a3e2da03fa
commit 2f3ced42ac
27 changed files with 682 additions and 3 deletions
+18
View File
@@ -0,0 +1,18 @@
---
import Layout from '../../layouts/Layout.astro';
import PropertyHero from '../../components/sections/PropertyHero.astro';
import PropertyPainPoints from '../../components/sections/PropertyPainPoints.astro';
import PropertyArchitecture from '../../components/sections/PropertyArchitecture.astro';
import PropertyFoundation from '../../components/sections/PropertyFoundation.astro';
import PropertyScenarios from '../../components/sections/PropertyScenarios.astro';
---
<Layout title="物业楼宇 - 浙江贝凡网络科技" activeNav="property">
<main class="pt-20">
<PropertyHero />
<PropertyPainPoints />
<PropertyArchitecture />
<PropertyFoundation />
<PropertyScenarios />
</main>
</Layout>