Topic

UI interaction design diagram

1 GPT image prompts grouped by this long-tail topic.

type

```json { "title": { "translations": { "en": "Interface Interaction Design Diagram" } } } ```

Original2,254 characters
```json
{
  "type": "e-commerce landing page hero section mockup",
  "aesthetic": "clean, bright, airy, feminine, floral accents with purple flowers, {argument name=\"primary color\" default=\"soft pink\"} and white color palette, soft lighting",
  "header": {
    "logo": "{argument name=\"brand name\" default=\"LUMEA BEAUTY\"}",
    "navigation_links": {
      "count": 5,
      "labels": ["Features", "Ingredients", "Testimonials", "How to Use", "FAQ"]
    },
    "cta_button": "Try Now"
  },
  "hero_section": {
    "left_column": {
      "headline": "{argument name=\"headline text\" default=\"Radiant clarity every time you look in the mirror.\"}",
      "subheadline": "For dry and dull skin. A concentrated moisturizing serum with luxurious beauty ingredients for daily use.",
      "feature_badges": {
        "count": 3,
        "style": "pill-shaped with small icons",
        "labels": ["Suitable for sensitive skin", "High hydration", "Can be used morning and night"]
      },
      "bullet_points": {
        "count": 3,
        "style": "pink checkmarks",
        "labels": ["Effectively delivers beauty ingredients", "For a firm and radiant appearance", "Simple care that's easy to continue"]
      },
      "cta_buttons": {
        "count": 2,
        "labels": ["Try with first-time offer >", "Check ingredients >"]
      },
      "trust_badges": "Free shipping / First-time offer / No subscription required"
    },
    "center_subject": {
      "model": "{argument name=\"model description\" default=\"young East Asian woman smiling, touching her cheek\"}",
      "action": "holding a dropper bottle of serum"
    },
    "right_column": {
      "product_display": {
        "count": 2,
        "items": ["{argument name=\"product type\" default=\"moisturizing boost serum\"} dropper bottle", "packaging box"]
      },
      "stat_cards": {
        "count": 3,
        "style": "floating white rounded rectangles with gold accents",
        "labels": ["96% satisfaction", "5 beauty ingredients", "Over 12,000 users"]
      }
    }
  },
  "bottom_section": {
    "benefit_cards": {
      "count": 3,
      "style": "horizontal white rounded rectangles with icons",
      "labels": ["Hydration", "Clarity", "Ease of use"]
    }
  }
}
```