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

Center Gemstone: pear shape sapphire 9.0 × 7.0 mm Precious Metal: 18K Yellow Gold Diamond Accents: Scalloped floral halo with vintage milgrain-edged diamond prongs (~0 , 30 ctw) Design & Aesthetic: Yellow gold is the traditional choice for emeralds , neutralizing cooler tones and highlighting lush blue saturation. A delicate scalloped border of brilliant white diamonds adds heirloom-quality charm while protecting the stone's edges. ,

Center Gemstone: ruby 9.0 × 7.0 mm Precious Metal: 18K Yellow Gold Diamond Accents: Scalloped floral halo with vintage milgrain-edged diamond prongs (~0.50 ctw) Design & Aesthetic: Yellow gold is the traditional choice for emeralds , neutralizing cooler tones and highlighting lush saturation. A delicate scalloped border of brilliant white diamonds adds heirloom-quality charm while protecting the stone's edges. ,

Create a stunning young Indian woman wearing a luxurious bright magenta-pink Paithani silk saree with intricate golden zari borders and colorful peacock motifs , traditional Maharashtrian bridal styling , layered antique gold necklaces , gold jhumka earrings , Maharashtrian nath (nose ring) , small black bindi , multiple green glass bangles with gold bangles , long thick wavy black hair styled into a side ponytail adorned with fresh jasmine (gajra) flowers. She has flawless glowing skin , ,

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

{"image_generation_parameters": {"subject": {"person": "Young South Asian woman" , "pose": "Full-body standing , slight side profile , serene expression" , "attire": {"style": "Traditional Indian Anarkali suit" , "color": "Cream/Ivory base" , "pattern": "Intricate multi-colored floral embroidery (Kashmiri style)" , "components": ["Full-length flared tunic" , "Matching dupatta with border" , "Churidar leggings"]} , "accessories": {"neckwear": "Heavy tiered kundan/gold necklace set" , "earrings": "Matching Jhumkas" , "headwear": "Maang Tikka" , "wrists": "Stacked gold bangles" , "footwear": "Red high-heel pumps"}} , "environment": {"setting": "Enchanted tropical garden / Greenhouse" , "lighting": "Volumetric sunlight , soft golden hour glow , dappled shadows" , "foliage": ["Monstera deliciosa leaves" , "Lush green ferns" , "Trailing vines with white jasmine flowers" , "Pink roses in the foreground"] , "depth_of_field": "Deep focus on subject , soft bokeh in the far background"} , "technical_specs": {"quality": "Ultra-HD , 8k resolution" , "style": "Photorealistic , cinematic lighting" , "render_engine": "High-fidelity generative AI" , "aspect_ratio": "4:5"}}} ,

A dynamic Dutch-angle dynamic shot blending the wild , expressive character design of classic 90s cartoons with the polished , hyper-detailed 3D animation style of Pixar , executed in black-and-white tones. A character with an over-the-top , comically angular body , bulging eyes , and a wide expression of concentration is frozen mid-air , taking a giant rubbery leap over a massive , glossy rain puddle. The smooth wet ground mirrors his exaggerated jumping posture , a stylized wooden cartoon ladder , and curved metal hoops. Behind him , a long iron fence with chunky vertical bars cuts across the scene , backed by blocky , stylized warehouse towers and a leaning clock tower under a cloudy sky. The scene features rich cinematic lighting , subsurface scattering on the character model , and clean , glossy textures , capturing a humorous and high-energy animation moment within a vertical portrait composition , 2:3 aspect ratio , portrait-oriented framing , no text , no captions , no speech bubbles , no comic sound effects , no logos , no watermark , no border , no split screen , no collage , no character sheet , no duplicated people , no duplicate faces , no extra limbs , no missing limbs , no malformed hands , no fused fingers , no distorted anatomy , no unnatural body proportions , no stiff posing , no staged group-photo composition , no blank staring into the camera , no landscape composition , no horizontal framing , no poorly cropped bodies , no accidental head or foot cropping. ,

