Prompt Gallery

商业海报 / 广告 / 社媒

4 格日式广告横幅网格

生成一个 2x2 网格的日式网页广告横幅,涵盖饮料、外卖、化妆品和健身行业。

ID
13534
作者
まーや | 物販LPデザイナー🛒✨
标签
商业海报 / 广告 / 社媒 / UI / App / 网页 / SaaS / 食品 / 饮料 / 菜单

中文提示词

{
  "type": "2x2 日式网页广告横幅网格",
  "layout": "4 个相等的正方形面板",
  "panels": [
    {
      "position": "左上",
      "industry": "饮料",
      "product": "名为 'CLEAR ZERO' 的无酒精饮料透明罐",
      "visuals": "水花四溅,浅蓝色背景,清爽氛围",
      "headline": "{argument name=\"beverage catchphrase\" default=\"今日を、リセット。\"}",
      "badges_count": 3,
      "badges_labels": ["0 卡路里", "0 糖", "0 嘌呤"]
    },
    {
      "position": "右上",
      "industry": "外卖",
      "product": "一盘炒肉和蔬菜",
      "visuals": "暖色调灯光,木质餐桌,令人垂涎",
      "headline": "{argument name=\"meal kit catchphrase\" default=\"献立に、悩まない。\"}",
      "feature_icons_count": 3,
      "feature_icons_labels": ["10 分钟快手菜", "营养师监修", "免运费"],
      "cta_button": "立即开始 ->"
    },
    {
      "position": "左下",
      "industry": "化妆品",
      "product": "名为 'LUMIÈRE' 的护肤精华瓶",
      "visuals": "皮肤透亮、闭着双眼的女性,棱镜光效,柔和紫色背景",
      "headline": "{argument name=\"cosmetics catchphrase\" default=\"肌が、目覚める。\"}",
      "badges_count": 3,
      "badges_labels": ["无添加", "日本制造", "敏感肌适用"]
    },
    {
      "position": "右下",
      "industry": "健身",
      "product": "名为 'MOVE' 的个人健身房",
      "visuals": "在跑步机上跑步的女性,深色健身房环境,运动感",
      "headline": "{argument name=\"gym catchphrase\" default=\"私を、アップデートする場所。\"}",
      "pricing": "月费 {argument name=\"gym monthly price\" default=\"6,980\"} 日元起",
      "feature_hexagons_count": 3,
      "feature_hexagons_labels": ["24 小时营业", "全国 120 家以上门店", "全面支持"],
      "cta_button": "预约免费体验 ->"
    }
  ]
}

原始提示词

{
  "type": "2x2 grid of Japanese web banner advertisements",
  "layout": "4 equal square panels",
  "panels": [
    {
      "position": "top-left",
      "industry": "beverage",
      "product": "clear can of non-alcoholic drink named 'CLEAR ZERO'",
      "visuals": "splashing water, light blue background, refreshing vibe",
      "headline": "{argument name=\"beverage catchphrase\" default=\"今日を、リセット。\"}",
      "badges_count": 3,
      "badges_labels": ["カロリー 0", "糖質 0", "プリン体 0"]
    },
    {
      "position": "top-right",
      "industry": "food delivery",
      "product": "plate of stir-fried meat and vegetables",
      "visuals": "warm lighting, wooden table, appetizing",
      "headline": "{argument name=\"meal kit catchphrase\" default=\"献立に、悩まない。\"}",
      "feature_icons_count": 3,
      "feature_icons_labels": ["時短 10分", "管理栄養士監修", "送料無料"],
      "cta_button": "今すぐはじめる ->"
    },
    {
      "position": "bottom-left",
      "industry": "cosmetics",
      "product": "skincare serum bottle named 'LUMIÈRE'",
      "visuals": "woman with glowing skin and closed eyes, prismatic light effects, soft purple background",
      "headline": "{argument name=\"cosmetics catchphrase\" default=\"肌が、目覚める。\"}",
      "badges_count": 3,
      "badges_labels": ["無添加", "日本製", "敏感肌対応"]
    },
    {
      "position": "bottom-right",
      "industry": "fitness",
      "product": "personal gym named 'MOVE'",
      "visuals": "woman running on a treadmill, dark gym setting, sporty",
      "headline": "{argument name=\"gym catchphrase\" default=\"私を、アップデートする場所。\"}",
      "pricing": "月額 {argument name=\"gym monthly price\" default=\"6,980\"} 円~",
      "feature_hexagons_count": 3,
      "feature_hexagons_labels": ["24時間営業", "全国120店舗以上", "充実のサポート"],
      "cta_button": "無料体験を予約する ->"
    }
  ]
}