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

Masterpiece , best quality , ultra-detailed , vibrant color , painterly texture , hand-drawn , warm light , glowing effects. Professional children's book cover illustration for an early chapter book titled "The Molties and the Flame of First Light" by Zoe Sunelle. Audience: children ages 6–9. CONCEPT: Five small living lava creatures stand together from behind , looking forward into a vast glowing underground cavern. The viewer sees their backs and silhouettes — enough to feel their warmth , their differences , their friendship — but their faces are not shown. The mystery makes the viewer want to step inside the world with them. WORLD: A vast magical underground volcanic cavern called LavaBloom. The space feels ancient , timeless , and enormous. Glowing magma rivers wind into the distance. Soft volcanic rock formations rise on either side. Warm amber crystals catch the light. Magical particles drift slowly through warm still air. The cavern ceiling glows like an underground sun — deep molten orange fading to amber gold. In the far distance , at the end of a natural path of warm stone , the Flame of First Light glows — a single small delicate flower , white-gold petals , luminous and still , the visual anchor of the entire composition. It is the most clearly defined element in the image. Everything leads the eye toward it. CHARACTERS — seen from behind , in silhouette: Five small gooey rounded lava creatures standing together , facing forward into the cavern. Their forms are suggested by warm glowing outlines — each one distinct in silhouette. Left to right suggested order: — One broad and solid (Magmara) glowing deep red-orange — One small and slightly floating (Glowy) glowing pale white-gold , hovering just above the stone — One centre and slightly forward (Spark) glowing vivid flame-orange , leaning toward the distant flower with energy — One rounded and steady (Lavaleenie) glowing deep amber gold — One slightly apart , turned at a small angle (Rays) glowing warm copper-gold with a faint cool edge Their inner glows illuminate the ground around their feet and each other's backs. They are clearly friends standing together before something wondrous. LIGHTING: The Flame of First Light in the far distance is the primary light source — a soft white-gold beacon. The characters are backlit by the warm cavern glow. Central gradient: bright golden white at the horizon where the flower glows , transitioning through amber and orange to deep volcanic warmth in the foreground. The Molties' inner glows create warm halos around each silhouette. COLOUR PALETTE: Warm sepia-gold background tones. Deep molten orange cavern walls. Amber gold crystal light. White-gold distant flower glow. Warm character silhouette glows in orange , amber , red-orange , white-gold , copper. The overall palette is rich , warm , and slightly timeless — like a memory of something magical. COMPOSITION: Wide establishing shot with depth. Five silhouette figures in the lower-centre foreground , small against the vast cavern. The Flame of First Light in the far distance , small but unmistakable , drawing the eye through the composition. Vast atmospheric space between characters and flower. Clear sky-like space at the top of the image for title typography. The figures occupy the lower third. The flower occupies the centre-distance. The cavern fills everything between. ART STYLE: Premium hand-painted children's book illustration. Warm painterly atmosphere. Organic soft textures. Traditional publishing quality. Literary and timeless feeling — more classic storybook than animated film. Soft golden haze. Atmospheric depth. Slightly impressionistic distance. NOT CGI. NOT flat vector. NOT anime. NOT photorealistic. Handcrafted and warm. MOOD: Wonder. Timeless. Quiet adventure. Curiosity. The feeling of standing at the beginning of something enormous and beautiful. A child should think: I want to walk in there with them. Warm. Safe. Vast. Magical. Still. NEGATIVE PROMPTS: Cool palette. Blue dominant. Purple dominant. Teal. Lime green. White-blue glow. Cold light sources. Muted colors. Desaturated. Muddy tones. Dark creepy tone. Aggressive contrast. Harsh contrast. Realistic fire. Dangerous flames. Scary volcano. Dark horror. Threatening lava. Ice. Snow. Frost. Monsters. Evil expressions. Aggressive characters. Sharp edges. Spiky shapes. Photo realism. Slick 3D rendering. CGI. Anime. Flat vector. Flat design. Clip art. Text in image. Words in image. Humans. Robots. Metal. Violent action. Weapons. Fear. Characters facing viewer. Front view of characters. Faces visible. Characters revealed. Close up of characters. Characters large in frame. Action poses. Dynamic movement. Crowded foreground. Busy composition. Small cavern. Claustrophobic space. ,

