增加物业楼宇模块
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user