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 отсутствует — весь текст по теме. ## КОНЕЦ ПРОМТА (копировать до этой строки) ,

Photorealistic photo , exterior aluminum window of building , tempered glass with penetration damage , irregular hole at the center , radial spiderweb fine cracks spreading outward from hole , glass remains intact without falling off , gray stone wall , outdoor daylight , natural lighting , realistic camera shot , high detail , authentic defect , no exaggerated damage. ,

Act as a world-class brand identity designer with 20+ years of experience specializing in luxury minimalist logos. Design a premium , timeless , award-winning logo for an industrial eco-friendly brand named: ورقة وجذع Warqah & Jitha About the Brand: Warqah & Jitha is a Yemeni industrial company manufacturing sustainable , locally produced rattan sticks as an eco-friendly alternative to imported natural rattan. The brand represents sustainability , local craftsmanship , environmental responsibility , premium quality , and modern Yemeni heritage. The logo must communicate: • Sustainability • Nature • Local manufacturing • Innovation • Premium craftsmanship • Eco-friendly materials • Trust • Elegance • Authentic Yemeni identity • Luxury simplicity Icon Design: Create a memorable geometric symbol by combining: • A natural leaf • A tree trunk or wooden branch • Several subtle rattan sticks integrated into the icon The integration should be clever using negative space. Avoid obvious clipart. The icon should be unique , scalable , iconic , and recognizable even without text. Design Style: Luxury Minimalism Modern Organic Scandinavian Simplicity Flat Vector Geometric Precision Negative Space Premium Branding Timeless Identity Clean Lines Swiss Design Monoline Balanced Composition Typography: Arabic: ورقة وجذع English: Warqah & Jitha Use elegant modern Arabic typography paired with a sophisticated sans-serif English font. Color Palette: Primary: Olive Green (#556B2F) Secondary: Natural Wood Brown (#7A5230) Accent: Warm Sand Beige (#D8C3A5) Optional Luxury Accent: Soft Matte Gold (#C7A55B) Background: Pure White Deliverables: • Full-color logo • Black version • White version • Icon only • Horizontal layout • Vertical layout • Luxury brand presentation • Packaging mockup • Wooden engraving mockup • Business card mockup • Stamp version • Social media profile icon The logo must look perfect on: Luxury packaging Wood engraving Product labels Gift boxes Shopping bags Website Mobile App Instagram Business cards Signage Requirements: No gradients No shadows No mockup effects inside the logo itself Vector style Simple but highly memorable Balanced proportions Professional branding Behance Featured quality Dribbble Top Shot quality Minimal but emotionally powerful The logo should be iconic enough to become a globally recognizable symbol similar to Apple , Nike , Airbnb , or Starbucks , using extremely simple geometry and intelligent negative space. ,

Act as a world-class brand identity designer with 20+ years of experience specializing in luxury minimalist logos. Design a premium , timeless , award-winning logo for an industrial eco-friendly brand named: ورقة وجذع Warqah & Jitha About the Brand: Warqah & Jitha is a Yemeni industrial company manufacturing sustainable , locally produced rattan sticks as an eco-friendly alternative to imported natural rattan. The brand represents sustainability , local craftsmanship , environmental responsibility , premium quality , and modern Yemeni heritage. The logo must communicate: • Sustainability • Nature • Local manufacturing • Innovation • Premium craftsmanship • Eco-friendly materials • Trust • Elegance • Authentic Yemeni identity • Luxury simplicity Icon Design: Create a memorable geometric symbol by combining: • A natural leaf • A tree trunk or wooden branch • Several subtle rattan sticks integrated into the icon The integration should be clever using negative space. Avoid obvious clipart. The icon should be unique , scalable , iconic , and recognizable even without text. Design Style: Luxury Minimalism Modern Organic Scandinavian Simplicity Flat Vector Geometric Precision Negative Space Premium Branding Timeless Identity Clean Lines Swiss Design Monoline Balanced Composition Typography: Arabic: ورقة وجذع English: Warqah & Jitha Use elegant modern Arabic typography paired with a sophisticated sans-serif English font. Color Palette: Primary: Olive Green (#556B2F) Secondary: Natural Wood Brown (#7A5230) Accent: Warm Sand Beige (#D8C3A5) Optional Luxury Accent: Soft Matte Gold (#C7A55B) Background: Pure White Deliverables: • Full-color logo • Black version • White version • Icon only • Horizontal layout • Vertical layout • Luxury brand presentation • Packaging mockup • Wooden engraving mockup • Business card mockup • Stamp version • Social media profile icon The logo must look perfect on: Luxury packaging Wood engraving Product labels Gift boxes Shopping bags Website Mobile App Instagram Business cards Signage Requirements: No gradients No shadows No mockup effects inside the logo itself Vector style Simple but highly memorable Balanced proportions Professional branding Behance Featured quality Dribbble Top Shot quality Minimal but emotionally powerful The logo should be iconic enough to become a globally recognizable symbol similar to Apple , Nike , Airbnb , or Starbucks , using extremely simple geometry and intelligent negative space. ,

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. ,

Design a premium A4-size professional book back cover for AIAT Technologies that perfectly matches the front cover design , color palette , typography , branding , spacing , visual hierarchy , and enterprise technology aesthetic. Portrait orientation (A4 vertical) , print-ready publishing quality , ultra-high resolution , modern cybersecurity and IT infrastructure theme. Use a clean deep navy-blue background with subtle geometric grid patterns , abstract network connections , digital circuitry , server infrastructure elements , cloud computing symbols , data streams , and elegant holographic technology accents. No humans , faces , characters , hackers , hooded figures , robots , or mascots. Create a sophisticated corporate technology appearance suitable for a professional educational publication. At the top include a section titled "About This Book". Below it place a professionally formatted book description area explaining that Windows CLI – 100 Important Commands is a practical reference guide covering essential Windows command-line tools for system administration , troubleshooting , networking , security operations , automation , diagnostics , and IT support. Include a clean feature highlights section with modern iconography containing: • 100 Essential Windows Commands • Practical Command Examples • Networking & Troubleshooting Tools • System Administration Techniques • Security & Diagnostic Utilities • Beginner to Advanced Learning Resource. Add a section titled "Who Should Read This Book?" listing: IT Professionals , System Administrators , Help Desk Engineers , Cybersecurity Analysts , Networking Students , Technology Enthusiasts , and Computer Science Learners. Include a professional AIAT Technologies company profile section with the heading "About AIAT Technologies" and a clean placeholder text area for company information. At the bottom reserve space for ISBN barcode placement , publisher information , website , email address , copyright details , and social media icons. Use premium white and cyan typography with strong readability and professional alignment. Maintain generous spacing , balanced composition , and publishing-standard formatting. The overall design must feel like a bestselling enterprise technology handbook from a leading technology training organization. Print-ready , ultra-detailed , corporate publishing quality , elegant modern layout , professional educational technology branding , 8K quality. Negative Prompt: no humans , no faces , no hooded figures , no hackers , no robots , no anime , no cartoons , no gaming appearance , no movie-poster style , no cluttered layout , no excessive neon effects , no blurry text , no distorted typography , no low resolution , no watermark , no stock-photo appearance , no horror elements , no fantasy elements. ,

Minimalism Pointillism Graphic electronic drawing , From a swirl of a figure at the edge of an event horizon--the point where smoke bends but hasn't yet been consumed. The figure is small against the scale of the void , but positioned like they walked there deliberately. Not falling. Walking at the long vortex rope. The spider-web isn't rendered as destruction. Style: deeply spiritual sci-fi art , reminiscent of digital hyper-realism combined with cosmic impressionism. Focus on intricate detail of particles and smoke flow. ,

A colossal , ancient spiderweb spun with starlight and cosmic dust , anchoring a lone , derelict spacecraft in spider shape that drifts through a nebula painted with the hues of a dying sun. The scene is rendered with an intense , painterly texture , depicting hyper-detailed , intricate patterns within the web and on the vessel's weathered hull. This artwork embraces surrealism , with an otherworldly atmosphere evoking the works of Remedios Varo and Zdzisław Beksiński , creating a dreamlike , epic vista. ,

An astonishingly detailed , surreal masterpiece of a vast , ancient tree whose branches are constellations and whose roots delve into a cosmic ocean. From its boughs hang intricate , delicate spiderwebs woven from pure starlight , catching celestial motes. The style should be a hyper-realistic surrealism , masterfully painted with incredible detail and a painterly finish , capturing the majesty and mystery of the cosmos and nature intertwined. ,

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. ,

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. ,

A window on the shopping cart page of the website. It displays the total cost of the items , the discount , and the accrued bonuses. It says “Your Cart , ” has a field for entering a promo code , and includes a slider-like feature for redeeming or saving bonuses , as well as a section showing the accumulated bonuses. Colors: black , white , gray ,

close-up of a majestic Xenomorph Queen , sits inside a derelict spaceship cockpit , lost in thought. Wearing a Dewdrop crown resembling a Witch crown-like structure vortex of spider-web , and boots , she gazes out over the vast horror landscape. The interior is filled with digital panels and circuits , evoking a sense of scavenging and survival. ,

You are a visual storyteller and historical analyst. Your task is to write a compelling narrative essay that uses the two contrasting images of the Baghdad bar and nightclub as its central anchor. **Your core objective:** Create a piece that captures the stark transformation between the vibrant 1939 scene (with British soldiers , dancing , drinking , singing , cigarette smoke) and the abandoned 2029 present day (cobwebs , decay , faded English and Arabic writings). The essay should evoke the passage of time , the loss of a cultural space , and the broader historical forces that created this abandonment. **Tone and approach:** - Write with restraint and precision—let the contrast speak for itself without overwrought language - Ground the narrative in sensory detail from both time periods - Avoid nostalgia or sentimentality; instead , aim for quiet observation and historical weight - The writing should feel like the voice of someone who understands the weight of 90 years and colonial history **Structure:** You have complete freedom here , but the images should frame and anchor your entire piece. You might move between the two moments , zoom into specific details , or build toward a reflection on what the emptiness means. **Length and format:** Write this as a complete essay—however long it naturally needs to be to do the images justice. ,

Create a professional website banner for a junior designer specializing in sustainable design. Modern and minimalist layout , clean typography , lots of negative space. Natural color palette (sage green , warm beige , soft terracotta , off-white). Subtle organic shapes and eco-inspired graphic elements (leaves , recycled paper texture , light grain). Elegant sans-serif typography. Sophisticated , calm and contemporary aesthetic. High resolution , 1584 × 396 px , horizontal format , balanced composition , premium branding look. Si tu veux un rendu plus premium type agence éco-luxe , tu peux ajouter : Soft natural lighting , editorial design feel , refined grid system , high-end brand identity style. ,

A breathtaking , ultra-detailed panoramic background image in the style of a nostalgic Heimat film , infused with deep coziness and nature connection. The scene captures a magical golden hour in an ancient , mixed forest – majestic oaks and pines with soft mossy ground. Warm , dappled sunlight filters through the leaves , casting a gentle glow and long , soft shadows. The atmosphere is tranquil , protective , and homely , as if the forest itself is a warm embrace. Color palette must be exactly: primary base of warm ivory (#f3efe6) for the sky and light areas , deep teal (#071f1e) and darker teal greens (#0b2b28 , #1e3a36) for the shadows and deep forest tones , and accents of warm , glowing gold (#d6a54a , #e2b35a , #f0c26c) for the sunlight , highlights , and possibly a few scattered autumn leaves or wildflowers. The composition feels immersive and slightly theatrical: a natural archway or tunnel formed by two large trees in the foreground , leading the eye into a softly lit clearing. In the distance , a hint of a rustic , traditional hut or a wooden fence , almost hidden , suggesting a safe , inhabited place. Very shallow depth of field , with a dreamy bokeh effect on the edges. Light mist or haze lingers near the ground , adding mystery and softness. Texture is rich and painterly yet photorealistic – fine details like bark , moss , and tiny glowing insects (fireflies) in the air. The overall mood is serene , nostalgic , and deeply inviting. No people , no modern elements. Perfect for a website hero background that feels like home. --ar 16:9 --style natural --v 5.2 ,

create business card for it project that is website about news and social media trends. the concept of the project is that it's collects numerous social media publications and detects trends. the style must include purple (like electric purple or neon purple color). one side of card must be purple and the other white. on the purple side there must be word cloud with media trends (labubu , tiktok , ikea , k-pop etc). on the other side there must be name of project ("PODSLUSHKA") , it's URL and QR code ,

A figure at the edge of an event horizon--the point where smoke bends out from Cigarette hasn't yet been consumed. The figure is small against the scale of the void , but positioned like they walked there deliberately. Not falling. Standing on the edge of long burning giant Cigarette. The red spider-web isn't vortex as all direction. Style: deeply spiritual sci-fi art , reminiscent of digital hyper-realism combined with cosmic impressionism. Focus on intricate detail of particles and smoke flow. ,

360-degree spherical image of a cozy north-east mountain , beside a cross , a breathtaking sigth over mountain , with the view in the middle point , the cross not so important , nestled in a valley , with soft morning mist gently rolling over the fields. A faint , warm sunlight filters through the haze , illuminating dewdrops on spiderwebs. before the spiderwebs , a cross shining through extremely bright representing the power of god talking to us , reminiscent of a still life by edgar degas , bloom in vibrant hues , their petals gently swaying in the breeze , as if choreographed to the rhythm of a beautiful , cinematic ballet. The air is still and peaceful , with only the distant sound of a gentle stream. Rendered in a soft , impressionistic style with muted colors. ,

360-degree swirling image of a cozy north-east India bamboo cottage nestled in a valley , with soft morning mist gently rolling over the fields. A faint , warm sunlight filters through the haze , illuminating dewdrops on spiderwebs. before the spiderwebs , a delicate array of colorful flowers , reminiscent of a still life by edgar degas , bloom in vibrant hues , their petals gently swaying in the breeze , as if choreographed to the rhythm of a beautiful , cinematic ballet. The air is still and peaceful , with only the distant sound of a gentle stream. Rendered in a soft , impressionistic style with muted colors. ,

Masterpiece photorealistic , full lenght , beautiful natural face , a 20yo female night elf grey-blue skin , straight blond long hair , barefoot , wearing dark-purple silky openside turtleneck sleeveless minidress standing fierly in a dark cave with spiders web , she's handing a golden giant spider eggs in her two hands. cinematic style ,

Masterpiece photorealistic , full lenght , beautiful natural face , a 20yo female night elf grey-blue skin , straight blond long hair , barefoot , wearing dark-purple silky openside turtleneck sleeveless minidress standing fierly in a dark cave with spiders web , she's handing a golden giant spider eggs in her two hands. cinematic style ,