Dreamy botanical fine art illustration , inspired by delicate pressed flowers suspended in translucent resin or frosted glass , but with a completely original composition. Large soft ivory peonies and garden roses with creamy champagne petals , subtle blush pink buds , elegant dusty mauve flowers , thin olive-brown stems , scattered semi-transparent leaves , flowing organic arrangement with asymmetrical balance. Ethereal painterly textures mixed with frosted glass diffusion , luminous soft highlights , creamy haze , subtle pearl sheen , watercolor and oil glazing effect , delicate translucency , muted vintage botanical aesthetic. Warm neutral palette of ivory , cream , champagne , blush pink , dusty rose , beige , soft sage and warm taupe. Airy luxury floral background , sophisticated minimalism , romantic fine art , highly detailed brush texture , soft focus transitions , premium wallpaper design , elegant feminine aesthetic , natural light , high resolution , unique floral composition , no text , no frame , no watermark. Negative Prompt photorealistic bouquet , sharp outlines , saturated colors , bright green leaves , dark background , black flowers , heavy contrast , symmetry , repeated composition , copy of reference , text , logo , watermark , border , collage , harsh lighting , digital artifacts , low quality In addition: Style: Fine Art Botanical × Soft Impressionism × Contemporary Luxury Colors: Ivory , Champagne , Cream , Blush Pink , Dusty Rose , Warm Beige , Soft Taupe , Muted Olive Mood: Ethereal , Elegant , Airy , Premium , Romantic , Soft Luxury Layout: 4:5 ,

A stylized abstract Lord Ganesha-like illustration made from geometric shapes and smooth rounded forms , centered on a clean off-white background. The main figure has a symmetrical , rounded head with a white face panel divided by a vertical dotted line , multicolored accents (yellow-orange , teal , red , navy) and small circular elements , with a dark rounded side form on the left and a large red-orange wing-like block on the right. Floating accent shapes and lines—small dots , short dashes , circles , and a few diamond or arrow-like marks—surround the central form , creating a balanced , playful composition. The style is flat vector with subtle depth created by layered overlapping shapes and soft gradients , vivid color palette (warm oranges and reds contrasted with cool teals and blues) , crisp edges , and clean negative space; the mood is energetic and modern. Square , centered framing with no text , no visible camera perspective , and a flat illustration look. Prompt: Create a square , centered abstract vector-style illustration on an off-white background featuring a geometric , character-like figure constructed from layered rounded shapes and blocks. The figure should have a symmetrical central head with a white face panel , a vertical dotted-line detail down the center , and small colored circular accents within the face area. Use a vivid palette: warm yellow-orange and red/orange shapes for the outer body and side elements , cool teal and dark navy blocks for internal panels , plus a prominent dark rounded side form on the left and a large red-orange curved wing-like shape on the right. Add floating decorative elements around the character—small colored dots , short dashed lines , a few circular rings , and tiny diamond/arrow-like markers—distributed evenly to frame the center without overcrowding. Maintain crisp edges , smooth curves , flat shading with subtle gradient-like depth from overlapping layers , and a clean modern minimal background with lots of negative space; no text or logos , and keep the composition perfectly centered with balanced left-right symmetry. Negative Prompt: text , watermark , logo , photorealism , realistic skin , realistic anatomy , extra characters , duplicate main subject , distorted proportions , blurry shapes , low resolution , cluttered background , incorrect colors , misshapen circles , malformed lines or dots , distracting artifacts , cropped edges , border , frame. ,

A close-up portrait shows a person wearing layered traditional jewelry and a dark veil in front of a colorful painted background. Main Subject: A person is centered in the image , shown from the upper torso upward , facing the camera. They wear a black or very dark veil covering their hair and partly framing their face , with small decorative details visible along the veil. The person’s face is visible with dark eyebrows and dark eyes; their expression is neutral and they look directly at the camera. They wear multiple layers of ornate silver-toned necklaces with large circular medallion-like pieces , plus a choker-style band around the neck. A large round pendant hangs at the center of the chest , and additional coin-like discs form a collar across the upper chest. A purple garment with shiny embellishments is visible on the right side of the image , along with patterned darker fabric and gold-toned decorative trim. Setting: The background appears indoors , consisting of a wall or panel covered with colorful , tapestry-like or mural-style artwork. The paintings include large figures and decorative shapes in reds , yellows , blues , and greens , with gold-toned borders. Lighting is warm and even , highlighting the person’s face and jewelry. Visual Details: The veil is dark with subtle texture and small metallic or embroidered motifs. The jewelry is predominantly silver-toned with intricate engravings and repeating circular patterns , layered densely at the neck and chest. The purple fabric on the right has reflective studs or bead-like dots. The composition is tightly framed , with shallow depth of field suggested by the focus on the subject while the background remains visible but secondary. ,

