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

Two very tall beautiful mega huge muscle busty size ebony and white women smiling in red muscle tight thongs , and flexing huge massive swollen big muscular pecs , with wavy black hair over shapely muscled body with very broad strong shoulders and thick massive huge muscular legs , standing under forest trees watching suset over the sea ,

A sleek , hammerhead shark‑inspired vehicle glints in vivid teal‑blue and burnt‑orange tones that echo the iridescence of a living hammerhead shark. The body’s sides curve into massive , articulated claw‑shapes , while eight articulated , jointed “shark legs” anchor the craft on a sun‑kissed shoreline. A woman with silver hair , wearing a weathered leather pilot’s jacket , sits confidently in the cockpit , her eyes reflecting the horizon. The soft sand beneath shimmers in a gradient of glowing lime‑green to amber heat , creating a warm , otherworldly glow. Behind them , a deep , pixel‑style dark backdrop is overlaid with faint , exploratory mood. ,

Dune Tribute /// (Character) wearing detailed combat body suit with scarf , closeup , desert scene , detailed skin , face sharp focus , detailed eyes and pupils , detailed hair , intricate details and sharp , masterpiece , global illumination , real shadow , bokeh , best quality , Dune style , photorealistic , realistic , 8k , 3d ,

Dune Tribute /// (Character) wearing detailed combat body suit with scarf , closeup , desert scene , detailed skin , face sharp focus , detailed eyes and pupils , detailed hair , intricate details and sharp , masterpiece , global illumination , real shadow , bokeh , best quality , Dune style , photorealistic , realistic , 8k , 3d ,

From above , the sea unfolds as a verdant meadow , its surface a smooth , muted teal canvas. An enormous eagle ray with sleek tail glides across , its body a perfect oval cutout that cradles a woman in a vivid red dress , her form lying flat and almost weightless , reaching gently toward the shimmering surface. The water is pale , almost translucent , with faint amber rays piercing through , casting a warm grey hue over everything. Around the ray , subtle wave‑like formations rise and fall , subtly forming the faint outlines of distant , dreaming fishes. ,

A top‑down perspective reveals a calm ocean transformed into a soft , pastel‑green pasture. At its heart floats a massive eagle ray , its silhouette a smooth , body‑shaped void. Inside this void rests a woman in a striking red gown , her body lying horizontal , arms outstretched toward the faint , amber‑glow surface , as if trying to break free. Thin , pale chains are bound to her ankles , disappearing into the dark , muted depths below. The water is pale and still , with only a few gentle drops breaking the surface. Surrounding the ray , gentle waves merge seamlessly into the faint outlines of faces and forms , creating a dreamlike , poetic tableau. Color scheme: warm grey , amber light , with accents of deep sea teal. Mood: contemplative , ethereal , and slightly melancholic. ,

Create a ultra-high-resolution (high-res) detailed illustration of Marnie from Pokémon (anime/cartoon style) , performing on a concert stage and singing into a handheld microphone , dynamic energetic pose with expressive face and confident stage presence; she should wear her signature stylish outfit (accurate to the character design) , flowing hair with subtle shine and strands , accessories clearly defined , confident body angle , slight motion blur on hair/fingers only for realism; stage setup: multiple colored spotlights (pink , purple , blue , amber) cutting through light haze , realistic volumetric lighting , glossy reflections on the stage floor , stage curtains and backdrop with abstract concert patterns (no readable text) , smoke/fog light beams , dramatic rim lighting around her silhouette; background: cheering crowd silhouettes with occasional hands raised , bokeh lights for depth , no logos; atmosphere: vibrant , lively concert energy , high contrast , rich saturation , smooth gradients , clean linework; lighting & rendering: crisp lineart , high detail shading , soft subsurface-like highlights , accurate shadows under her shoes/feet , high-quality texture detail on clothing and hair; composition: cinematic three-quarter view , slight low-angle camera perspective , subject centered , depth of field with sharp focus on Marnie and blurred crowd/stage lights; include lens/visual cues (e.g. , shallow depth of field , filmic color grading , subtle grain); output requirements: extremely high resolution (e.g. , 8k–16k) , ultra-detailed , very sharp , no text , no watermark , no signature , no cropped limbs , no extra characters , no distorted hands , no incorrect anatomy. ,

