Topic

Application interface mockup image

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

type

Application Interface Mockup

Original2,359 characters
```json
{
  "type": "website landing page mockup",
  "theme": "men's skincare, sleek, professional, dark mode",
  "color_palette": "{argument name=\"color scheme\" default=\"dark navy blue\"}, white text, subtle blue gradients",
  "header": {
    "logo": "{argument name=\"brand name\" default=\"NEX SKIN\"}",
    "navigation": ["HOME", "PRODUCT", "ABOUT", "FEATURE", "FAQ"],
    "cta_button": "Get Started >"
  },
  "hero_section": {
    "left_column": {
      "headline": "{argument name=\"main headline\" default=\"Cleanliness begins with daily skincare.\"}",
      "sub_headline": "Men's skin can be simpler.",
      "body_text": "3 lines of descriptive text about skincare benefits",
      "buttons": [
        {"style": "solid blue", "text": "Get Started >"},
        {"style": "outlined", "text": "Learn More >"}
      ],
      "feature_highlights": {
        "count": 3,
        "items": [
          {"icon": "sparkle", "title": "Shine Control", "subtitle": "Balances sebum"},
          {"icon": "water drop", "title": "Moisturizing", "subtitle": "Continuously provides hydration"},
          {"icon": "shield/bottle", "title": "All-in-One", "subtitle": "Toner, serum, and lotion in one bottle"}
        ]
      }
    },
    "center_image": {
      "subject": "handsome {argument name=\"target demographic\" default=\"young Asian man\"}",
      "appearance": "clean-cut, dark hair, flawless glowing skin, wearing a black shirt",
      "pose": "hand touching chin thoughtfully",
      "lighting": "dramatic studio lighting highlighting facial structure"
    },
    "right_column": {
      "product_shot": {
        "bottle": "tall cylindrical dark blue bottle with water droplets",
        "labels": ["{argument name=\"brand name\" default=\"NEX SKIN\"}", "{argument name=\"product type\" default=\"ALL-IN-ONE LOTION\"}", "150mL"],
        "base": "textured dark rock surface",
        "badge": "circular outlined badge reading 'Total care for men's skin concerns with just one bottle'"
      }
    }
  },
  "bottom_stats_bar": {
    "count": 3,
    "items": [
      {"icon": "users", "label": "Total Sales", "value": "Over 1.2 million units"},
      {"icon": "star", "label": "User Satisfaction", "value": "92.1%"},
      {"icon": "checklist", "label": "Repeat Rate", "value": "85.3%"}
    ],
    "footnotes": "small legal text on the right"
  }
}
```