import { TechniqueProps } from "./techniqueTypes";

export const TechniqueData: TechniqueProps[] = [
  {
    id: 1,
    label: "embroidered hand",
    image: "/custom_product/thumb-technique-embroidered-hand.png",
    description:
      "A slow, intricate technique where every stitch is placed by hand — adding depth, texture, and a personal touch that machines can't replicate. Ideal for detailed, expressive artwork.",
      varPrice:32,
  }
];
