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

An image of a capuccino beverage with milk foam and a design on top of it. The mug is made from red molten wax. The capuccino's color is matcha green. The milk foam has a very pale cinnamon brown color. The design on the milk foam is an inward Fibonacci spiral. There is a thin strand of honey spiral on the outer edge of the milk foam. Next to the capuccino drink , there is a plate with sticky bun styled pastry with pistachio , grapes , and ruby chocolate chips. The beverage and the pastry are on top of a wooden table. ,

Dark fantasy. Medium shot. A colossal rat emerges from a blazing darkness. Close-up. Hyper-realistic. Incandescent eyes of blazing orange. Sticky fur stained with soot. Sharp claws pierce jagged earth. Dramatic lighting in dark red and ash green. Hair mats , corrosion , crimson leather , best quality , 8k resolution , textures , masterpiece , dark apocalyptic atmosphere , eerie lighting , hyper detailed , masterpiece. ,

A photograph of an artful arrangement of dried fruits and nuts on a stark black surface , viewed from directly above. Scattered around the edges are plump raisins , sticky Medjool dates , hearty rolled oats , and pumpkin seeds , creating a textured border surrounding an empty center space. The fruits and nuts exhibit a rich , deep color palette , highlighted by the bright , focused lighting that emphasizes their natural textures and subtle details. The composition is clean and minimalist , resulting in a visually appealing and appetizing still life. ,

A photograph of an artful arrangement of dried fruits and nuts on a stark black surface , viewed from directly above. Scattered around the edges are plump raisins , sticky Medjool dates , hearty rolled oats , and pumpkin seeds , creating a textured border surrounding an empty center space. The fruits and nuts exhibit a rich , deep color palette , highlighted by the bright , focused lighting that emphasizes their natural textures and subtle details. The composition is clean and minimalist , resulting in a visually appealing and appetizing still life. ,

A photograph of an artful arrangement of dried fruits and nuts on a stark black surface , viewed from directly above. Scattered around the edges are plump raisins , sticky Medjool dates , hearty rolled oats , and pumpkin seeds , creating a textured border surrounding an empty center space. The fruits and nuts exhibit a rich , deep color palette , highlighted by the bright , focused lighting that emphasizes their natural textures and subtle details. The composition is clean and minimalist , resulting in a visually appealing and appetizing still life. ,

A photograph of an artful arrangement of dried fruits and nuts on a stark black surface , viewed from directly above. Scattered around the edges are plump raisins , sticky Medjool dates , hearty rolled oats , and crunchy almonds , creating a textured border surrounding an empty center space. The fruits and nuts exhibit a rich , deep color palette , highlighted by the bright , focused lighting that emphasizes their natural textures and subtle details. The composition is clean and minimalist , resulting in a visually appealing and appetizing still life. ,



a poster with a teddy bear on it , sticker design vector art , sticky , angry bear , abcdefghijklmnopqrstuvwxyz , stubbles , silk screen t-shirt design 4k , funny illustration , sticker - art , sticker art , sickly , stickers illustrations , cute artwork , trending on pixart” , streetwear graphic design , Cartoon ,


Appearance: A Swarm of Spiders is a horrifying and unsettling sight , as it consists of hundreds or even thousands of spiders working together as a single entity. The swarm appears as a writhing mass of crawling legs , forming a dark and undulating cloud of arachnids. The individual spiders in the swarm vary in size , but they are typically small , ranging from tiny spiders to larger ones with leg spans of a few inches. The swarm's color can range from a mix of dark browns and blacks to lighter hues , depending on the types of spiders comprising it. Features: The Swarm of Spiders moves with a coordinated fluidity , as if guided by an unseen intelligence. While each spider is relatively weak on its own , the collective strength of the swarm is overwhelming. The swarm is highly aggressive , attacking anything that comes within its vicinity. Its bite can deliver venom that , while not deadly , can cause pain , discomfort , and temporary paralysis. The swarm's sheer numbers can be its greatest advantage , allowing it to overwhelm and immobilize even larger creatures. Habitat: Swarms of Spiders are typically found in areas with a high concentration of spiders , such as dense forests , abandoned structures , or ancient ruins. They may inhabit dark and secluded places where their presence can go unnoticed until it's too late for unsuspecting intruders. Behavior: Swarms of Spiders are driven by instinct and the collective intelligence of the individual spiders that make up the swarm. They act as a cohesive unit , attacking en masse to subdue their prey and cocoon it in sticky webs. Swarms of Spiders can move quickly , scaling walls and surfaces with ease , which makes them challenging to escape from once they have engaged a target. Role in the World: In your DND world , Swarms of Spiders could be a terrifying threat lurking in the wild and dark corners of the land. They might be drawn to areas of powerful magic or necromantic influence , serving as guardians to forbidden places or the minions of evil spellcasters. The sight of a Swarm of Spiders can instill fear and panic in adventurers , as they face an unrelenting horde of venomous creatures. Encountering a Swarm of Spiders in your campaign can be a harrowing experience for adventurers. The swarm's ability to cover large areas and its relentless pursuit make it a deadly adversary. Players might need to think creatively to avoid or disperse the swarm , using spells , fire , or other area-of-effect attacks to fend off the spider horde. Additionally , the presence of Swarms of Spiders can create a sense of dread and trepidation , heightening the tension in areas where they are known to dwell , making players ever watchful for the signs of these arachnid hordes. ,

a poster with a teddy bear on it , sticker design vector art , sticky , angry bear , abcdefghijklmnopqrstuvwxyz , stubbles , silk screen t-shirt design 4k , funny illustration , sticker - art , sticker art , sickly , stickers illustrations , cute artwork , trending on pixart” , streetwear graphic design ,

