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

Fresh Viable Samples - Individual Cells for Animal and Protoplasm for Plants

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