commerce/constants/brand.tsx
2023-11-23 11:31:03 +00:00

46 lines
1.0 KiB
TypeScript

export const SCAPE = 'scape²'
export const brandOverviewDetails = [
{
heading: "conciously created",
content: "created with care, always",
},
{
heading: "art for the wall & wardrobe",
content: "if it's good enough for the wall, it's good enough to wear",
},
{
heading: "altering angles",
content: "through the power of photography",
},
];
export const wallOverviewDetails = [
{
heading: "conciously created",
content: "FSC paper, carbon neutral shipping",
},
{
heading: "art for the wall",
content: "because I did take a picture of it",
},
{
heading: "altering angles",
content: "lets look at familiar things in unfamiliar ways",
},
];
export const wardrobeOverviewDetails = [
{
heading: "conciously created",
content: "organic cotton and 100% plastic free packaging",
},
{
heading: "art for the wardrobe",
content: "why leave art on the wall?",
},
{
heading: "altering angles",
content: "style shouldn't lack sustainability",
},
];