import React from 'react'; import SubTitle from "@/components/subTitle"; import Link from "next/link"; function ProductionHard({hardIntroduction}: {hardIntroduction: string}) { return ( <>

硬件简介

{hardIntroduction}

{/* Product 1 - Security Camera */}
了解更多
); } export default ProductionHard;