Prompt Gallery

UI / App / 网页 / SaaS

高端医美诊所网站设计样稿

一个用于生成高端、优雅的医美或美容诊所网站首页样稿的 JSON 结构化提示词。

ID
13663
作者
Ivan Juras
标签
UI / App / 网页 / SaaS / Logo / 品牌 / 视觉识别 / 风景 / 城市 / 旅行

中文提示词

{
  "type": "网站首页样稿",
  "theme": "高端医美诊所",
  "color_palette": "{argument name=\"primary color theme\" default=\"暖金色与古铜色\"},搭配深棕色背景和柔和的散景光效",
  "header": {
    "logo": "{argument name=\"brand name\" default=\"Elysian\"} AESTHETICS",
    "navigation_links": ["关于我们", "治疗项目", "案例展示"],
    "cta_button": "预约咨询"
  },
  "hero_section": {
    "background_image": "{argument name=\"hero subject\" default=\"一位皮肤光泽、闭着双眼、手触颈部的绝美女性\"},身穿闪亮的古铜色礼服,佩戴钻石吊坠耳环,柔和的电影级灯光",
    "typography": {
      "headline": "{argument name=\"hero headline\" default=\"永恒之美,精雕细琢\"}",
      "subheadline": "探索医美艺术,通过量身定制的方案提升您的自然光彩。"
    },
    "buttons": [
      { "style": "实心浅色", "text": "预约您的咨询" },
      { "style": "轮廓线", "text": "了解更多" }
    ]
  },
  "features_section": {
    "divider": "带有小型中央花卉装饰的细金线",
    "columns_count": 3,
    "columns": [
      {
        "title": "我们的服务",
        "description": "助力永恒之美的先进疗法",
        "icon": "注射器"
      },
      {
        "title": "Elysian 体验",
        "description": "奢华、专业与卓越的护理",
        "icon": "莲花"
      },
      {
        "title": "蜕变案例",
        "description": "见证惊艳的改变",
        "icon": "半脸面具"
      }
    ]
  },
  "footer": {
    "text": "优雅与医美的完美邂逅。"
  }
}

原始提示词

{
  "type": "website landing page mockup",
  "industry": "{argument name=\"industry\" default=\"luxury aesthetics clinic\"}",
  "style": {
    "color_palette": "{argument name=\"color theme\" default=\"warm golden and bronze\"}",
    "typography": "elegant serif fonts",
    "atmosphere": "high-end, luxurious, glowing bokeh background"
  },
  "layout": {
    "header": {
      "logo": "{argument name=\"brand name\" default=\"Elysian\"} AESTHETICS",
      "navigation_links": ["About", "Treatments", "Gallery"],
      "cta_button": "Book Consultation"
    },
    "hero_section": {
      "imagery": "portrait of an {argument name=\"hero subject\" default=\"elegant woman with glowing skin and closed eyes touching her neck\"}, wearing a sparkly bronze dress and diamond drop earrings",
      "typography": {
        "headline": "{argument name=\"headline text\" default=\"Timeless Beauty, Expertly Refined\"}",
        "subheadline": "Discover the art of aesthetic perfection with personalized treatments tailored to enhance your natural radiance."
      },
      "buttons": [
        {"text": "Book Your Consultation", "style": "solid light cream"},
        {"text": "Learn More", "style": "outline"}
      ]
    },
    "features_section": {
      "count": 3,
      "columns": [
        {
          "title": "Our Services",
          "subtitle": "Advanced Treatments for Timeless Beauty",
          "icon": "syringe"
        },
        {
          "title": "The Elysian Experience",
          "subtitle": "Luxury, Expertise, & Exceptional Care",
          "icon": "lotus flower"
        },
        {
          "title": "Before & After",
          "subtitle": "Witness Stunning Transformations",
          "icon": "half-face mask"
        }
      ],
      "divider": "thin vertical lines between columns"
    },
    "footer": {
      "tagline": "Where Elegance Meets Aesthetics.",
      "styling": "flanked by horizontal lines"
    }
  }
}