帮你快速搞定吸睛又符合品牌调性的营销落地页,提升转化率不费劲
{"landingPageHtml": "<!DOCTYPE html>\n<html lang=\"zh\">\n<head>\n <meta charset=\"UTF-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n <title>春季促销活动 - 限时抢购</title>\n <style>\n body {\n font-family: Arial, sans-serif;\n margin: 0;\n padding: 0;\n background-color: #f8f8f8;\n color: #333;\n }\n .container {\n max-width: 1200px;\n margin: 0 auto;\n padding: 20px;\n text-align: center;\n }\n .header {\n background-color: #ffebcd;\n padding: 50px 20px;\n }\n .header h1 {\n font-size: 36px;\n margin: 0;\n color: #ff6600;\n }\n .header p {\n font-size: 18px;\n margin: 10px 0 0;\n }\n .cta-button {\n display: inline-block;\n margin-top: 20px;\n padding: 15px 30px;\n background-color: #ff6600;\n color: #fff;\n text-decoration: none;\n font-size: 16px;\n border-radius: 5px;\n }\n .cta-button:hover {\n background-color: #e65500;\n }\n .promotion {\n margin-top: 20px;\n padding: 20px;\n background-color: #ffffff;\n box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);\n border-radius: 8px;\n }\n .promotion h2 {\n font-size: 24px;\n color: #333;\n }\n .promotion p {\n font-size: 16px;\n color: #666;\n }\n </style>\n</head>\n<body>\n <div class=\"container\">\n <div class=\"header\">\n <h1>春季促销活动</h1>\n <p>限时抢购,春季新品低至5折!</p>\n </div>\n <div class=\"promotion\">\n <h2>别错过我们的春季好礼</h2>\n <p>点击查看详情,轻松选购您最爱的春季新品!</p>\n <a href=\"#\" class=\"cta-button\">立即购买</a>\n </div>\n </div>\n</body>\n</html>"}
{"landingPageHtml":"<html>\n<head>\n <meta charset=\"UTF-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n <title>新品推荐 - 独家上市</title>\n <style>\n * {\n margin: 0;\n padding: 0;\n box-sizing: border-box;\n }\n body {\n font-family: 'Arial', sans-serif;\n background-color: #f9f9f9;\n color: #333;\n line-height: 1.6em;\n margin: 0;\n padding: 0;\n }\n .container {\n max-width: 1200px;\n margin: 0 auto;\n padding: 20px;\n text-align: center;\n }\n header {\n background-color: #007aff;\n color: #fff;\n padding: 10px 0;\n }\n header h1 {\n font-size: 2.5rem;\n }\n .highlight {\n font-weight: bold;\n color: #ff6347;\n }\n .cta-button {\n display: inline-block;\n background-color: #ff6347;\n color: #fff;\n text-decoration: none;\n padding: 15px 25px;\n margin: 20px 0;\n border-radius: 5px;\n font-size: 1.2rem;\n transition: background-color 0.3s ease;\n }\n .cta-button:hover {\n background-color: #e5533c;\n }\n footer {\n margin-top: 20px;\n color: #767676;\n font-size: 0.9rem;\n }\n </style>\n</head>\n<body>\n <header>\n <h1>新品推荐</h1>\n </header>\n <div class=\"container\">\n <h2>独家上市,限时优惠!</h2>\n <p>快速提升销量的最佳选择,赶紧启动您的品牌增长之旅吧!</p>\n <a href=\"#\" class=\"cta-button\">马上查看</a>\n </div>\n <footer>\n © 2023 品牌名称. 保留所有权利。\n </footer>\n</body>\n</html>"}
{"landingPageHtml":"<html>\n<head>\n <meta charset=\"UTF-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n <title>My Portfolio</title>\n <style>\n body {\n font-family: 'Times New Roman', serif;\n background-color: #f4f1ea;\n color: #2e2a2b;\n margin: 0;\n padding: 0;\n }\n header {\n text-align: center;\n padding: 20px;\n background-color: #d6cfc4;\n border-bottom: 2px solid #aaa;\n }\n header h1 {\n font-size: 3em;\n margin: 0;\n color: #443d3d;\n }\n section {\n max-width: 1200px;\n margin: 0 auto;\n padding: 20px;\n }\n .gallery {\n display: grid;\n grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n gap: 20px;\n margin-top: 20px;\n }\n .gallery-item {\n background-color: #e8e2d9;\n border: 1px solid #ccc;\n box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);\n padding: 15px;\n text-align: center;\n }\n .gallery-item img {\n width: 100%;\n height: auto;\n border-radius: 5px;\n }\n .cta {\n text-align: center;\n margin-top: 40px;\n }\n .cta a {\n text-decoration: none;\n color: #ffffff;\n background-color: #443d3d;\n padding: 10px 20px;\n font-size: 1.2em;\n border-radius: 5px;\n transition: background-color 0.3s;\n }\n .cta a:hover {\n background-color: #6b6363;\n }\n footer {\n text-align: center;\n margin-top: 30px;\n padding: 15px;\n font-size: 0.9em;\n background-color: #d6cfc4;\n color: #443d3d;\n border-top: 2px solid #aaa;\n }\n </style>\n</head>\n<body>\n <header>\n <h1>My Portfolio</h1>\n </header>\n <section>\n <p>Welcome to my portfolio page! Here are some of my latest design works. I look forward to collaborating with you!</p>\n <div class=\"gallery\">\n <div class=\"gallery-item\">\n <img src=\"https://via.placeholder.com/300\" alt=\"Design 1\">\n <p>Design Title 1</p>\n </div>\n <div class=\"gallery-item\">\n <img src=\"https://via.placeholder.com/300\" alt=\"Design 2\">\n <p>Design Title 2</p>\n </div>\n <div class=\"gallery-item\">\n <img src=\"https://via.placeholder.com/300\" alt=\"Design 3\">\n <p>Design Title 3</p>\n </div>\n <div class=\"gallery-item\">\n <img src=\"https://via.placeholder.com/300\" alt=\"Design 4\">\n <p>Design Title 4</p>\n </div>\n </div>\n </section>\n <div class=\"cta\">\n <a href=\"mailto:youremail@example.com\">Contact Me</a>\n </div>\n <footer>\n © 2023 My Portfolio - All Rights Reserved\n </footer>\n</body>\n</html>"}
需要快速推出品牌促销活动的页面,轻松实现高点击率和转化率,减少设计耗时。
没有专职设计师,希望通过简单的工具自己制作符合品牌特色的营销页面。
需要定制化的个人作品集、活动宣传页,通过简洁高效的方式完成高质量页面设计。
想快速搭建促销页、产品页面,通过品牌特色和吸引力设计带来更多订单。
需要支持多语言的页面生成,精准触达不同地区的用户,提高全球市场竞争力。
帮助用户快速生成吸睛且符合品牌调性的营销落地页,提升目标用户的点击率和转化率,尤其在时间紧任务重的情况下,提高工作效率。
将模板生成的提示词复制粘贴到您常用的 Chat 应用(如 ChatGPT、Claude 等),即可直接对话使用,无需额外开发。适合个人快速体验和轻量使用场景。
把提示词模板转化为 API,您的程序可任意修改模板参数,通过接口直接调用,轻松实现自动化与批量处理。适合开发者集成与业务系统嵌入。
在 MCP client 中配置对应的 server 地址,让您的 AI 应用自动调用提示词模板。适合高级用户和团队协作,让提示词在不同 AI 工具间无缝衔接。
免费获取高级提示词-优惠即将到期