import { Accordion, AccordionContent, AccordionItem, AccordionTrigger, } from "@/components/ui/accordion"; import { credentials, credentialsKeys } from "constants/sustainability"; import Link from "next/link"; export function SustainabilityInfo() { return ( <>
{/*

Credentials:

*/}

Garments

Our base garments are Stanley & Stella, which boast a range of eco credentials:

{credentialsKeys.map(credential => ( {credentials[credential as keyof typeof credentials].title} `{credentials[credential as keyof typeof credentials].excerpt}`

Read more
))}

Packaging

We pride ourselves on our products being 100% plastic free, including packaging.

Our FSC certified labels ae attached to our products by a metal safety pin.

Our parcels are sent with FSC certified paper packages, so you can feel completely guilt free about your purchase!

) };