// SRNASpecifications.jsx import Link from 'next/link'; import SpecificationsLayout from '../../../components/shared/SpecificationsLayout'; const SRNASpecifications = () => { const specificationItems = [ { icon: "/images/homepage-2/NGS-Icons-45.svg", title: "Sample Requirement", renderContent: () => (

Total RNA ≥ 1 μg, Cells≥ 2×106, or Tissue ≥ 500 mg.

Please refer to{' '} sample submission guidelines {' '}or{' '} Contact Us!
) }, { icon: "/images/homepage-1/service/Advantages-NGS-Icons-20.svg", title: "Sequencing Platform", content: "Illumina MiSeq, Nextseq 550" }, { icon: "/images/service/social-support.png", title: "Deliverables", renderContent: () => ( ) } ]; return ( ); }; export default SRNASpecifications;