Explore AI generated designs, images, art and prompts by top community artists and designers.

# Финальный промт для агента (Antigravity + Stitch MCP) ## Сайт-визитка: продажа и установка весов для погрузчиков Скопируй весь блок ниже целиком в чат задач агента как первое сообщение проекта. --- ## ПРОМТ ДЛЯ АГЕНТА (копировать с этой строки) Ты — фронтенд-разработчик и веб-дизайнер. Твоя задача: построить одностраничный сайт-визитку (лендинг) компании , которая продаёт и устанавливает весовое оборудование на вилочные погрузчики (весоизмерительные вилы , крановые весы , встраиваемые системы взвешивания , индикаторы , поверка/калибровка). Работай пошагово , по фазам ниже. После каждой фазы показывай результат (код + краткое описание) и жди подтверждения , прежде чем переходить к следующей фазе. Не используй lorem ipsum — весь текст должен быть по теме; если данные неизвестны , помечай их `[ЗАПОЛНИТЬ: ...]` явным образом прямо в коде и в комментарии. ### 0. Вводные данные проекта - Название компании: `[ЗАПОЛНИТЬ]` (если не указано — использовать нейтральное «ВесПром» как рабочее название и пометить как временное) - Номер WhatsApp: `[ЗАПОЛНИТЬ: +7XXXXXXXXXX]` - Регион работы: `[ЗАПОЛНИТЬ: город/страна]` - Ассортимент (минимум для карточек каталога , если не дано — использовать этот дефолтный список): 1. Весоизмерительные вилы (грузоподъёмность 1–5 т , точность ±0.5%) 2. Крановые/подвесные весы для интеграции с погрузчиком 3. Встраиваемые весовые системы (монтаж в раму погрузчика) 4. Индикаторы веса и дисплеи (проводные/беспроводные) 5. Поверка и калибровка весового оборудования 6. Сервисное обслуживание и ремонт - Логотип/фото/сертификаты: отсутствуют → генерировать текстовые/иконочные плейсхолдеры , фото заменять описательными alt-текстами и SVG-иллюстрациями/иконками вместо реальных фотографий. - Сайт: **одна страница** , без отдельных подстраниц. - Тип сборки: чистый HTML/CSS/JS , без бэкенда. Все заявки идут через кнопки WhatsApp (`wa.me`) , формы обратной связи не делать. ### 1. Дизайн-система — строгий индустриальный стиль (тёмный , техничный) Зафиксировать как CSS-переменные в начале `styles.css`: ```css :root { /* Фон и поверхности */ --bg-primary: #0E1116; --bg-surface: #171B21; --bg-surface-2: #1F252D; --border-color: #2A313B; /* Акцент — индустриальный оранжевый (сигнальный цвет техники) */ --accent: #FF7A1A; --accent-hover: #FF9142; --accent-muted: rgba(255 , 122 , 26 , 0.12); /* Текст */ --text-primary: #F5F6F7; --text-secondary: #9AA3AD; --text-on-accent: #0E1116; /* Статусы/бейджи */ --success: #3DDC84; /* Радиусы — небольшие , без "мягкого" UI */ --radius-sm: 4px; --radius-md: 8px; /* Шкала отступов */ --space-1: 4px; --space-2: 8px; --space-3: 12px; --space-4: 16px; --space-5: 24px; --space-6: 32px; --space-7: 48px; --space-8: 64px; --space-9: 96px; } ``` - Шрифт: `Inter` (или `Manrope`) через Google Fonts. Заголовки — 700 , текст — 400/500. - Масштаб типографики: H1 — 48px / mobile 32px; H2 — 32px / mobile 24px; H3 — 22px; body — 16px; small — 14px. Line-height заголовков 1.1–1.2 , текста — 1.5. - Иконки: line-style (обводка , без заливки) , тема — вес/точность/погрузчик/сертификат. Использовать инлайн SVG. - Кнопки: primary — заливка `--accent` , текст `--text-on-accent` , radius `--radius-sm` , без теней , чёткая обводка при hover. Secondary — прозрачная с обводкой `--border-color`. - Общее ощущение: контраст , чёткие линии-разделители секций (border-top 1px `--border-color`) , минимум скруглений , минимум декоративных теней. Сгенерировать через Stitch MCP референс hero-блока по промпту: > "Industrial B2B landing page hero , dark navy/graphite background #0E1116 , orange accent #FF7A1A , bold condensed sans-serif headline , forklift with weighing attachment illustration , minimal rounded corners , trust badges row" Выбрать один вариант , зафиксировать композицию (расположение заголовка/кнопки/иллюстрации) как референс для вёрстки. ### 2. Структура страницы (порядок секций и содержимое) 1. **Header** (sticky , `--bg-surface` с нижней обводкой) - Слева: логотип-плейсхолдер (текст названия компании , шрифт 700). - Справа: пункты меню-якоря (Услуги , Каталог , Как работаем , Кейсы , Контакты) — скрыть в бургер на мобильных. - Кнопка WhatsApp (primary) — крайняя справа. 2. **Hero** - H1: «Весы для погрузчиков под ключ: подбор , монтаж , поверка» - Подзаголовок: 1–2 предложения про скорость и точность монтажа , гарантию. - Кнопка WhatsApp (крупная , primary) — текст «Написать в WhatsApp» + иконка. - Строка доверия под кнопкой: 3 коротких пункта в столбик/строку («Гарантия N лет» , «Выезд по региону `[ЗАПОЛНИТЬ]`» , «Поверка включена»). - Иллюстрация/SVG погрузчика с весами справа (или фон-паттерн , если иллюстрации нет). 3. **Услуги** (4 карточки в сетке , `--bg-surface` фон карточки , border `--border-color`) - Продажа весового оборудования - Монтаж на погрузчик - Поверка и калибровка - Сервис и ремонт - На каждой карточке: иконка , заголовок , 1–2 строки описания. 4. **Каталог** (сетка карточек товаров , 4–6 позиций из списка в п.0) - На карточке: иконка/плейсхолдер-изображение , название , 2–3 ключевые характеристики (грузоподъёмность , точность , IP-класс) , кнопка WhatsApp с текстом `«Интересует {название товара}»` (urlencoded). 5. **Как мы работаем** (степпер/таймлайн , 5 шагов) - Заявка в WhatsApp → Консультация и подбор → Выезд/монтаж → Поверка → Гарантийная поддержка. - Каждый шаг: номер , короткий заголовок , 1 строка описания. 6. **Преимущества** (4–6 пунктов , иконка + короткий текст) - Например: «Гарантия на монтаж» , «Сертифицированное оборудование» , «Опыт работы `[ЗАПОЛНИТЬ]` лет» , «Выезд по региону» , «Поверка включена в стоимость» , «Сервис 24/7» — оставить как варианты , отметить реальные цифры как `[ЗАПОЛНИТЬ]`. 7. **Кейсы** (сетка/карусель из 3 карточек) - Плейсхолдер-описание объекта (склад/производство/логистика) , тип установленного оборудования , результат в 1 фразе. 8. **Сертификаты и документы** (ряд бейджей) - Плейсхолдер-иконки «Сертификат соответствия» , «Свидетельство о поверке» — с пометкой `[ЗАПОЛНИТЬ: реальные документы]`. 9. **Отзывы** (2–3 карточки) - Плейсхолдер-тексты , помечены как черновые. 10. **Финальный CTA-блок** - Крупный заголовок-призыв , крупная кнопка WhatsApp по центру. - Контакты: телефон , email (плейсхолдеры) , адрес/регион. - Карта — встроенный статичный блок-плейсхолдер (реальный embed добавить , когда будет адрес). 11. **Footer** - Название компании , копирайт , повтор кнопки WhatsApp (маленькая) , ссылки на мессенджеры при наличии. **Плавающая кнопка WhatsApp** — fixed , правый нижний угол , видна на всех секциях при скролле , иконка WhatsApp в зелёном кружке (`#25D366`) , лёгкая пульсация (анимация раз в 3–4 сек , без резких эффектов). ### 3. WhatsApp-интеграция (техническая часть) - Формат ссылки: `https://wa.me/<номер_без_плюса_и_пробелов>?text=<urlencoded_текст>` - Номер и дефолтный текст вынести в константы в начале `main.js`: ```js const WHATSAPP_NUMBER = "ЗАПОЛНИТЬ"; // международный формат без + const WHATSAPP_DEFAULT_TEXT = "Здравствуйте! Интересуют весы для погрузчика , хочу проконсультироваться"; ``` - Все ссылки — `target="_blank" rel="noopener noreferrer"`. - Для карточек каталога текст сообщения формируется динамически: `Здравствуйте! Интересует ${имя_товара} , хочу проконсультироваться`. ### 4. Технические требования - Адаптив mobile-first , брейкпоинты: 375 / 768 / 1024 / 1440. - Изображения — webp , `loading="lazy"` (кроме hero-изображения). - Контраст текста — проверить на соответствие WCAG AA (особенно `--text-secondary` на `--bg-primary`). - Кросс-браузерность: Chrome , Safari , Firefox. - Favicon , `sitemap.xml` , `robots.txt`. ### 5. SEO и метаданные - `<title>`: «Весы для погрузчиков — продажа , монтаж , поверка [Регион]» - `meta description`: 1–2 предложения с УТП и регионом. - OG-теги (og:title , og:description , og:image — hero-изображение). - H1 — один на странице (см. Hero). - Alt-тексты у всех изображений/иконок. - Микроразметка `schema.org`: `LocalBusiness` (общие данные компании) + `Product` для каждой карточки каталога. ### 6. Порядок выполнения (для модели Flash 3.6 Medium — дробить по шагам) Выполнять и показывать результат по одному пункту за раз , не объединяя несколько секций в один ответ: 1. Скелет HTML + подключение CSS-переменных из раздела 1. 2. Header + мобильное меню + плавающая кнопка WhatsApp. 3. Hero-секция. 4. Секция «Услуги». 5. Секция «Каталог». 6. Секция «Как мы работаем». 7. Секция «Преимущества». 8. Секция «Кейсы». 9. Секция «Сертификаты». 10. Секция «Отзывы». 11. Финальный CTA-блок + Footer. 12. SEO-метатеги , favicon , sitemap.xml , robots.txt. 13. Финальная проверка: адаптив на 4 брейкпоинтах , контраст , все wa.me-ссылки , lazy-loading изображений. ### 7. Чек-лист приёмки (сверить перед сдачей) - [ ] Все `[ЗАПОЛНИТЬ]`-плейсхолдеры собраны в единый список в комментарии наверху `index.html` для удобной правки. - [ ] Все кнопки/ссылки ведут на корректный `wa.me` с правильным текстом. - [ ] Плавающая кнопка WhatsApp не перекрывает контент на мобильных (проверить над footer). - [ ] Ни одной формы обратной связи в коде нет. - [ ] Адаптив проверен на 375/768/1024/1440. - [ ] Цветовая схема соответствует разделу 1 (никаких случайных цветов вне палитры). - [ ] Lorem ipsum отсутствует — весь текст по теме. ## КОНЕЦ ПРОМТА (копировать до этой строки) ,