Masterpiece , best quality , ultra-detailed , vibrant color , painterly texture , hand-drawn , warm light , glowing effects. Professional children's book cover illustration for an early chapter book titled "The Molties and the Flame of First Light" by Zoe Sunelle. Audience: children ages 6–9. CONCEPT: Five small living lava creatures stand together from behind , looking forward into a vast glowing underground cavern. The viewer sees their backs and silhouettes — enough to feel their warmth , their differences , their friendship — but their faces are not shown. The mystery makes the viewer want to step inside the world with them. WORLD: A vast magical underground volcanic cavern called LavaBloom. The space feels ancient , timeless , and enormous. Glowing magma rivers wind into the distance. Soft volcanic rock formations rise on either side. Warm amber crystals catch the light. Magical particles drift slowly through warm still air. The cavern ceiling glows like an underground sun — deep molten orange fading to amber gold. In the far distance , at the end of a natural path of warm stone , the Flame of First Light glows — a single small delicate flower , white-gold petals , luminous and still , the visual anchor of the entire composition. It is the most clearly defined element in the image. Everything leads the eye toward it. CHARACTERS — seen from behind , in silhouette: Five small gooey rounded lava creatures standing together , facing forward into the cavern. Their forms are suggested by warm glowing outlines — each one distinct in silhouette. Left to right suggested order: — One broad and solid (Magmara) glowing deep red-orange — One small and slightly floating (Glowy) glowing pale white-gold , hovering just above the stone — One centre and slightly forward (Spark) glowing vivid flame-orange , leaning toward the distant flower with energy — One rounded and steady (Lavaleenie) glowing deep amber gold — One slightly apart , turned at a small angle (Rays) glowing warm copper-gold with a faint cool edge Their inner glows illuminate the ground around their feet and each other's backs. They are clearly friends standing together before something wondrous. LIGHTING: The Flame of First Light in the far distance is the primary light source — a soft white-gold beacon. The characters are backlit by the warm cavern glow. Central gradient: bright golden white at the horizon where the flower glows , transitioning through amber and orange to deep volcanic warmth in the foreground. The Molties' inner glows create warm halos around each silhouette. COLOUR PALETTE: Warm sepia-gold background tones. Deep molten orange cavern walls. Amber gold crystal light. White-gold distant flower glow. Warm character silhouette glows in orange , amber , red-orange , white-gold , copper. The overall palette is rich , warm , and slightly timeless — like a memory of something magical. COMPOSITION: Wide establishing shot with depth. Five silhouette figures in the lower-centre foreground , small against the vast cavern. The Flame of First Light in the far distance , small but unmistakable , drawing the eye through the composition. Vast atmospheric space between characters and flower. Clear sky-like space at the top of the image for title typography. The figures occupy the lower third. The flower occupies the centre-distance. The cavern fills everything between. ART STYLE: Premium hand-painted children's book illustration. Warm painterly atmosphere. Organic soft textures. Traditional publishing quality. Literary and timeless feeling — more classic storybook than animated film. Soft golden haze. Atmospheric depth. Slightly impressionistic distance. NOT CGI. NOT flat vector. NOT anime. NOT photorealistic. Handcrafted and warm. MOOD: Wonder. Timeless. Quiet adventure. Curiosity. The feeling of standing at the beginning of something enormous and beautiful. A child should think: I want to walk in there with them. Warm. Safe. Vast. Magical. Still. NEGATIVE PROMPTS: Cool palette. Blue dominant. Purple dominant. Teal. Lime green. White-blue glow. Cold light sources. Muted colors. Desaturated. Muddy tones. Dark creepy tone. Aggressive contrast. Harsh contrast. Realistic fire. Dangerous flames. Scary volcano. Dark horror. Threatening lava. Ice. Snow. Frost. Monsters. Evil expressions. Aggressive characters. Sharp edges. Spiky shapes. Photo realism. Slick 3D rendering. CGI. Anime. Flat vector. Flat design. Clip art. Text in image. Words in image. Humans. Robots. Metal. Violent action. Weapons. Fear. Characters facing viewer. Front view of characters. Faces visible. Characters revealed. Close up of characters. Characters large in frame. Action poses. Dynamic movement. Crowded foreground. Busy composition. Small cavern. Claustrophobic space. ,

