107 lines
3.9 KiB
JavaScript
107 lines
3.9 KiB
JavaScript
export const brand = {
|
|
name: "大马棒·云途全域 GEO",
|
|
shortName: "大马棒",
|
|
productName: "云途全域 GEO",
|
|
slogan: "让品牌在 AI 时代拥有持续增长力",
|
|
};
|
|
|
|
export const announcement = {
|
|
text: "免费获取 1 对 1 GEO 增长诊断方案,梳理品牌曝光、内容资产与线索转化路径",
|
|
ctaLabel: "立即咨询",
|
|
ctaHref: "#contact",
|
|
};
|
|
|
|
export const navItems = [
|
|
{ label: "首页", href: "/" },
|
|
{
|
|
label: "营销增长服务",
|
|
href: "/services",
|
|
children: [
|
|
{ label: "品牌曝光", href: "/services/brand-exposure" },
|
|
{ label: "精准获客转化", href: "/services/lead-conversion" },
|
|
{ label: "全域营销", href: "/services/omni-marketing" },
|
|
],
|
|
},
|
|
{
|
|
label: "行业解决方案",
|
|
href: "/solutions",
|
|
children: [
|
|
{ label: "企业服务", href: "/solutions/enterprise-service" },
|
|
{ label: "电商零售", href: "/solutions/ecommerce-retail" },
|
|
{ label: "本地生活", href: "/solutions/local-life" },
|
|
{ label: "职业教育", href: "/solutions/career-education" },
|
|
{ label: "医疗健康", href: "/solutions/medical-health" },
|
|
],
|
|
},
|
|
{ label: "客户案例", href: "/cases" },
|
|
{ label: "核心优势", href: "/advantages" },
|
|
{
|
|
label: "全域营销增长洞察",
|
|
href: "/insights",
|
|
children: [
|
|
{ label: "行业干货", href: "/insights?category=行业干货" },
|
|
{ label: "行业白皮书", href: "/insights?category=白皮书" },
|
|
],
|
|
},
|
|
{ label: "关于我们", href: "/about" },
|
|
];
|
|
|
|
export const ctaSection = {
|
|
title: "AI 搜索增长风口已至,大马棒·云途全域 GEO 助力企业打造品效双闭环的长效增长体系",
|
|
subtitle: "免费获取 1 对 1 GEO 增长诊断方案,快速判断品牌在曝光、内容与转化链路上的增长机会。",
|
|
button: "立即免费咨询",
|
|
href: "#contact",
|
|
routes: [
|
|
{ label: "模块锚点", href: "#consult", path: "/#consult" },
|
|
{ label: "咨询入口", href: "#contact", path: "/#contact" },
|
|
{ label: "联系页", href: "/contact", path: "/contact" },
|
|
],
|
|
};
|
|
|
|
export const footerData = {
|
|
tagline: "AI 时代品牌全域 GEO 增长服务商",
|
|
description:
|
|
"围绕品牌认知、能力说明、案例信任和线索转化,帮助企业搭建长期可复用的增长资产。",
|
|
links: {
|
|
营销增长服务: [
|
|
{ label: "品牌曝光", href: "/services/brand-exposure" },
|
|
{ label: "精准获客转化", href: "/services/lead-conversion" },
|
|
{ label: "全域营销", href: "/services/omni-marketing" },
|
|
],
|
|
行业解决方案: [
|
|
{ label: "企业服务", href: "/solutions/enterprise-service" },
|
|
{ label: "电商零售", href: "/solutions/ecommerce-retail" },
|
|
{ label: "本地生活", href: "/solutions/local-life" },
|
|
{ label: "职业教育", href: "/solutions/career-education" },
|
|
{ label: "医疗健康", href: "/solutions/medical-health" },
|
|
],
|
|
内容中心: [
|
|
{ label: "客户案例", href: "/cases" },
|
|
{ label: "核心优势", href: "/advantages" },
|
|
{ label: "增长洞察", href: "/insights" },
|
|
],
|
|
关于我们: [
|
|
{ label: "公司介绍", href: "/about" },
|
|
{ label: "发展历程", href: "/about#history" },
|
|
{ label: "联系我们", href: "/contact" },
|
|
],
|
|
},
|
|
contact: {
|
|
title: "免费领取 GEO 增长诊断方案",
|
|
subtitle: "留下行业、增长阶段与目标,我们将给出 1 对 1 专属诊断建议。",
|
|
button: "立即免费咨询",
|
|
href: "/contact",
|
|
qrLabel: "新媒体矩阵二维码预留位",
|
|
phone: "0755-8232 6831",
|
|
email: "hello@dambang.cn",
|
|
address: "深圳市南山区科技园科兴科学园",
|
|
},
|
|
legal: [
|
|
{ label: "友情链接", href: "/" },
|
|
{ label: "法律声明", href: "/about" },
|
|
{ label: "网站地图", href: "/insights" },
|
|
],
|
|
copyright:
|
|
"© 2026 大马棒·云途全域 GEO 版权所有 | 粤ICP备17051691号",
|
|
};
|