Full body portrait of a noble medieval fantasy lord , around 40 years old , angular weathered face from the cold , serious dignified gaze , short well-groomed beard , dark hair with frost strands , wearing ornate dark plate armor with silver details and Nordic rune engravings , thick fur cloak (wolf or bear) flowing in the frozen wind , holding a long sword with carved hilt , breath condensing in the cold air. Setting: fantasy medieval village in a frozen , inhospitable region , dark wood and stone houses covered in snow and ice , icicles hanging from roofs , smoke rising from chimneys , torches battling the blizzard , steel-gray stormy sky , snowy mountains in the background , faint aurora borealis glow. Realistic anime style , detailed anime illustration blended with semi-realistic render , cinematic cold-toned lighting (blues , grays , whites) contrasted with warm orange torchlight , highly detailed textures on metal , fur and snow , dramatic medium-wide composition , depth of field , epic solemn atmosphere , low-angle 35mm lens shot , volumetric lighting , snow particles in the air --ar 2:3 --style raw --v 6.1 --s 250 --q 2 ,

An 8K , hyperrealistic photograph presented in a 2:3 vertical portrait aspect ratio , featuring a medium shot of a woman in her late 20s (25-30 years old) , of Caucasian origin with a slender build. The scene is set indoors in a cozy living area , captured from a straight-on , eye-level perspective with central composition. The woman is the main focal point , sharply focused , smiling warmly and confidently directly at the lens. Her complexion is fair , displaying natural skin texture with subtle pores visible. She has light-brown eyes and shoulder-length , wavy , golden-blonde hair flowing loosely. She is dressed in an oversized , beige , chunky-knit wool sweater. She wears matching beige high-heeled pumps and carries a black leather handbag over her shoulder. The background is softly blurred with a smooth bokeh , creating a shallow depth of field. Natural daylight streams in from a window to the right , mixing with ambient indoor lighting for a neutral 5500K color temperature and moderate intensity. The light is soft and directional , casting gentle , diffuse shadows that create a calm , warm atmosphere. In the background , a dark wood side table with a table lamp sits to the left , and a fabric ottoman is positioned to the right. The foreground consists of a carpeted floor. The image is balanced with natural color saturation , precise white balance , and high dynamic range , featuring minimal grain and excellent sharpness. The overall color palette emphasizes tones of beige , black , brown , and white , highlighting diverse textures like wool , leather , wood , fabric , and carpet. The rendering quality is high-end professional studio photography with ultra-precise details and anatomically perfect consistency. ,

