返回画廊数据整理自 YouMind 公共 GitHub/页面数据

4 格广告网格概念

生成一个 2x2 的网格,展示涵盖护肤、食品、旅游和科技行业的 4 种不同日式广告。

Prompt 正文

默认展示英文原文。复制时按当前语言,回到首页后会同时保留中英文两份草稿。

{
"type": "2x2 advertising banner grid",
"layout": "4 distinct quadrants, each featuring a different industry advertisement",
"quadrants": [
{
"position": "top-left",
"industry": "skincare",
"visuals": "Asian woman touching cheek, floating water droplets, white pump bottle",
"brand": "BALANCÉE",
"copy": {
"headline": "{argument name=\"skincare headline\" default=\"素肌が、目覚める。\"}",
"subheadline": "透明感あふれる、新しいわたしへ。",
"features_count": 3,
"features_labels": ["高保湿", "肌荒れ予防", "美白ケア*"]
}
},
{
"position": "top-right",
"industry": "restaurant food",
"visuals": "close-up of spaghetti bolognese with grated cheese and parsley, dark moody lighting",
"brand": "Trattoria Luce",
"copy": {
"headline": "{argument name=\"food headline\" default=\"このパスタ、事件級。\"}",
"badge": "期間限定",
"description": "黒毛和牛のボロネーゼ 〜トリュフの香り〜"
}
},
{
"position": "bottom-left",
"industry": "travel",
"visuals": "woman with backpack facing a scenic mountain lake, bright daylight",
"brand": "NATURE JOURNEY",
"copy": {
"headline": "{argument name=\"travel headline\" default=\"わたしを、解き放つ旅へ。\"}",
"subheadline": "自然の中で、心が動き出す。",
"script": "Find your freedom.",
"banner_details": ["初夏の特別キャンペーン", "6.1 SAT - 6.30 SUN", "最大 20%OFF", "今だけの特別プラン多数!"]
}
},
{
"position": "bottom-right",
"industry": "SaaS app",
"visuals": "smartphone displaying a task management app interface with 4 schedule items",
"brand": "{argument name=\"app brand name\" default=\"Taskme\"}",
"copy": {
"headline": "{argument name=\"app headline\" default=\"タスク管理を、もっとシンプルに、スマートに。\"}",
"circle_badge": "1日を、デザインしよう。",
"features_count": 3,
"features_labels": ["直感的な操作性", "チームで共有可能", "どこでもアクセス"],
"bottom_banner": "7日間無料トライアル実施中!"
}
}
]
}