High resolution photography , 38 yr old fair skinned mixed skin color Female , accurate human anatomy , long curly haired , intricately detailed , hyper-detailed , masterpiece , immersive background , photo-realistic , character design , charming beauty , waterfall background , 8k , full body scene , long hair , elegant , attractive , goddess , kind , pretty , smiling , female , nice , highly detailed , bright open eyes , long shot , (centered image composition) , (professionally color graded) , ((bright soft diffused light)) , volumetric fog , hdr 4k , 8k , full body image , (insanely detailed , bloom:1. 5) , (highest quality , Alessandro Casagrande , Greg Rutkowski , Sally Mann , concept art , 4k) , (analog:1. 2) , (high sharpness) , (detailed pupils:1. 1) , (painting:1. 1) , (digital painting:1. 1) , ,

A stylized digital painting depicts a squad of four women advancing across a bright sandy beach beneath a vivid blue sky streaked with towering white clouds. The composition is viewed from a dramatic low angle , making the figures appear imposing as they stride toward the viewer. The woman in the foreground carries a massive shoulder-mounted launcher while gripping a modern rifle across her body. She wears a black bikini with tactical gear , ammunition pouches , and thigh straps , her dark hair blowing sharply in the sea breeze. Slightly behind her , another woman carries an oversized heavy machine gun slung over one shoulder , also dressed in beachwear combined with military equipment. Two additional squad members follow in the background carrying equally oversized weapons , partially silhouetted against billowing smoke and dust rising from distant explosions. Sand sprays around their bare feet as they move along the shoreline , with sunlight reflecting off the water and illuminating the warm beach tones. Bold painterly brushstrokes and high-contrast lighting give the scene an energetic , cinematic feel that blends summer aesthetics with exaggerated action-movie spectacle. ,

Hand-drawn gothic journal illustration in a refined ink-and-watercolor sketch style , vintage gothic landscape aesthetic , textured cream paper background , expressive cobalt blue fineliner linework with warm ochre , muted olive green and soft terracotta watercolor washes , a white-haired knight with long flowing hair wearing a A dramatic , cinematic beach scene with turquoise foamy waves crashing onto the shore. On the right side of the composition a woman dressed in flowing white veils stands in a powerful , expressive pose her arms outstretched and her gaze lifted upward. Very long , delicate satin scarves are tied to her arms and body streaming and fluttering behind her in the wind. From behind her a majestic white horse with an extremely long that blossoms like a vortex mane. Thick , arcing light trails and curved smoke-frame shapes wrap around them , creating a layered , futuristic stage-like composition , soft brush pen strokes , editorial magazine cover design , modern gouache and watercolor fusion , imperfect hand-drawn charm , warm nostalgic atmosphere , Arabian sketchbook aesthetic , Moleskine travel journal , whimsical urban storytelling , premium illustrated poster , highly detailed , balanced composition , soft paper grain , natural ink bleed , sophisticated color harmony , artistic gothic landscape print--chaos 1 --ar 5:3 --raw --profile f7ca75c --stylize 75 --weird 1 --hd --preview ,

Photorealistic nocturnal fashion portrait of exactly one striking adult European woman , chest-up composition , body turned slightly away while she looks calmly back into the camera. Dark brunette hair with soft natural movement , refined individual features , closed lips , direct expressive eyes and authentic visible skin texture. She wears a voluminous black wool coat with a narrow glimpse of scarlet satin lining near the collar. Her face remains clearly readable while one side of the frame falls into deep foreground shadow. Behind her , the night city dissolves into oversized teal , amber and muted coral bokeh circles. Intimate 50mm perspective , extremely shallow depth of field , subtle focus falloff around the edges , rich blacks , warm skin highlights , restrained bloom , organic 35mm grain , slight color halation , atmospheric yet modern fashion photography --chaos 1 --ar 4:5 --raw --profile f7ca75c --stylize 75 --weird 1 --hd --preview ,

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