Ultra-realistic Indian wedding fashion portrait of a beautiful woman wearing an exact-style luxury multicolor patchwork saree inspired by traditional Rajasthani and Gujarati craftsmanship. The saree features vibrant shades of hot pink , coral , peach , orange , olive green , mustard yellow , and teal , decorated with intricate paisley motifs , patchwork panels , zari embroidery , mirror work , sequins resham thread embroidery , and heavily embellished borders. Matching embroidered short-sleeve blouse with dense stonework and zari detailing. Accessories include a gold choker necklace with red gemstone centerpiece , matching earrings , stacked red and gold bridal bangles , elegant wristwatch , and subtle mehndi on hands. Soft glamorous makeup with red lipstick , small red bindi , shoulder-length black hair styled in soft waves , sits by a window , gazing out at a city skyline at dusk. Soft candlelight flickers on her face , casting long shadows. The scene is rendered in a highly detailed , photorealistic style , with a contemplative and introspective mood. The lighting is dramatic and moody , reminiscent of chiaroscuro. ,

Ultra-realistic Indian wedding fashion portrait of a beautiful woman wearing an exact-style luxury multicolor patchwork saree inspired by traditional Rajasthani and Gujarati craftsmanship. The saree features vibrant shades of hot pink , coral , peach , orange , olive green , mustard yellow , and teal , decorated with intricate paisley motifs , patchwork panels , zari embroidery , mirror work , sequins resham thread embroidery , and heavily embellished borders. Matching embroidered short-sleeve blouse with dense stonework and zari detailing. Accessories include a gold choker necklace with red gemstone centerpiece , matching earrings , stacked red and gold bridal bangles , elegant wristwatch , and subtle mehndi on hands. Soft glamorous makeup with red lipstick , small red bindi , shoulder-length black hair styled in soft waves. Standing gracefully in a luxury wedding venue lobby , warm golden ambient lighting , blurred floral arrangements in a large white vase , royal interior decor , cinematic depth of field , DSLR 85mm lens , full-body fashion pose , highly detailed fabric textures , premium wedding photography , Vogue-style editorial shot , photorealistic , ultra sharp focus , luxury Indian bridal fashion campaign , 8K. ,

Same girl , exact face , elegant champagne-beige silk saree with golden border , statement earrings , luxury necklace , open straight hair , confident walking pose , busy street background , cinematic golden-hour lighting , shallow depth of field , realistic skin texture , ultra-realistic , fashion photography , Instagram Threads style , 4K , 4:5 ,

Photorealistic outdoor portrait of a young Indian woman in traditional Kutchi tribal attire , dusky skin. Wearing a navy blue saree with golden-red woven border and matching odhni over head , paired with a yellow embroidered blouse. Heavy layered silver jewelry: large hasli choker , long coin necklaces , triangular pendants , jhumka earrings , nose stud , and stacks of white , gold , and purple bangles with pearl hathphool. Colorful pom-pom kamarbandh at waist , red bindi , pink lipstick. Pose looking upward , hand adjusting necklace. Background: blurred green fields and road , soft natural light , 8k , vertical. ,

A hyper-realistic macro photography shot of a giant , freestanding vintage postage stamp from Statue of Unity , Ekta Nagar in the Narmada district of Gujarat , standing upright against a seamless , soft , color-coordinated pastel studio background. The stamp features an intricately detailed 3D diorama of the most iconic and recognizable landmark from Statue of Unity that pops out and actively breaks the perforated borders , extending outward into the physical space. Lush flora and fauna native to Statue of Unity grows and spills out from the bottom right corner of the stamp's frame. A tiny , miniature figurine of a person wearing recognizable traditional cultural attire from Statue of Unitystands on the ground at the bottom left , looking up in awe at the massive stamp , establishing a striking miniature world scale. The stamp's design includes the word "Statue of Unity" in classic serif typography , subtext in the local language , a realistic local currency denomination , and a stamped black ink cancellation postmark in the top right corner featuring the capital city of Statue of Unity and a realistic date. Soft , diffused , magical studio lighting with a tilt-shift lens effect and shallow depth of field. Gently floating botanical elements native to Statue of Unity drift through the air around the scene. 8k resolution , octane render , highly detailed miniature art. ,