2D cartoon animation , Broccoli Animations style , bold outlines , flat cel shading — medium wide shot of the clerk at her desk , the opened archive box in front of her. She holds an index card in one hand and counts items laid out on the desk with her other hand. Her expression is focused but unsettled. Thirteen items are spread neatly. One clear empty space on the desk implies something missing. Fluorescent lighting , muted grey-navy tones. Clock on wall shows nearly 1 AM. ,

Medium close-up , inside a dilapidated thatched hut , sweltering summer night , mosquitoes buzzing. A young girl sleeping peacefully on a straw mat , a boy sitting beside her gently fanning her with a large palm leaf. Sweat beading on his forehead , but a contented smile on his lips. Silent protection and sacrifice. Warm candlelight , chiaroscuro , cinematic , photorealistic , 8K , tender moment. ,

Medium shot , inside a ruined temple , a boy around 7 or 8 years old sitting up from the ground , his body covered in small cuts and bruises , clothes tattered and torn. He stares blankly at his own hands , eyes hollow and confused. Dust motes dancing in the dim light , broken Buddha statues in the background. Amnesia , vulnerability , emptiness , soft side lighting , cinematic , photorealistic , 8K , emotional storytelling. ,

Medium wide shot , a desolate snowy mountain , heavy snow falling , a ruined ancient mountain temple standing alone in the snow , half-collapsed door , faint warm light spilling from inside the temple. Winter wilderness , abandoned , forgotten place , cold and lonely atmosphere , cinematic snow scene , blue hour lighting , hyper-detailed , photorealistic , 8K , Chinese ancient architecture ruins. ,

A straight-on medium shot features a young woman with light skin and long brown hair , standing outdoors beside a weathered black car. The woman clad in an exquisitely detailed Ghagra Choli with intricate Kutchi patterns , complemented by a flowing Dupatta that drapes gracefully around her shoulders; her vibrant crop top showcases bold geometric motifs , leaning slightly to her left. Natural sunlight from the upper left casts a bright , diffused glow , creating lens flare and soft highlights around her silhouette. The background is dense with green foliage , suggesting an overgrown , possibly abandoned area. A Web-like pattern of sunbeams and light scatter are noticeable , adding a dreamy , ethereal quality to the image. The overall atmosphere is a mix of romantic and rustic , with the bright daylight contrasting against the overgrown and slightly neglected environment. ,