Create a grimdark , atmospheric fantasy map of a flat circular disc world (the Medieval Shard of Kordos) viewed from above in an aged , hand-drawn illuminated manuscript style with dark , moody tones. The world is a terrestrial disc adrift in a black void , with a massive glowing Sunwell abyss at the exact center emitting vertical rays of sickly golden-red light. A silvery Moon orbits laterally around the disc. The outer edge dissolves into chaotic , stormy Savage Seas filled with swirling temporal distortions , jagged icebergs , and shadowy leviathans. Divide the disc into three radial climate bands from the Sunwell outward: - Inner Band (Burning Heart): Scorching deserts , volcanic lands , golden-domed cities — Al-Karim Caliphate in the south and Aetherian Exarchate influences. - Middle Band (Verdant Crown): Temperate forests , rolling hills , river valleys , stone castles and knightly fortresses — Valerian March heartlands and Sylvandor forest enclaves. - Outer Band (Shadowed Marches): Rugged highlands , frozen fjords , vast grasslands , northern coasts — Stormjarl Clans in the stormy north , Ironsteppe Khanates in the eastern steppes. Label the six major cultures clearly with distinct heraldic icons and small representative settlements: - Valerian March: Gothic stone castles , crowned gryphon banners , knightly orders. - Ironsteppe Khanates: Mobile yurt circles , horse herds , golden shield emblem on vast grasslands. - Stormjarl Clans: Longships in fjords , rune-carved longhouses , axe and lightning motifs. - Sylvandor Enclaves: Ancient misty forests , hill-forts , sacred groves with glowing green accents. - Al-Karim Caliphate: Marble cities , silk roads , desert oases with elegant minarets. - Aetherian Exarchate: Golden domes , layered walls , cataphract strongholds. Show faint , sickly green glowing Veil rifts and corrupted zones (jagged cracks , blackthorn overgrowth , unnatural fog) scattered across borders and ancient sites , especially in the outer band. Use a dark , muted palette: deep greys , blood-reds , ashen whites , sickly greens , and cold blues. Add atmospheric details like falling ash , blood-stained snow in the north , storm clouds , and faint cracks across the disc surface. Style: Grimdark medieval fantasy map , highly detailed , aged parchment texture with ink stains and burn marks , dramatic volumetric lighting from the central Sunwell , ominous and foreboding atmosphere , epic wide view , cinematic composition , no modern elements. ,

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 comprehensive 2D pixel art asset sheet on a light gray grid background , for a Japanese-themed game environment. The canvas is divided into clearly labeled horizontal layers , including: Distant Background (Steamless) : A repeating panoramic layer of a deep , dark forest and a distant , silhouetted temple against a soft twilight sky. All elements are clean and without mist or steam. Mid-Background (Steamless) : A detailed panoramic layer of gnarled pines , cherry blossoms , and distant stone lanterns , leading back to a more defined temple structure. Foreground Temple & Garden (Steamless) : A detailed street-level layer showing a complete temple front with shoji screens , stone paths , lit lanterns , Jizō statues , benches , and a complete red bridge spanning a pond. All assets are crisp. Extreme Foreground (Detail 2) : Close-up assets of a bamboo fence , stone walls , and textured moss. The sheet must also include two specific sections of props and animation: Animated 8-Frame Sequence : An 8-frame loop of an animated stone well with a working pulley , bucket , and rope , showing a complete motion cycle , clearly labeled. New Props (Plan 5) : A section containing unique props: a cluster of diverse stone Jizō statues , textured bamboo mats , and a complete mobile paper lantern cart. Artistic Style : Crisp , high-detail 16-bit JRPG pixel art.Color Palette : Deep forest greens , rich browns , stone grays , and soft pink blossoms , under a cool , ambient twilight sky. All text is in a clear pixel font , aligned to the grid." Comment utiliser ce prompt : Vous pouvez copier ce prompt mot pour mot. Pour créer de nouvelles planches avec des thèmes différents tout en conservant cette structure professionnelle , remplacez simplement les éléments spécifiques du décor. Par exemple , pour un thème "Donjon" : Distant : Loin , des silhouettes de montagnes volcaniques et une forteresse en ruine. Mid : Des chaînes de montagnes plus proches , des ponts de pierre brisés. Foreground : Un hall de forteresse avec des piliers , des cages , des tas de trésors et des ponts-levis. Extreme : Gros plan sur des pointes d'acier et des murs de briques fissurés. Animation : Un piège à pointes rotatif ou une herse qui s'ouvre. Props : Cages à torture , supports d'armes , chandeliers d'apparence médiévale. ,