Appearance: A Swarm of Spiders is a horrifying and unsettling sight , as it consists of hundreds or even thousands of spiders working together as a single entity. The swarm appears as a writhing mass of crawling legs , forming a dark and undulating cloud of arachnids. The individual spiders in the swarm vary in size , but they are typically small , ranging from tiny spiders to larger ones with leg spans of a few inches. The swarm's color can range from a mix of dark browns and blacks to lighter hues , depending on the types of spiders comprising it. Features: The Swarm of Spiders moves with a coordinated fluidity , as if guided by an unseen intelligence. While each spider is relatively weak on its own , the collective strength of the swarm is overwhelming. The swarm is highly aggressive , attacking anything that comes within its vicinity. Its bite can deliver venom that , while not deadly , can cause pain , discomfort , and temporary paralysis. The swarm's sheer numbers can be its greatest advantage , allowing it to overwhelm and immobilize even larger creatures. Habitat: Swarms of Spiders are typically found in areas with a high concentration of spiders , such as dense forests , abandoned structures , or ancient ruins. They may inhabit dark and secluded places where their presence can go unnoticed until it's too late for unsuspecting intruders. Behavior: Swarms of Spiders are driven by instinct and the collective intelligence of the individual spiders that make up the swarm. They act as a cohesive unit , attacking en masse to subdue their prey and cocoon it in sticky webs. Swarms of Spiders can move quickly , scaling walls and surfaces with ease , which makes them challenging to escape from once they have engaged a target. Role in the World: In your DND world , Swarms of Spiders could be a terrifying threat lurking in the wild and dark corners of the land. They might be drawn to areas of powerful magic or necromantic influence , serving as guardians to forbidden places or the minions of evil spellcasters. The sight of a Swarm of Spiders can instill fear and panic in adventurers , as they face an unrelenting horde of venomous creatures. Encountering a Swarm of Spiders in your campaign can be a harrowing experience for adventurers. The swarm's ability to cover large areas and its relentless pursuit make it a deadly adversary. Players might need to think creatively to avoid or disperse the swarm , using spells , fire , or other area-of-effect attacks to fend off the spider horde. Additionally , the presence of Swarms of Spiders can create a sense of dread and trepidation , heightening the tension in areas where they are known to dwell , making players ever watchful for the signs of these arachnid hordes. ,

In the image , the cyber-prosthetic ape is armed to the teeth and engaged in a fierce battle with slugs. Its mechanical limbs gleam with a metallic sheen , ready for action. The ape's gaze is determined , focused and ready to fight. The slugs , slimy and sticky , try to surround her , but she skillfully dodges their attacks using her cybernetic prosthetics. All around them is a chaotic landscape full of dangers and challenges , but the ape is not about to give up. Her footsteps are persistent , and she is ready to fight to her last breath to overcome the obstacles in front of her. very many dynamic shots ,

It generates a hyper-realistic image of a school classroom with golden sunset light filtering through the window. In the center of the room , visualize a middle-aged teacher with tousled gray hair and round reading glasses , wearing a dark blue wool sweater and gray cloth pants. This professor is holding an old hardcover book with numerous colorful sticky notes protruding from the pages. In front of him is a holographic representation in shades of blue of ChatGPT , visualized as floating lines and curves forming a human face in the midst of detailed explanation ,

rfktrstyle 420 purple haze best quality , 4k , 8k , highres , masterpiece:1.2 , ultra-detailed , realistic , photorealistic:1.37 , purple , purple tones , ethereal , hazy , smoky , mystical , dreamy , psychedelic , purple haze 420 , weed , marijuana , cannabis , joint , smoke , relaxing , euphoria , high , chill , blissful , serene , peaceful purple flowers , vibrant colors , blooming , lush greenery , garden , nature , tranquility , basking in the sun , fresh air indica strain , resinous trichomes , dense buds , sticky , crystal-coated , pungent aroma , earthy , herbal , hint of sweetness ,

In the image , the cyber-prosthetic ape is armed to the teeth and engaged in a fierce battle with slugs. Its mechanical limbs gleam with a metallic sheen , ready for action. The ape's gaze is determined , focused and ready to fight. The slugs , slimy and sticky , try to surround her , but she skillfully dodges their attacks using her cybernetic prosthetics. All around them is a chaotic landscape full of dangers and challenges , but the ape is not about to give up. Her footsteps are persistent , and she is ready to fight to her last breath to overcome the obstacles in front of her. very many dynamic shots ,

It generates a hyper-realistic image of a school classroom with golden sunset light filtering through the window. In the center of the room , visualize a very young teacher and round reading glasses , wearing a dark blue wool sweater and gray cloth pants. This professor is holding an old hardcover book with numerous colorful sticky notes protruding from the pages. In front of him is a holographic representation in shades of blue of ChatGPT , visualized as floating lines and curves forming a human face in the midst of detailed explanation ,

It generates a hyper-realistic image of a school classroom with golden sunset light filtering through the window. In the center of the room , visualize a young teacher with round reading glasses , wearing a dark blue wool sweater and gray cloth pants. This professor is holding an old hardcover book with numerous colorful sticky notes protruding from the pages. In front of him is a holographic representation in shades of blue of ChatGPT , visualized as floating lines and curves forming a human face in the midst of detailed explanation ,

In the image , the cyber-prosthetic ape is armed to the teeth and engaged in a fierce battle with slugs. Its mechanical limbs gleam with a metallic sheen , ready for action. The ape's gaze is determined , focused and ready to fight. The slugs , slimy and sticky , try to surround her , but she skillfully dodges their attacks using her cybernetic prosthetics. All around them is a chaotic landscape full of dangers and challenges , but the ape is not about to give up. Her footsteps are persistent , and she is willing to fight to her last breath to overcome the obstacles in front of her. ,