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