Luxurious BBW sexy blonde over 50 years old. Big breast , huge ass , very big and large butts and hips. Tight black leather knee-length dress with a long cutout at the bottom and a deep neckline Black platform shoes with high heels. Diamond necklace , diamond bracelet , diamond watch She sits in a chair , crossing his legs at full height , smiling and talking on his mobile phone. ,

📺 کانالهای پخش (با پرچم کوچک کنار هر کشور) 🇬🇧 UK — BBC One 🇦🇺 Australia — SBS 🇨🇦 Canada — TSN 1 , 3 , 4 & 5 🇭🇰 Hong Kong — Now Sports 616 (4K) & 618 🇮🇳 India — Unite8 Sports 2 🇮🇪 Ireland — RTE 2 🇲🇾 Malaysia — Unifi World Cup Season Pass 🌍 MENA — beIN Sports Max 5 🇳🇿 New Zealand — TVNZ 1 🇸🇬 Singapore — MediaCorp Channel 5 🇸🇬 Singapore — FIFA World Cup Channel 1 🇿🇦 South Africa — SuperSport PSL & Grandstand 🇺🇸 USA — Fox Sports 1 🎨 المانهای تصویری ✅ تم جام جهانی 2026 ✅ جام جهانی در پسزمینه ✅ پرچم ایران و نیوزیلند کنار نام تیمها ✅ تصویر یوز ایرانی در سمت ایران ✅ لوگوی 8K Player (لوگوی طلایی که فرستادی) ✅ ترکیب رنگ سرمهای + طلایی 📦 باکس خدمات (پایین پوستر) ✅ نصب و راهاندازی آسان ✅ هزاران کانال زنده ایرانی و خارجی ✅ هزاران فیلم و سریال ایرانی و خارجی ✅ آرشیو عظیم VOD ✅ نرمافزار اختصاصی برای: Samsung Smart TV LG Smart TV Hisense TV Android TV Android Box Mobile & Tablet ✅ کیفیت پخش 4K UHD شعار پایانی بهترین تجربه تماشای جام جهانی 2026 پخش پایدار • کیفیت 4K UHD • نصب آسان لیست بازی های امروز و فردا رو از سایت های مثل ورزش ۳ بگیر و ساعت رو با iri به وقت ایران بنویس با پرچم ایران ,

