改内容
This commit is contained in:
parent
3f9e0814d9
commit
24dbe28a79
@ -99,9 +99,6 @@ export default function DronesPage() {
|
|||||||
{drone.battery}
|
{drone.battery}
|
||||||
</Text>
|
</Text>
|
||||||
)}
|
)}
|
||||||
<Button mt={4} w="full" colorScheme="blue">
|
|
||||||
查看详情
|
|
||||||
</Button>
|
|
||||||
</Box>
|
</Box>
|
||||||
</Box>
|
</Box>
|
||||||
))}
|
))}
|
||||||
@ -149,7 +146,7 @@ export default function DronesPage() {
|
|||||||
<Heading as="h3" size="md">
|
<Heading as="h3" size="md">
|
||||||
电池质保
|
电池质保
|
||||||
</Heading>
|
</Heading>
|
||||||
<Text>所有改装电池提供1年质保,安全无忧</Text>
|
<Text>所有改装电池提供3个月质保,安全无忧</Text>
|
||||||
</VStack>
|
</VStack>
|
||||||
<VStack textAlign="center" p={6} bg={cardBg} borderRadius="lg">
|
<VStack textAlign="center" p={6} bg={cardBg} borderRadius="lg">
|
||||||
<Box fontSize="4xl" mb={4}>
|
<Box fontSize="4xl" mb={4}>
|
||||||
@ -167,7 +164,7 @@ export default function DronesPage() {
|
|||||||
<Heading as="h3" size="md">
|
<Heading as="h3" size="md">
|
||||||
全国包邮
|
全国包邮
|
||||||
</Heading>
|
</Heading>
|
||||||
<Text>支持到店改装或邮寄服务,顺丰包邮</Text>
|
<Text>支持全国包邮邮寄服务</Text>
|
||||||
</VStack>
|
</VStack>
|
||||||
</Grid>
|
</Grid>
|
||||||
</Box>
|
</Box>
|
||||||
|
@ -101,14 +101,10 @@ export default function BatteryPromoCard({
|
|||||||
|
|
||||||
<Flex justify="space-between" align="flex-end">
|
<Flex justify="space-between" align="flex-end">
|
||||||
<Box>
|
<Box>
|
||||||
<Text fontSize="sm">改装价格</Text>
|
|
||||||
<Heading as="h4" size="lg" color="blue.500">
|
<Heading as="h4" size="lg" color="blue.500">
|
||||||
{price}
|
{price}
|
||||||
</Heading>
|
</Heading>
|
||||||
</Box>
|
</Box>
|
||||||
<Button colorPalette="blue" size="sm" variant="outline">
|
|
||||||
立即订购
|
|
||||||
</Button>
|
|
||||||
</Flex>
|
</Flex>
|
||||||
</Stack>
|
</Stack>
|
||||||
</Box>
|
</Box>
|
||||||
|
@ -11,16 +11,15 @@ export const drones = [
|
|||||||
category: "专业级",
|
category: "专业级",
|
||||||
specs: "4/3英寸哈苏相机 | 43分钟续航 | 15公里图传",
|
specs: "4/3英寸哈苏相机 | 43分钟续航 | 15公里图传",
|
||||||
img: "/y3/y3.png",
|
img: "/y3/y3.png",
|
||||||
battery: "双电池改装方案可用",
|
battery: "续航提升超过25%",
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
export const featuredBatteries = [
|
export const featuredBatteries = [
|
||||||
{
|
{
|
||||||
model: "全能改装电池",
|
model: "全能改装电池",
|
||||||
compatible: ["Air 3", "Air 3S", "Mavic 3"],
|
compatible: ["Air 3", "Air 3S"],
|
||||||
capacity: "4200mAh → 5500mAh",
|
capacity: "4200mAh → 5500mAh",
|
||||||
price: "¥599",
|
|
||||||
img: "/dc/air3s/1.jpg",
|
img: "/dc/air3s/1.jpg",
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user