import { sectionLinks } from "@/app/lib/linkList/sectionLinks"; import Link from "next/link"; import armoryLinks from "@/app/lib/linkList/sectionLinks"; let linksArray = [ sectionLinks.UPPERS, sectionLinks.LOWERS, sectionLinks.BARRELS, sectionLinks.OPTICS, sectionLinks.ACCESSORIES, ]; export const Armory = (props) => { return (
{armoryLinks.length}

{props.titleText}

) } export default Armory;