A chalk art illustration of a mysterious and flying RoboBike ((no wheels)) , the main body is finished in colossal Biomechanical RoboBike made of matte white armored components , exposed joints , hydraulic propellers , braided cables , industrial tubing , layered mechanical plates with engraved serial numbers and warning labels , alien explorer piloting a miniature , created with hand-drawn chalk strokes and soft powdery textures. Visible chalk dust , blended colors , authentic blackboard surface , artistic shading , handcrafted aesthetic. ,

A full-body image of a mysterious and RoboBike , the main body is finished in colossal Biomechanical RoboBike made of matte white armored components , exposed joints , hydraulic pistons , braided cables , industrial tubing , layered mechanical plates with engraved serial numbers and warning labels , explorer piloting a miniature , wearing a vintage diving helmet. the nose is structured into a flat , sloped array with a hidden directional array sandwiched between angular crystal lens shields. Dutch tilt horizon , street collapsing into radial motion streaks back , velocity speed effect with parallax depth , ultra-cinematic chase shot. ,

A futuristic city built on a series of interconnected , rotating tracks in space , with skyscrapers constructed on multi-layered triangular surfaces , their opposite sides visible as sky , parks and buildings in curved perspective. The entire city is reflected in a series of mirrored panels , creating a kaleidoscopic effect. a mysterious and flying RoboBike ((no wheels)). A chines woman in gown sitting in. The RoboBiker's head edge of the craft as radiator , from deep white metal with a shimmering , liquid surface in bullet-flight posture , camera locked on her face and torso , Dutch tilt horizon , city collapsing into radial motion streaks below , velocity tunnel effect with parallax depth , cape trailing behind ultra-cinematic chase shot. ,

Anamorphic widescreen dynamic tracking shot of a mysterious and flying Tesla RoboBike(no wheels). A chines woman in gown sitting in. The RoboBiker's head edge of the craft as radiator , from deep white metal with a shimmering , liquid surface in bullet-flight posture , camera locked on her face and torso , Dutch tilt horizon , city collapsing into radial motion streaks below , velocity tunnel effect with parallax depth , cape trailing behind ultra-cinematic chase shot. ,

{ "scène": { "emplacement": "Terrasse de café en plein air" , "style_architectural": "Parisien / Européen classique" , "ambiance": "Ensoleillée , fin d'après-midi (lumière dorée)" , "arrière_plan": "Rue passante avec des immeubles de style haussmannien , des voitures , des scooters et des passants" } , "personnage_principal": { "genre": "Femme" , "âge": "35 ans" , "chevelure": "longue et brune remontée en chignon déstructuré , quelques mèches tombantes encadrant le visage" , "mains": "ongles manucurés , vernis rouge , bague petit diamant solitaire au majeur droit" , "pose": "Assise sur une chaise de bistrot , jambes croisées , jambe droite par-dessus la jambe gauche , regardant vers sa droite" , "vêtements": { "haut": "Chemisier blanc fluide , très largement ouvert" , "bas": "mini-jupe noire taille haute" } , "accessoires": [ "Lunettes de soleil noires" , "collier de perle autour du cou" , "boucles d'oreille créoles" , "Bracelet fin au poignet gauche" , "Escarpins noirs à talons aiguilles" , "chainette extra-fine et discrète en or à la cheville droite" ] } , "environnement_immediat": { "table_principale": { "type": "Table de bistrot ronde avec bordure dorée" , "objets_présents": [ "Un magazine de mode ouvert" , "Une bouteille de Perrier 25cl en verre vert" , "Un verre contenant de l'eau , des glaçons et une rondelle de citron" , "un élégant sac à main pochette noir de marque de luxe entrouvert d'où s'échappent un trousseau de clés , un plug anal en or , un smartphone et quelques préservatifs" ] } , "mobilier": "Chaises de bistrot traditionnelles en rotin tressé" , "autres_personnes": [ { "description": "Un homme de 30 ans charmant assis à une table à gauche , portant des lunettes de soleil et une chemise sombre , observant la scène" } , { "description": "Plusieurs clients attablés en arrière-plan sous un store de café rouge" } , { "description": "Piétons marchant sur le trottoir à droite" } ] } , "elements_textuels_visibles": { "panneau_de_rue": "Rue Sainte-Dominique (partiellement visible en haut à gauche)" , "store_du_café": "Café de France" } } ,

