
interface FabricCardProps {
  id:number;
  title:string;
  image:string;
  idealFor : string[];
  gsm:string;
  finish:string;
  composition:string;
  description:string;
}

export const FlipCardItem: FabricCardProps[] = [
  {
    id: 1,
    title: "100% Hemp 170 - white - Hemp 170",
    image: "/fabric/fabric-thumb-hemp-white.png",
    idealFor:["coordset",  "suit", "jacket"],
    gsm:"170",
    composition:"100% Hemp",
    finish:"Ready for dye",
    description:"Earthy texture that mellows to a linen-like smoothness; sturdy yet breathable with a grounded handfeel."
  },
  {
    id: 2,
    title: "100% Hemp 170 - Blue",
    idealFor:["suit", "jacket"],
    image: "/fabric/fabric-thumb-hemp-midnight-blue.png",
    gsm:"170",
    composition:"100% Hemp",
    finish:"Azo Free Piece Dyed",
    description:"Earthy texture that mellows to a linen-like smoothness; sturdy yet breathable with a grounded handfeel."
  },
  {
    id: 3,
    title: "100% Hemp 170 - Rose",
    image: "/fabric/fabric-thumb-hemp-old-rose.png",
    idealFor:["coordset", "jacket"],
    gsm:"170",
    composition:"100% Hemp",
    finish:"Ready for dye",
    description:"Earthy texture that mellows to a linen-like smoothness; sturdy yet breathable with a grounded handfeel."
  },
  {
    id: 4,
    title: "100% Hemp 170 - Olive",
    image: "/fabric/fabric-thumb-hemp-olive.png",
    idealFor:["coordset", "suit"],
    gsm:"170",
    composition:"100% Hemp",
    finish:"Ready for dye",
    description:"Earthy texture that mellows to a linen-like smoothness; sturdy yet breathable with a grounded handfeel."
  },
  {
    id: 5,
    title: "100% Hemp 170 - Olive",
    image: "/fabric/fabric-thumb-hemp-olive.png",
    idealFor:["coordset", "suit"],
    gsm:"170",
    composition:"100% Hemp",
    finish:"Ready for dye",
    description:"Earthy texture that mellows to a linen-like smoothness; sturdy yet breathable with a grounded handfeel."
  },
  {
    id: 6,
    title: "100% Hemp 170 - Olive",
    image: "/fabric/fabric-thumb-hemp-olive.png",
    idealFor:["coordset", "suit"],
    gsm:"170",
    composition:"100% Hemp",
    finish:"Ready for dye",
    description:"Earthy texture that mellows to a linen-like smoothness; sturdy yet breathable with a grounded handfeel."
  },
  {
    id: 7,
    title: "100% Hemp 170 - Olive",
    image: "/fabric/fabric-thumb-hemp-olive.png",
    idealFor:["coordset", "suit"],
    gsm:"170",
    composition:"100% Hemp",
    finish:"Ready for dye",
    description:"Earthy texture that mellows to a linen-like smoothness; sturdy yet breathable with a grounded handfeel."
  },
];