(by Ananta Mandal (and Andrew Biraj:0.5)) , (in the style of nihonga) , Style: Abstract , Medium: Digital illustration , Subject: An otherworldly landscape with floating islands , cascading waterfalls , and vibrant flora and fauna. Camera Angle: Overhead shot capturing the vastness and intricate details of the scene. The colors are saturated , and the lighting creates a warm and ethereal atmosphere. The painting is highly detailed , with every brushstroke capturing the complexity of the imaginary world. , (high quality) , (detailed) , (masterpiece) , (best quality) , (highres) , (extremely detailed) , (8k) ,

(by Ananta Mandal (and Andrew Biraj:0.5)) , (in the style of nihonga) , Style: Abstract , Medium: Digital illustration , Subject: An otherworldly landscape with floating islands , cascading waterfalls , and vibrant flora and fauna. Camera Angle: Overhead shot capturing the vastness and intricate details of the scene. The colors are saturated , and the lighting creates a warm and ethereal atmosphere. The painting is highly detailed , with every brushstroke capturing the complexity of the imaginary world. , (high quality) , (detailed) , (masterpiece) , (best quality) , (highres) , (extremely detailed) , (8k) ,

A medium shot of a beautiful Indian woman with long , wavy dark hair adorned with white flowers. She has a red bindi on her forehead and is wearing a green sleeveless blouse with gold embroidery and a pink and green sari with gold motifs. She has gold jhumka earrings and green bangles on her wrist. She is looking towards the camera with a soft smile. The background is a blurred stone wall. 8K resolution. ,

Ishtar Beautiful Goddess , in her temple Medium: soft traditional illustration—watercolor or gouache with fine drybrush and graphite detailing; smooth blended washes and controlled line work. Palette: muted , desaturated tones with warm creams contrasted against cool grays and subdued jewel accents (soft greens and pale pinks) producing a gentle , intimate mood. Texture: visible paper grain , delicate brushwork , subtle shadowing and restrained highlights giving a matte , illustrative finish rather than glossy realism. Stylistic influences: classic fantasy paperback illustration with Art Nouveau ornamentation and a 1970s moody , romantic sensibility. , Watercolor painting style , soft washes of color , translucent layers , gentle gradients , organic brush textures , light paper grain , airy and delicate fine art feel. ,

full body , ridiculous , cinema lights , (best medium photo of otter) , stiff-legged movements and its eyes puffed out , it wears a pair of tiny , comically ill-fitting neon shoes , green eyes , on street , intricate design , (high dynamic range) , taking selfie by iPhone , ray tracing , anisotropic filtering , depth of field , maximum sharpness and acceptance , multi-layer textures , albedo and highlight maps , surface shading , accurate simulation of light-material interactions , perfect proportions , octane rendering. ,

A straight-on medium shot features a Indian woman with light skin and long brown hair , standing outdoors beside a weathered black car. The woman is dressed in a exquisitely detailed Ghagra Choli with intricate Kutchi patterns , complemented by a flowing Dupatta that drapes gracefully around her shoulders; her vibrant crop top showcases bold geometric motifs , leaning slightly to her left. Natural sunlight from the upper left casts a bright , diffused glow , creating lens flare and soft highlights around her silhouette. The background is dense with green foliage , suggesting an overgrown , possibly abandoned area. A Web-like pattern of sunbeams and light scatter are noticeable , adding a dreamy , ethereal quality to the image. The overall atmosphere is a mix of romantic and rustic , with the bright daylight contrasting against the overgrown and slightly neglected environment. ,

{'Caption': 'An extreme close-up , low-angle view of a woman styled as a Medusa-like character in a neon-lit set. Large , realistic snakes coil around her head and shoulders as she uses a compact mirror to apply bold neon-purple eyeshadow , while her gold reptilian manicure glints in the colored light. Dramatic colored gels and multiple soft sources create a cool-tinted glow across the scene.' , 'STYLE': {'Artistic Medium': 'photorealistic live-action cinematic still' , 'Aesthetic Movement / Genre': 'surreal fashion editorial portrait with neon cyber-fantasy styling' , 'Cultural / Historical Influence': 'mythological Medusa influence , high-fashion styling reminiscent of Balenciaga aesthetics'} , 'COMPOSITION': {'Framing': 'extreme close-up , low angle' , 'Layout': 'tight crop with the face on the upper-left third , compact mirror and hand dominating the foreground on the right , coiling snakes framing the subject' , 'Perspective': 'canted low-angle shot looking up toward the face'} , 'SCENE': {'Subject Characteristics': 'adult female-presenting , light skin , apparent , Medusa-inspired styling , bold neon-purple eyeshadow , dark lipstick , gold reptilian-pattern nails , snakes entwined around head and neck' , 'Setting': 'studio set with colored gel lighting'} , 'CINEMATOGRAPHY_AND_LIGHTING': {'Lighting Style': 'multi-source colored gel lighting with dominant teal , magenta , and purple hues; soft , diffused sources with gentle falloff' , 'Color Palette': 'teal and cyan highlights , magenta accents , deep purple shadows , pale skin tones' , 'Overall Color Tone': 'cool with magenta accents' , 'Tone & Mood': 'surreal , glamorous , tense , otherworldly'} , 'PHYSICAL_ATTRIBUTES': {'Material & Texture': 'smooth skin illuminated by gels , moist glossy eyeshadows , snake scales with sinuous texture , metallic sheen on polished fingernails' , 'Physics & Effects': 'coiling snakes around the subject’s neck and arms; reflective surfaces on nails and makeup' , 'Execution Style': 'high-end fashion beauty portrait with practical snakes and dramatic neon lighting'}} ,