Create a stunning digital CGI extreme wide shot of a colossal , futuristic globe hovering above the iconic Maze portal. This architectural marvel is designed to resemble a detailed Earth globe , with its surface intricately etched to represent diverse biomes stitched together like pieces of a vibrant , living quilt. The globe showcases lush rain-forests bordering icy glaciers , arid deserts meeting dense mangrove swamps , and mountain ranges transitioning into vast savannahs. Populate this world with a variety of animals from each biome , scattered throughout to create a lively , chaotic tapestry of life. Render the scene in a highly detailed , dreamlike concept art style , emphasizing the interconnections and wild beauty of the planet. Illuminate the globe with hard , high contrast backlighting and rim lights to produce striking specular highlights against the dark space backdrop. The entire scene should be enveloped in controlled , indeterminate light , highlighting the grand scale and innovative design of this Earth-like structure. Surround the globe with tiny satellites gliding through the sky , adding to the futuristic ambiance. ,

A candid portrait captures a mature woman leaning comfortably against the curved counter of a colorful retro-style indian local vegetables shop. She is positioned slightly left of center , turned toward someone just outside the frame , caught in the middle of a genuine laugh. Her expression is warm and spontaneous , with bright eyes , a broad smile , and slightly flushed cheeks that convey easy happiness and social connection. She wears a Elegant white lehenga-choli with green and orange metallic embroidered borders , fitted long-sleeve blouse with decorative mirror work , matching flowing lehenga , cream-gold dupatta draped over the head , traditional gold necklace , bangles , earrings , maang tikka , small bindi , creating a relaxed bohemian aesthetic. Her dark hair is loosely gathered into a messy topknot , with soft strands escaping around her face and neck. Large hoop earrings add to the casual , free-spirited style. The background is rendered in a creamy blur , emphasizing the shallow depth of field. Out-of-focus patrons occupy market street behind her , while bright red architectural elements and turquoise seating create a lively palette of warm and cool colors. A group of mangos on the counter in the lower left corner , contributing to the casual daytime atmosphere. Natural light pours through windows on the right side of the image , wrapping softly around her face and shoulders and creating a bright , welcoming mood. ,

Photorealistic Indian woman , exact same face , hairstyle , skin tone , and identity as the uploaded reference image , wearing a traditional Rajasthani folk dance outfit inspired by the reference photo. Elegant white lehenga-choli with green and orange metallic embroidered borders , fitted long-sleeve blouse with decorative mirror work , matching flowing lehenga , cream-gold dupatta draped over the head , traditional gold necklace , bangles , earrings , maang tikka , small bindi. Full-body pose , joyful dance expression , vibrant cultural festival atmosphere , colorful dancers in background , outdoor daylight , cinematic lighting , ultra-detailed fabric textures , realistic skin details , natural proportions , professional photography , shallow depth of field , 8K , highly realistic , sharp focus , masterpiece quality. ,

Create a 3:4 image of two stacked Instagram posts. Top: Judy Hopps from Zootopia in a city street , reaching downward. Caption: "This hang time is unreal." , with Instagram UI (likes , reposts). Bottom: Mei from My Neighbor Totoro , excitedly reaching up from a grassy field to grab Judy's hand across the border. Caption: "So high up! Let me reach you! ". Style: Humorous interactive "size contrast handshake" effect. ,

