-- AlterTable
ALTER TABLE "hero_image_text" ADD COLUMN     "name" TEXT,
ADD COLUMN     "title" TEXT;