The image is only the main character that it is portrayed without the background , so the background is plain white , easy to later eliminate. It is realistic illustration , highly detailed , hyperrealistic painting , of a white cat , looking like an Egyptian white cat , so short hair and elongated. You only see the cat from the chest up , humanoid but with a cat body. It has a purple knitted hat , that covers and surrounds the head , so his/her face is showing fully , but it covers it like a purple wool helmet , with purple ears , and then three blue lines vertical on the top of the hat and the laterals both right and left on the hat. The cat is serious , looking to the front so the observer. Its head is slightly tilted forward , warrior wise look , dark eyes like a cat. The wool of the hat is thick wool. So it is a bulky hat. ,

An ebony female supervillain/bodybuilder is completely covered in tattoos and wearing a jewel-encrusted rainbow string bikini with real strings while relaxing in her majestic hot tub inside her ultra-luxurious lair as chaos reigns supreme , flexing her powerful muscles and showcasing her massive back tattoo of a peregrine falcon surrounded by wildlife that covers her entire back. ,

A Caucasian female supervillain/bodybuilder is completely covered in tattoos and wearing a jewel-encrusted rainbow string bikini with real strings plus million dollar Cartiér sunglasses while relaxing in her majestic hot tub inside her ultra-luxurious lair as chaos reigns supreme , flexing her powerful muscles and showcasing her massive back tattoo of a peregrine falcon surrounded by wildlife that covers her entire back. ,

A cute , stylized strawberry character is nestled in green grass and lit by warm sunlight with a soft , blurred background. The main focus is a strawberry-like character with a red , rounded body covered in small yellow specks , a small smile , and large , cartoon-style eyes. It has small green leafy top pieces and is partly hidden by grass blades , with its face and upper body clearly visible as it sits low among the plants. The setting appears to be outdoors in a grassy area , with strong golden light coming from the right side. The background is filled with soft-focus greenery and circular bokeh highlights , suggesting late-afternoon or sunrise-like lighting. The scene is calm and close-up , with shallow depth of field emphasizing the character while the surrounding grass and background blur slightly. The character’s red surface has a smooth , glossy look with scattered yellow dots. Its eyes are light-colored with dark pupils , and its cheeks show a slight pinkish tone. The leafy top is bright green with small notches , and the character’s body is positioned low to the ground , framed by thin grass blades in the foreground. The lighting is warm and directional , creating a glow and gentle highlights on the grass and character edges. The camera angle is close to ground level , looking toward the character through layers of grass. ,

((masterpiece)) , ((best quality)) , (exquisite) , 8k , beautiful , wing on back , floating , cute angel , smile , full body , white gossamer dress , sandals , blue sky , under view ,

A full‑body fashion model stands gracefully atop a gigantic , emerald‑green lotus leaf that floats on a glass‑like pond. The leaf glistens with dew droplets that catch the golden hour sunlight , casting soft amber reflections. Outfit: A flowing , multi‑layered dress spirals outward in a vortex of pastel pink , mint‑green , sky‑blue , and tangerine orange. Thin licorice ribbons (glossy black and ruby red) wind through the fabric like delicate vines , giving the garment a tactile , candy‑cane texture. Pose: The model places one foot lightly on the leaf’s edge , head turned slightly toward the camera , eyes soft yet confident. Hands are gently lifted , fingertips brushing the licorice strands that trail behind. Background: Blurred lily pads and floating sakura petals create a dreamy bokeh; distant pastel mountains fade into a pastel sky streaked with cotton‑candy clouds. Lighting: Warm backlight with rim lighting highlights the dress’s spiral , while a soft fill light from the front reveals the glossy licorice texture. Mood: Playful elegance , a sense of delicious wonder. ,

A smiling elderly heavyweight bodybuilder man standing on a sunny tropical beach , wearing a bright orange posing thong. He has a massive muscular physique with thick natural body hair on his chest , arms , legs , and abdomen. Confident and cheerful expression , tanned skin , powerful stance , blue ocean , golden sand , palm trees , bright summer sunlight , ultra-realistic , highly detailed skin texture , professional photography , 8K , cinematic lighting , vibrant colors ,

{"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"}}} ,