import { z } from "zod" export const socialMediaSchema = z.object({ facebook: z.string().optional(), instagram: z.string().optional(), })