diff --git a/README.md b/README.md index 253e98d..cefec6a 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,7 @@ beifan.cn/ - **典型事故案例**:重大事故案例分析 - **硬件物联**:12个物联网应用场景 - **AI大模型**:15个AI应用场景 +- **页脚**:版权信息、ICP备案等 ### 3. 生态合作页面 - `/partnership` diff --git a/src/components/sections/Contact.astro b/src/components/sections/Contact.astro index cc13d49..d7a076d 100644 --- a/src/components/sections/Contact.astro +++ b/src/components/sections/Contact.astro @@ -1,10 +1,17 @@ --- --- -
- -
- 联系我们 -

让我们一起开启数字化之旅

+
+
+
+
+

+ 联系我们 +

+
+

+ 让我们一起开启数字化之旅 +

+
diff --git a/src/components/sections/Honors.astro b/src/components/sections/Honors.astro index 3f2e460..73eaaad 100644 --- a/src/components/sections/Honors.astro +++ b/src/components/sections/Honors.astro @@ -3,44 +3,10 @@
-
- 关于我们 -

专注创新 · 赋能产业升级

-

浙江贝凡网络科技有限公司致力于利用AI、大数据、云计算,为各行业提供开放、灵活、可扩展的核心智能化解决方案。我们以创新、专注、协作为核心,持续深耕安全数字化领域,引领行业转型。

-
- -
- -
-
- -
-

核心价值观

-

想要共赢,必先担当。

-
- -
-
- -
-

企业愿景

-

致力于打造全国领先的安全风险管理平台。

-
- -
-
- -
-

业务版图

-

以杭州为总部,运营中心辐射各省、市、地区。

-
- -
- -
-
-

匠心筑就 · 信赖桥梁

-

合作携手,共创价值

+
+
+

合作携手,共创价值

+
diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 19d6cbd..990252f 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -1,4 +1,6 @@ --- +import Footer from '../components/sections/Footer.astro'; + const { title = "浙江贝凡网络科技", activeNav = "home" } = Astro.props; const navItems = [ @@ -75,6 +77,7 @@ function getNavLinkClass(itemId: string) {
+