refactor: major overhaul of site structure and layout
This commit is contained in:
18
src/pages/qazk/index.astro
Normal file
18
src/pages/qazk/index.astro
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
import Layout from '../../layouts/Layout.astro';
|
||||
import SaaS from '../../components/sections/SaaS.astro';
|
||||
import Policy from '../../components/sections/Policy.astro';
|
||||
import AccidentCases from '../../components/sections/AccidentCases.astro';
|
||||
import Hardware from '../../components/sections/Hardware.astro';
|
||||
import AIModel from '../../components/sections/AIModel.astro';
|
||||
---
|
||||
|
||||
<Layout title="企安智控 - 浙江贝凡网络科技" activeNav="qazk">
|
||||
<main class="pt-20">
|
||||
<SaaS />
|
||||
<Policy />
|
||||
<AccidentCases />
|
||||
<Hardware />
|
||||
<AIModel />
|
||||
</main>
|
||||
</Layout>
|
||||
Reference in New Issue
Block a user