FORMAT: 4:5 vertical hyper-commercial chocolate campaign poster , ultra-high resolution (8K) , premium billboard + social media advertising ready Style: bold FMCG advertising × modern snack campaign × energetic commercial poster design × high-impact product photography 🧠 CORE IDEA: THE BREAK EVERYONE WAITS FOR. A campaign built around impact , craving , and satisfying motion. Everything in the composition reacts to the iconic KitKat snap. 🎬 MASTER COMPOSITION: BACKGROUND: Deep KitKat red environment Layered with: - rich red gradients - chocolate texture overlays - dynamic motion streaks - subtle crumb particles - repeated typography patterns - glossy studio reflections The atmosphere should feel: bold , hungry , energetic , commercially explosive. 👤 HUMAN SUBJECT: Young Gen-Z male/female model Expression: playful , confident , mid-enjoyment moment Pose: holding KitKat toward camera mid-snap action Camera angle: slightly low + close perspective for product dominance Wardrobe: modern streetwear in neutral tones allowing red palette to dominate 💥 VISUAL ENERGY: The SNAP becomes the visual explosion. At the break point: - chocolate shards flying outward - wafer crumbs suspended mid-air - liquid chocolate streaks - motion lines radiating from snap Typography physically cracks apart following the KitKat break. Feels: satisfying , punchy , commercially exaggerated. 🍫 PRODUCT HERO: [KitKat](chatgpt://generic-entity?number=0) chocolate bar + wrapper Placement: foreground center-right Angle: extreme 3/4 hero perspective Product details: - hyper-real chocolate texture - visible wafer layers - glossy melted chocolate highlights - realistic crumbs - embossed KitKat logo - premium wrapper reflections Chocolate should feel: crispy , rich , irresistible. ✍️ TYPOGRAPHY SYSTEM: MAIN HEADLINE: “BREAK TIME.” Typography style: - ultra-bold condensed sans-serif - oversized stacked layout - white typography - extremely tight spacing - cracked/distorted around snap point SECONDARY TEXT: “HAVE A BREAK. HAVE A KITKAT.” BACKGROUND TYPOGRAPHY: Repeated low-opacity words: SNAP CRUNCH BREAK CHOCOLATE WAFER MELT integrated into background layers 📦 FEATURE INFORMATION STRIP: Bottom premium feature strip: □ CRISPY WAFER □ RICH CHOCOLATE □ ICONIC SNAP □ PERFECT BREAK Minimal modern icon system. 📣 CTA SECTION: BOTTOM LEFT: “NEW SHARING PACK AVAILABLE” CTA BUTTON: solid white rectangular button TEXT: “GRAB NOW” Secondary micro CTA: “Available Online & In Stores” 🌐 WEBSITE + BRAND INFO: BOTTOM CENTER: www.kitkat BOTTOM MICROTEXT: “NESTLÉ KITKAT · 2026 EDITION” 🎨 COLOR SYSTEM: PRIMARY: KitKat red deep chocolate brown SECONDARY: white typography ACCENTS: warm chocolate highlights golden wafer tones Palette should feel: bold , delicious , high-energy , commercial. 💡 LIGHTING SYSTEM: MAIN LIGHT: strong commercial studio key light RIM LIGHT: warm chocolate highlights around product ACCENT LIGHT: soft red glow behind snap motion ATMOSPHERIC LIGHT: subtle floating particles catching light REFLECTIONS: glossy FMCG-grade reflections Lighting should feel: premium snack advertising × modern commercial photography. ✨ HYPER DETAILING: - ultra-real wafer texture - sharp chocolate break detail - floating crumb realism - melted chocolate reflections - premium wrapper texture - billboard readability maintained - ultra-clean typography edges - high-end FMCG rendering quality 📐 COMPOSITION FLOW: Upper Frame: massive typography dominance Center: snap explosion + human interaction Foreground: product hero Lower-left: CTA + features Eye flow: Headline → Snap → Product → Chocolate Motion → CTA 🎥 CAMERA & RENDER: - commercial food photography - Phase One medium format feel - 35–50mm lens - HDR commercial rendering - ultra-clean sharpness - premium FMCG color grading 🔥 FINAL FEEL: Feels like: Nike energy campaign × premium FMCG launch × modern Behance commercial food poster. ,

FORMAT: 4:5 vertical hyper-commercial chocolate campaign poster , ultra-high resolution (8K) , premium billboard + social media advertising ready Style: bold FMCG advertising × modern snack campaign × energetic commercial poster design × high-impact product photography 🧠 CORE IDEA: THE BREAK EVERYONE WAITS FOR. A campaign built around impact , craving , and satisfying motion. Everything in the composition reacts to the iconic KitKat snap. 🎬 MASTER COMPOSITION: BACKGROUND: Deep KitKat red environment Layered with: - rich red gradients - chocolate texture overlays - dynamic motion streaks - subtle crumb particles - repeated typography patterns - glossy studio reflections The atmosphere should feel: bold , hungry , energetic , commercially explosive. 👤 HUMAN SUBJECT: Young Gen-Z male/female model Expression: playful , confident , mid-enjoyment moment Pose: holding KitKat toward camera mid-snap action Camera angle: slightly low + close perspective for product dominance Wardrobe: modern streetwear in neutral tones allowing red palette to dominate 💥 VISUAL ENERGY: The SNAP becomes the visual explosion. At the break point: - chocolate shards flying outward - wafer crumbs suspended mid-air - liquid chocolate streaks - motion lines radiating from snap Typography physically cracks apart following the KitKat break. Feels: satisfying , punchy , commercially exaggerated. 🍫 PRODUCT HERO: [KitKat](chatgpt://generic-entity?number=0) chocolate bar + wrapper Placement: foreground center-right Angle: extreme 3/4 hero perspective Product details: - hyper-real chocolate texture - visible wafer layers - glossy melted chocolate highlights - realistic crumbs - embossed KitKat logo - premium wrapper reflections Chocolate should feel: crispy , rich , irresistible. ✍️ TYPOGRAPHY SYSTEM: MAIN HEADLINE: “BREAK TIME.” Typography style: - ultra-bold condensed sans-serif - oversized stacked layout - white typography - extremely tight spacing - cracked/distorted around snap point SECONDARY TEXT: “HAVE A BREAK. HAVE A KITKAT.” BACKGROUND TYPOGRAPHY: Repeated low-opacity words: SNAP CRUNCH BREAK CHOCOLATE WAFER MELT integrated into background layers 📦 FEATURE INFORMATION STRIP: Bottom premium feature strip: □ CRISPY WAFER □ RICH CHOCOLATE □ ICONIC SNAP □ PERFECT BREAK Minimal modern icon system. 📣 CTA SECTION: BOTTOM LEFT: “NEW SHARING PACK AVAILABLE” CTA BUTTON: solid white rectangular button TEXT: “GRAB NOW” Secondary micro CTA: “Available Online & In Stores” 🌐 WEBSITE + BRAND INFO: BOTTOM CENTER: www.kitkat BOTTOM MICROTEXT: “NESTLÉ KITKAT · 2026 EDITION” 🎨 COLOR SYSTEM: PRIMARY: KitKat red deep chocolate brown SECONDARY: white typography ACCENTS: warm chocolate highlights golden wafer tones Palette should feel: bold , delicious , high-energy , commercial. 💡 LIGHTING SYSTEM: MAIN LIGHT: strong commercial studio key light RIM LIGHT: warm chocolate highlights around product ACCENT LIGHT: soft red glow behind snap motion ATMOSPHERIC LIGHT: subtle floating particles catching light REFLECTIONS: glossy FMCG-grade reflections Lighting should feel: premium snack advertising × modern commercial photography. ✨ HYPER DETAILING: - ultra-real wafer texture - sharp chocolate break detail - floating crumb realism - melted chocolate reflections - premium wrapper texture - billboard readability maintained - ultra-clean typography edges - high-end FMCG rendering quality 📐 COMPOSITION FLOW: Upper Frame: massive typography dominance Center: snap explosion + human interaction Foreground: product hero Lower-left: CTA + features Eye flow: Headline → Snap → Product → Chocolate Motion → CTA 🎥 CAMERA & RENDER: - commercial food photography - Phase One medium format feel - 35–50mm lens - HDR commercial rendering - ultra-clean sharpness - premium FMCG color grading 🔥 FINAL FEEL: Feels like: Nike energy campaign × premium FMCG launch × modern Behance commercial food poster. ,

photorealistic Liu Yi Fei inspired by Sailor Moon , long black hair in iconic twin buns with loose messy pigtails , strands falling across her face , slightly disheveled , standing in a police station mugshot setting , height chart wall behind her , holding a mugshot placard , smudged makeup , dark mascara streaks under her eyes , glossy slightly parted lips , faint blush mixed with fatigue , large expressive eyes , confident rebellious gaze , subtle ironic smirk , head slightly tilted , attitude , tired but defiant emotion wearing a modern edgy reinterpretation of Sailor Moon outfit , slightly torn or wrinkled , darker tones , leather-like textures mixed with fabric , harsh fluorescent lighting from above , realistic skin texture with imperfections , cinematic shadows , gritty атмосphere , front-facing composition , shallow depth of field , ultra detailed , anime inspired but photorealistic , 8k faint magical glow fading around her , subtle sparkles mixed with gritty realism , contrast between magical identity and harsh reality , intense mood text "An Feng" slight bruise or redness on cheek lipstick smeared unevenly chains or handcuffs partially visible wet hair strands as if caught in rain portrait framing , head fully visible , top of head not cropped , extra space above head , centered composition , proper headroom medium shot , , Hyperrealistic , splash art , concept art , mid shot , intricately detailed , color depth , dramatic , 2/3 face angle , side light , colorful background ,

Masterpiece photorealistic full-length natural skin , no make-up , a beautiful 30-years-old pale freckled european elfic woman shoulder blond ponytail braid pale green eyes , medium wearing tigh leather armour Dark-blue and gold. Matching boots standing up in a dark cave , she's handing an elfic sword in right hand and a torch in left , a little determined smile on her face ,

Masterpiece photorealistic full-length natural skin , no make-up , a beautiful 30-years-old pale freckled european elfic woman shoulder blond ponytail braid pale green eyes , medium wearing tigh leather armour Dark-blue and gold. Matching boots standing up in a dark cave , she's handing an elfic sword in right hand and a torch in left , a little determined smile on her face ,

A medium shot of Liu Yi Fei in an blue nurse skirt , leaning turned to the right and looking back over her shoulder. The shirt is a form-fitting white silk Ao Dai and features a white silk lace long pant. Her black hair is styled in a high bun with a white hair tie. The background shows a curved metal wall of a deep , translucent obsidian , etched with glowing neon-cyan track lines and a glowing blue cross sign. The lighting creates a dramatic effect with shadows on the left side of the frame. The image has a professional , cinematic quality with sharp focus and high contrast. , cyberpunk 2099 blade runner 2049 neon , cyberpunk 2099 blade runner 2049 neon ,

A 2D game sprite sheet showing the evolutionary stages of a monster , presented in a hand-drawn , sketch art style with thick , rough black outlines and flat colors. The background is a uniform light grey grid composed of small squares , with approximately 14 rows by 36 columns visible across the image. Five distinct stages of a fleshy , dark reddish-brown amorphous monster with glowing red eyes are lined up from left to right. Stage 1 (Far Left): A small , simple tadpole-like slime blob with one large glowing red eye. Height: approximately 2 grid squares. Stage 2: A slightly larger slime puddle with two distinct rounded heads pooling together , each with a red eye. Height: approximately 2.5 grid squares. Stage 3: A medium-sized creature standing upright on undeveloped legs , featuring a hunched back , blade-like appendages , and two glowing red eyes dripping with red liquid. Height: approximately 4 grid squares. Stage 4: A large , hunched beast with scythe-like claws , a prominent white skull-like mask on its shoulder , and red fleshy spikes on its back. Height: approximately 5.5 grid squares. Stage 5 (Far Right): A massive hydra-like cluster of many dark , rounded heads fused into a single base , each with glowing red eyes or skull-like markings , with several blade appendages protruding from the mass. Height: approximately 9 grid squares. ,

A surreal conceptual digital artwork of a woman’s side-profile portrait entirely formed by thousands of tiny human figures standing closely together. The woman has soft facial features , light skin , medium-length flowing hair , and wears modern round eyeglasses. The crowd seamlessly shapes her face , hair , neck , and shoulders , with individual people visible in different clothing colors and poses. Some people appear to be walking outward from the silhouette , creating a dynamic dissolving effect. The scene is viewed from a slightly elevated angle on a clean white background with dramatic long shadows cast across the ground by warm directional sunlight. The composition is minimalistic yet highly detailed , symbolizing collective identity , society , and human connection. Ultra-realistic , cinematic lighting , intricate crowd details , photorealistic textures , soft neutral tones , high depth of field , 8K resolution , conceptual art style , masterpiece quality. ,

Rear back view of a woman including spec with a medium curvy fuller hourglass body , walking through an old Gujarati village with mud houses and wooden doors , gentle side face visible. Wearing a vintage ghagra choli with backless blouse , loose braid hairstyle. Sunny afternoon , earthy tones , high-angle candid shot , 8K. ,

A medium shot , displays a blurred image of an old female violinist in sleek ivory white long dress with jazz band performing on rickety stage inside a smoky jazz club to an enthusiastic audience in old clothes dancing in the club. Normal human anatomy , accurately drawn violin , perfect spelling , perfectly legible. Flickering vintage gothic neon sign with the words "ACES" next to a stylized violin in flickering yellow and red hues , positioned centrally hanging in the old velvet curtain. The neon letters and art are in a sleek jazzy style , creating a striking contrast against the darker backdrop. high contrast , colorful polychromatic , ultra detailed , ultra quality , CGSociety , intricate details , HDR , beautifully shot , hyperrealistic , sharp focus , 64 megapixels , perfect composition , high contrast , cinematic , atmospheric , moody , detailed matte painting , deep color , fantastical , intricate detail , splash screen , complementary colors , fantasy concept art , 8k resolution trending on Artstation Unreal Engine 5 , detailed matte painting , deep color , fantastical , intricate detail , splash screen , complementary colors , fantasy concept art , 8k resolution trending on Artstation Unreal Engine 5 ,

Style: retro anime , dark fantasy , 2D illustration. Format: waist-up shot (not full-body). Avatar: a slender female warrior holding a weapon. Dynamic pose , interesting angle. Setting: a forest , possibly with a castle in the background; fairies or sparks may be present. Avatar description: chestnut-brown hair , cascading hairstyle , medium length (shoulder-length) , “curtain” bangs—face clearly visible , front strands curled and styled toward the ears , one strand falling across the face. Brown eyes; decorative elements can be added—iris details , multiple shades , stars , flowers , etc. Draw inspiration from anime eye art. Add accessories—ear cuffs , earrings , rings ,

Transform this portrait photo into a professional children's coloring book line art illustration. Clean , smooth , continuous black outlines only. Pure black ink lines on a pure white background. No shading , no grayscale , no colors , no gradients. No sketch texture , no cross-hatching , no scribbles , no dots , no noise. Lines must be crisp , well separated , and easy for coloring inside. Medium-thick outlines suitable for printing coloring books. Simplify unnecessary details while preserving the main facial features and likeness. Balanced line weight , smooth curves , professional vector-style ink drawing. Minimal background or completely blank background. High contrast , ultra clean edges , print-ready coloring page style. 8K resolution , extremely sharp , high detail , perfect for coloring book printing. ,

Highly detailed photorealistic portrait of a female subject with the following biometric characteristics: Facial Structure: Oval facial geometry with slight vertical elongation. Smooth mandibular line with low angular definition , transitioning softly into the chin. Cheekbones moderately pronounced , positioned slightly above mid-face level , with gentle lateral projection rather than sharp prominence. Narrow lower face tapering subtly toward the chin. Ocular Anatomy: Eyes medium-sized with neutral to slightly positive canthal tilt (outer corners marginally higher than inner corners). Moderate orbital depth , not deeply recessed. Upper eyelids partially visible with a soft crease , no heavy hooding. Lower eyelids smooth with minimal tear trough definition. Iris appears light brown with subtle radial texture and low contrast limbal ring. Nasal and Labial Morphology: Nasal bridge straight and narrow , with consistent width from radix to tip. Nasal tip small , softly rounded with minimal bulbosity. Nostrils narrow with low flare. Philtrum moderate in length. Lips proportionally balanced , with a defined but not exaggerated cupid’s bow. Upper lip thinner than lower lip , with smooth vermilion border and natural asymmetry. Skin Micro-Texture: Visible natural skin texture with fine pores , especially around the nose and central cheeks. Slight tonal variation across the face , including subtle redness around nasal folds. Minimal imperfections such as faint micro-lines and very light unevenness in tone. No artificial smoothing; presence of fine vellus hair along jawline and cheek edges. Hair Description: Long , straight hair with fine-to-medium strand thickness. Natural fall following gravity , parted slightly off-center. Color is light brown to dark blonde with subtle tonal variation and natural highlights. Hair surface reflects soft diffuse light , not overly glossy. Lighting and Lens Setup: Captured using an 85mm lens for natural compression and facial proportion accuracy. Aperture around f/2.8–f/4 for moderate depth of field. Lighting setup: soft natural light or diffused key light from frontal direction , slightly above eye level (modified butterfly lighting) , producing soft shadows under the nose and chin while maintaining even facial illumination. Background softly blurred (shallow depth of field) , with green organic texture suggesting foliage. Pose and Expression: Frontal orientation with slight forward lean. Shoulders relaxed. Hands loosely positioned together in front of the body. Neutral-positive expression with closed-mouth or lightly open smile , teeth slightly visible , cheeks subtly raised. Clothing and Context: Casual outfit: fitted long-sleeve top in a neutral light tone. Lower garment with patterned textile (vertical motifs). Minimal accessories: small earrings and a thin necklace with a small pendant. Rendering Requirements: Ultra-high resolution , extreme detail preservation , realistic skin rendering , no beauty filters , no stylization , no exaggeration. Maintain anatomical accuracy and natural asymmetry. ,

Hyper photo-realistic candid lifestyle fashion photo inside a mumbai local train carriage. A mature woman (early 40s) , hourglass body , light-medium warm skin tone , standing alone near a blue letther bench seat. Pose: relaxed “godfather” posture with both arms stretched wide along the backrest , torso turned slightly left , head turned left looking out the window. Accessories: oversized cream over-ear headphones , gold hoop earrings , thin gold necklace , small mobile bag with brown monogram pattern tucked under her arm , wearing Maharashtrian style traditional Saree. Hair: dark brown , high ponytail with loose face-framing strands. Setting: train interior with red door frame on right edge , ventilation grille above window , blue mosaic seat fabric , dark floor. Window shows fast motion blur of passing train in red tones. Lighting: soft daylight from window , natural skin texture , iPhone video-frame look. Composition: full body head-to-toe centered , subject fills ~70% of frame height , vertical 9:16 aspect , eye-level camera from across the aisle , 24–28mm wide lens look , sharp focus on subject with background slightly softer , photorealistic real human. Negative prompt: cartoon , CGI , airbrushed skin , extra limbs , bad hands , cropped feet , cropped head , text misspelled , blurry subject , watermark , oversaturated HDR ,

A photorealistic outdoor portrait: mature female standing in front of rustic beige mud wall with lush green leaves and white flowers above , turned slightly away showing back and shoulder , looking back over shoulder with gentle confident smile , relaxed posture. Long dark slightly wavy hair down with small white flower behind one ear , wearing pink patterned Saree with thin shoulder ties and open back exposing upper back , small gold earrings , bracelet , ring. Stand next to his classic Rolls Royce car with a leather interior design. Bright natural sunlight , warm summery fresh mood , natural lifestyle iPhone casual portrait , eye-level medium close-up , sharp focus on subject , soft blurred background , warm natural skin tones , enhanced saturation , soft contrast , soft skin detail , natural makeup , sunlit glow , high resolution realistic textures. 9:16 aspect ratio. ,