Close-up , mid composition of a breathtakingly beautiful young Indian woman standing beneath a dense mango tree in the midst of a heavy monsoon rain. She is captured mid-motion , rising both arms extended upward , reaching toward a fresh green mango hanging from a low branch above her. Her pose is fluid and elegant , conveying effort , balance , and quiet joy in the rain. Her attire is a traditional South Indian green and white langa voni — a delicate green blouse paired with a flowing white skirt bordered in green. The rain has soaked the fabric. A finely detailed gold waist chain rests around her midsection , adding a focal point of ornamentation. Her skin has a warm golden undertone with visible natural texture , enhanced by glistening rain droplets that catch the light across her shoulders , arms , and face. Her long black hair , styled in a traditional South Indian updo adorned with jasmine flowers and gold accessories , with damp strands softly falling around her. She wears elaborate traditional gold jewelry: layered necklaces with ornate pendants , stacked bangles on both wrists , a maang tikka , earrings , a subtle bindi , and a delicate nose ring — all rendered with intricate detail. Photorealistic , ultra-detailed rendering with sharp focus on her expression and form. Vibrant natural colors , highly realistic water effects , fine fabric detailing , depth-rich lighting , and cinematic clarity. Masterpiece quality , 8K resolution , aspect ratio 9:16. ,

Beautiful Indian woman , 30s , confident expression , wearing a backless designer blouse with silk saree , gold jewelry , wind in hair , studio spotlight , dramatic shadows , Vogue fashion editorial , cinematRealistic cinematic Indian girl portrait with Lord Krishna shadow concept. Sony Alpha 1 , 85mm f/1.2 , 4:6 vertical , studio setting. Subject: young Indian woman , fair warm skin , long voluminous curly dark brown hair flowing down , adorned with white jasmine and pink rose flowers on the left side. Small gold jhumka earring. Black bindi , soft natural makeup , warm gentle smile , looking left away from camera. Outfit: deep teal-navy blue silk saree with gold zari border and small gold buti.ic , 85mm lens , ultra detailed ,

Imagine the following scene. A naturally beautiful , thirty-year-old goth woman , dressed in a short gothic gown with high boots , and lace gloves. The gown are transparent , boots , and gloves are all a dark anthracite shade , bordering on dark ash , and adorned with iron studs. This goth woman take a knee on an abandoned metro station , carrying an old gas lantern. She turns to center view , playfully sticks out her tongue , and winks. The perspective should be Sideway view. It appears gloomy , unreal , and frightening; it is meant to be unsettling. This abandoned place is an old and dilapidated abandoned gothic mansion. The floor is heavily soiled with all kinds of debris , paint and wallpaper are peeling from the walls , there are water stains here and there , and individual cables and ceiling panels hang from the ceiling like fingers reaching for something. One or two gothic paintings with red mandala glowing with ink lines. On the doorway half a figure poking out. The old gas lantern is the only light source; the abandoned place is pitch black everywhere else This is meant to be unsettling. Use oil painting style , extremely detailed , smooth transitions. , a masterpiece , 8k resolution , dark fantasy concept art , by Greg Rutkowski , dynamic lighting , hyperdetailed , intricately detailed , Splash screen art , trending on Artstation , deep color , Unreal Engine , volumetric lighting , Alphonse Mucha , Jordan Grimmer , purple and yellow complementary colours ,

Hip-hop fashion model standing full-frame of a beautiful young woman with long wavy dark hair , sitting gracefully in a vast field of pink and white cosmos flowers. She is wearing a traditional magenta and pink bandhani print kurti with gold borders and a dark blue skirt. She is adorned with heavy silver jhumka earrings and green bangles , with intricate henna (mehndi) designs on her hands. Soft natural golden hour lighting , 85mm lens , sharp focus on facial features , highly detailed textures. ,

8K photorealistic portrait of a young Indian woman , light skin , dark brown wavy hair on one shoulder. Small red bindi , sindoor , subtle makeup , red lips , red nails. Wearing a bright aqua blue sheer saree , white paisley embroidery , silver border , sleeveless beaded beige/blue blouse. Gold mangalsutra , hoop earrings , nose stud , aqua bangles. Pose: standing gracefully angled , left hand on waist drape , right arm extended relaxed. Brightly lit retail store background with a glass storefront. ,

