import { brandingData } from "@/data/dummy/branding-data"; export const getBrandService = () => new Promise((resolve) => { resolve(brandingData); });