diff --git a/src/app/page.jsx b/src/app/page.jsx index 8fef41c..4f9f953 100644 --- a/src/app/page.jsx +++ b/src/app/page.jsx @@ -46,7 +46,7 @@ export default function DronesPage() { 大疆无人机专业改装方案 - 原厂性能升级 | 电池续航提升30% | 专业定制服务 + 原厂性能升级 | 电池续航提升90% | 专业定制服务 @@ -112,7 +112,7 @@ export default function DronesPage() { 专业电池改装方案 - 采用军工级电芯,通过安全认证,续航提升30%-50%,循环次数达200+ + 采用军工级电芯,通过安全认证,续航提升90%-120%,循环次数达1300+ diff --git a/src/constants/demo.js b/src/constants/demo.js index 89331af..bef1668 100644 --- a/src/constants/demo.js +++ b/src/constants/demo.js @@ -4,14 +4,14 @@ export const drones = [ category: "旗舰航拍", specs: "1英寸传感器 | 46分钟续航 | 全向避障", img: "/air3s/air3s.png", - battery: "改装电池续航提升至58分钟", + battery: "改装电池续航提升至78分钟", }, { name: "DJI Mavic 3 系列", category: "专业级", specs: "4/3英寸哈苏相机 | 43分钟续航 | 15公里图传", img: "/y3/y3.png", - battery: "续航提升超过25%", + battery: "续航提升超过100%", }, ]; @@ -19,7 +19,7 @@ export const featuredBatteries = [ { model: "全能改装电池", compatible: ["Air 3", "Air 3S"], - capacity: "4200mAh → 5500mAh", + capacity: "4200mAh → 7000mAh", img: "/dc/air3s/1.jpg", }, ];