Turn this photo into me wearing an very beautiful royal royal blue & lime green ombre rajputi poshak of light weight organza fabric with intricate gotapatti and gota kinari (gold tassel) lace border short kurta with light weight organza fabric with intricate gotapatti lehenga and light weight organza fabric with intricate gotapatti and gota kinari (gold rassei lace border dupatta draped like rajputi women wear traditional lill neck covering the face (a veil wor over the head and sometimes the face , especially by brides , mbolizing tradition , modesty , anikes Crace.) , face is visible underneath the fabric wearing rajputi heavy traditional jewellery...round , dome-shaped mango tikka , simple plain round big size nose ring , bangles...arm bangles....like rajputi...very miniature bindi pasted in centre and above the eyebrows makeup like rajputi women and loos open wavy hair I am sitting against a solid wall with shadow , sunlight mahakioduniyane and a bit of Follow baby hair and few hair strands ,

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

Create a high-resolution image featuring the logos of 100 of the world’s most recognized brands. The composition must be formatted in A4 size (landscape or portrait as specified) , using the full canvas with no margins or borders. All logos must be displayed in full color , maintaining their original design , proportions , and visual identity with high fidelity. Do not repeat any logos—each brand must appear only once. Arrange the logos in a clean , well-balanced grid or layout that maximizes the use of space across the entire A4 page. Ensure even spacing , proper alignment , and visual clarity so that each logo is clearly visible and not distorted , cropped , or overlapping. The final output must be suitable for high-quality digital printing (300 DPI or higher) , with sharp details , vibrant colors , and a professional finish. ,

Upper body to hip illustration , eye-level camera , character standing centered facing the viewer directly at slight three-quarter angle. The framing captures from the top of the head down to the hip area. Soft warm interior lighting. The background shows an elegant interior — decorative wallpaper with subtle damask or floral pattern , and the edge of a large ornate gold-framed painting or mirror visible on the left side. POSE: Character stands upright facing the viewer at slight three-quarter angle , body positioned slightly right of center. Her arms are both positioned at her sides or slightly in front — both arms relaxed and close to her body , hands at hip level or slightly raised near her waist. Her upper body is composed and still. Her head faces the viewer directly , slightly tilted or level , with a cool , reserved , slightly self-conscious expression — eyes open and looking at the viewer with a calm but slightly uncertain or guarded gaze , eyebrows very slightly furrowed , lips firmly closed. Cheeks lightly flushed. Prominent bust visible within the white dress with natural fabric tension , with the sides of the bust visibly protruding from both armhole openings. PIECE ONE — WHITE SLEEVELESS DRESS: A fitted sleeveless dress in bright white — clean structured bodice with no straps , a straight or slightly curved neckline. The dress is form-fitting at the chest and torso showing prominent bust with natural fabric tension. The sleeveless armhole openings are wide and cut deep on both sides — the outer sides of the bust are visible from both left and right edges of the wide armhole openings , with the fabric only covering the front center panel and leaving the outer sides of the chest exposed through the wide deep armhole cuts. The bust protrudes naturally and visibly from both sides of the garment through the armhole openings — the larger the bust , the more pronounced the side exposure. White ruffled trim or small frilled detail decorates the upper edge of the armhole opening on both sides , creating a delicate decorative ruffle border framing the exposed sides. The dress has a slightly structured fantasy or formal quality with subtle seam and fabric tension detail. PIECE TWO — NAVY AND GOLD NECK RIBBON/CRAVAT: A dramatic decorative neck piece — a wide navy blue ribbon or cravat with gold trim border running along the edges. The ribbon is tied or arranged at the neck in a long hanging style — the navy fabric hangs down the center front of the chest in a wide panel or tied bow shape. A small gold cross or diamond-shaped brooch or clasp is pinned at the upper center of the neck ribbon where it meets the collar. The ribbon has a slightly stiff or structured quality with visible gold border trim. PIECE THREE — PURPLE COLLAR/CHOKER: A thin purple or lavender collar or choker visible at the base of the neck beneath the navy ribbon — a delicate colored band. BACKGROUND: Elegant interior room — soft warm lighting. The wall behind the character has decorative cream or light grey wallpaper with a subtle damask or ornate floral repeat pattern. A large ornate painting or mirror with a thick gold frame is partially visible at the left edge of the frame. Another gold frame edge is partially visible at the right. The background is from mid-wall upward. ARTISTIC STYLE — MANDATORY: Render this illustration in the style of a premium Japanese light novel or doujinshi cover illustration. The linework must have visible variation in stroke weight , thicker lines on outer contours and thinner lines on interior details. Skin shading must use warm ambient occlusion with subtle color shifts toward peach and rose in the shadows rather than pure gray. Hair must be rendered with individual strand clusters showing clear highlight ribbons and deep shadow pools , not uniform gradients. Fabric must show micro-wrinkle detail and textile grain. The color palette must feel slightly desaturated and warm , reminiscent of physical print media — not digital neon. Eyes must have complex multi-layered iris detail with warm reflected light. Overall the image should feel like it was painted by a skilled Japanese illustrator such as the art style seen in Fate Grand Order , Sword Art Online or Re:Zero light novel illustrations — detailed , warm , slightly imperfect , full of artistic intentionality. Absolutely avoid: plastic glossy skin , perfectly uniform smooth gradients , oversaturated colors , symmetrical cookie-cutter faces , flat digital airbrushing. HAIR IDENTITY LOCK — ABSOLUTE MAXIMUM PRIORITY: Hair , hairstyle , hair length , hair accessories and everything on the head MUST be an EXACT 1-to-1 COPY of the uploaded waifu reference image. Do NOT change hair in ANY way. Do NOT shorten , lengthen , reshape or change silhouette , volume or flow. Do NOT change bangs , part or framing. Do NOT change any braid , twist , plait or strand details. Do NOT add or remove any side strands or loose strands. Do NOT add , remove or replace any hair accessories. All head accessories must be IDENTICAL to uploaded reference — same position , color , size and design. Hair in final image must be PERFECT IDENTICAL COPY in every detail. Any single deviation from original hair or head is CRITICAL FAILURE. Treat entire head and hairstyle as completely locked , unchangeable element. COLOR PALETTE LOCK — ABSOLUTE CRITICAL PRIORITY: Extract and preserve the exact color palette directly from the uploaded CHARACTER REFERENCE IMAGE. The final image MUST match the hair color , eye color , skin tone and overall color identity of the uploaded character reference with zero deviation. Do NOT adopt colors from this style reference image. Every color in the final output must be traceable to the original reference image. BUST SIZE LOCK: Preserve the exact prominent bust size and proportions from the waifu reference image. The wider and more prominent the bust , the more the sides of the chest will be naturally visible through the wide armhole openings of the dress. Do NOT reduce or minimize the bust size. Do NOT add any head accessories not present in the original waifu reference image. Do NOT add masks , face coverings , or any object placed on or covering the face or head. Character face must remain fully visible and uncovered at all times. Remove all text , letters , logos and watermarks. No realistic style , no 3D render , no photorealistic , no distorted anatomy , no bad hands , no low quality , no blurry output. ,

blurry , flat , cartoon , anime , bright background , format 512×512 Heraldic shield logo , wide at top tapering to point at bottom , curved sides. Multi-layered ornate frame: outer dark black metallic band , inner thick bronze-gold band with small round rivet studs along entire border. Golden pointed crests at top , bottom and upper-middle points of shield. Central large golden 3D emblem: stylized sword or trident , central pointed shaft with two upward-curving wing-like blades each side , polished reflective gold. Text "ShieldSmithGuild" in uppercase bold condensed sans-serif , sharp angular letters , 3D beveled reflective gold , gem-like highlight and warm orange-brown shadows , centered below the emblem inside shield. Dark charcoal black background , textured like carved stone or hammered metal plates , rough ancient feel. Four corners: subtle partial golden ornate corner pieces. Lighting from top-left , strong highlights on gold , deep shadows. Premium game logo , fantasy , no photo ,

blurry , low quality , ugly , deformed , bad anatomy , extra fingers , photorealistic , hyperrealistic , anime , cartoon , modern objects , text , watermark , logo , oversaturated. Prologue background - parchment , Aged parchment texture , old paper , dark edges and corners , subtle candlelight warm glow at borders , fantasy book style , minimal , low contrast , background for readable text overlay. stylized realism , digital painting , high-fantasy mobile game art , dark palette with warm orange and gold accents , no text , no watermark , premium 2D illustration ,