**Main Prompt (Скопируйте на английском):** > Premium 3D UI/UX illustration for a mobile app onboarding , dark mode SaaS aesthetic. Concept of safe networking , smart communication , and community building. In the center , two sleek , floating 3D chat bubbles intersecting gracefully. The chat bubbles are made of dark frosted glass with vibrant electric purple and neon cyan edge lighting. Hovering over one bubble is a glowing emerald green 3D security shield icon. Surrounding the bubbles are abstract interconnected glowing nodes and soft floating sparks. Solid deep midnight indigo navy blue background (#0F172A). Glassmorphism , soft studio lighting , dynamic composition , depth of field (bokeh effect) , dribbble trending masterpiece , 8k resolution. **Negative Prompt (Обязательно добавьте):** > smartphones , screens , text , words , letters , UI mockups , people , hands , human faces , flat vector , 2d , black background , messy , low quality , social media logos , sad emojis , angry emojis , thumbs down. ,

Cartoon image sexy blonde , 50 years old , wearing glasses and a pixie haircut.Big breast , huge ass , very big and large мuscular butts and hips. Tight black knee-length dress with a long cutout at the bottom and a deep neckline Shoes with high heels. Gold jewelry on the neck , wrist and ankle. He stands near the bar counter holding a full-length , .Smiling and talking on her mobile phone. ,

Anime image , a round-faced , bbw sexy blonde of Ukrainian nationality , 45-year-old , bimbo , with a thin waist , a very large ass , and very wide and very , very thick hips. Her hair is pulled back into a short ponytail. She is wearing tight black jeans , black sneakers with thin soles , and a dark blue , tight , short-sleeved T-shirt. She stands full-length against a white background , looking at the viewer and talking on the mobile phone. ,

Разработай макет приложения для здоровья. Краткое описание идеи Приложение , которое: Распознает медицинские анализы по фото (ОАК , биохимия , гормоны и др.) Строит динамические графики показателей во времени Хранит заключения специалистов с возможностью поиска и структурирования Собирает профиль пользователя (пол , возраст , вес , хронические заболевания) Предоставляет AI-рекомендации по питанию , физической активности , ментальному здоровью. Философия дизайна «Забота и ясность» — дизайн должен создавать ощущение: ✅ Безопасности — пользователь доверяет приложению свои медицинские данные ✅ Профессионализма — научный подход , точность , надежность ✅ Заботы — теплота , поддержка , мотивация к здоровью ✅ Ясности — простота восприятия сложной медицинской информации. Mobile app UI design , medical health tracker dashboard , clean minimal style , soft pastel colors: primary turquoise #5DBCD2 , lavender #9B9ED6 , white background #F8FAFC , dark gray text #2D3748. Layout: Top greeting "Добрый день , Анна!" with health score circular widget (85/100 , mint green progress ring). Below: 4 rounded square quick-action cards with soft icons (Documents , Charts , AI Assistant , Appointments). Section "Последние анализы": two white cards with rounded corners (20px) , subtle shadow , each showing test name (🩸 Общий анализ крови) , date , and status badge (✓ Норма in mint green , ⚠ Повыш. in coral). AI recommendation card at bottom: soft gradient background , robot icon , short text tip about hydration. Bottom navigation bar: 5 icons (Home , Analytics , Add , Chat , Profile) , active icon in turquoise , blurred white background. Style: Medical Minimalism 2.0 , glassmorphism elements , soft UI , organic rounded shapes , calm aesthetic , professional but friendly. High fidelity , Figma-style mockup , iOS design guidelines , 375x812px frame , light mode. --ar 9:19 --style raw ,

Разработай макет приложения для здоровья. Краткое описание идеи Приложение , которое: Распознает медицинские анализы по фото (ОАК , биохимия , гормоны и др.) Строит динамические графики показателей во времени Хранит заключения специалистов с возможностью поиска и структурирования Собирает профиль пользователя (пол , возраст , вес , хронические заболевания) Предоставляет AI-рекомендации по питанию , физической активности , ментальному здоровью. Философия дизайна «Забота и ясность» — дизайн должен создавать ощущение: ✅ Безопасности — пользователь доверяет приложению свои медицинские данные ✅ Профессионализма — научный подход , точность , надежность ✅ Заботы — теплота , поддержка , мотивация к здоровью ✅ Ясности — простота восприятия сложной медицинской информации. Mobile app UI design , medical health tracker dashboard , clean minimal style , soft pastel colors: primary turquoise #5DBCD2 , lavender #9B9ED6 , white background #F8FAFC , dark gray text #2D3748. Layout: Top greeting "Добрый день , Анна!" with health score circular widget (85/100 , mint green progress ring). Below: 4 rounded square quick-action cards with soft icons (Documents , Charts , AI Assistant , Appointments). Section "Последние анализы": two white cards with rounded corners (20px) , subtle shadow , each showing test name (🩸 Общий анализ крови) , date , and status badge (✓ Норма in mint green , ⚠ Повыш. in coral). AI recommendation card at bottom: soft gradient background , robot icon , short text tip about hydration. Bottom navigation bar: 5 icons (Home , Analytics , Add , Chat , Profile) , active icon in turquoise , blurred white background. Style: Medical Minimalism 2.0 , glassmorphism elements , soft UI , organic rounded shapes , calm aesthetic , professional but friendly. High fidelity , Figma-style mockup , iOS design guidelines , 375x812px frame , light mode. --ar 9:19 --style raw ,

Luxurious bbw sexy blonde 50 y.o. , long black evening dress with a long cutout at the bottom and a deep neckline. Platform shoes and high heels. Diamond necklace , diamond bracelet , diamond watch. Very big breast , huge ass , very big and large butts and hips , He stands at full height in the palace hall , smiles and talks on a mobile phone.. ,

Luxurious bbw sexy blonde 50 y.o. , long black evening dress with a long cutout at the bottom and a deep neckline. Platform shoes and high heels. Diamond necklace , diamond bracelet , diamond watch. Very big breast , huge ass , very big and large butts and hips , He stands at full height in the palace hall , smiles and talks on a mobile phone.. ,

Luxurious bbw sexy blonde 50 y.o. , long black evening dress with a long cutout at the bottom and a deep neckline. Platform shoes and high heels. Diamond necklace , diamond bracelet , diamond watch. Very big breast , huge ass , very big and large butts and hips , He stands at full height in the palace hall , smiles and talks on a mobile phone.. ,

Luxurious BBW sexy blonde 50 y.o. , long black evening dress with a long neckline and a deep cleavage , platform shoes and high heels , very big breast , huge ass , very big and large butts and hips. Diamond necklace , diamond bracelet , diamond watch. She stands at full height in the palace hall , smiles and talks on a mobile phone.. ,

Luxurious bbw sexy blonde 45 y.o. , mini black evening dress with a deep cleavage , platform shoes and high heels , very big breast , huge ass , very big and large butts and hips. Diamond necklace , diamond bracelet , diamond watch. She stands at full height in the palace hall and talks on a mobile phone.. ,

Luxurious bbw sexy blonde 45 y.o. , long black evening dress with a long neckline and a deep cleavage , platform shoes and high heels , very big breast , huge ass , very big and large butts and hips. Diamond necklace , diamond bracelet , diamond watch. She stands at full height in the palace hall and talks on a mobile phone.. ,