commit 576452ee99761df5110b04124f5ce74244be0d44
Author: root <root@hub.scroll.pub>
Date: 2024-12-30 18:39:21 +0000
Subject: Initial commit
diff --git a/body.html b/body.html
new file mode 100644
index 0000000..2fcdb26
--- /dev/null
+++ b/body.html
@@ -0,0 +1,67 @@
+<header class="hero">
+ <div class="container">
+ <h1>Turn Cold Leads Into Sales</h1>
+ <p class="subtitle">With Our ChatGPT Powered SMS Systems</p>
+ <p class="cta-text">Performance-Based Partnership: Zero Upfront Costs!</p>
+ <a href="#demo" class="cta-button">Request a Demo</a>
+ </div>
+</header>
+
+<section class="features">
+ <div class="container">
+ <h2>Powerful Features for Maximum Conversion</h2>
+ <div class="feature-grid">
+ <div class="feature-card">
+ <h3>Database Reactivation Sales Android</h3>
+ <p>Re-engage old leads with human-like SMS conversations and convert them into sales.</p>
+ </div>
+ <div class="feature-card">
+ <h3>48hr Sales Android</h3>
+ <p>Engage recent leads who've ignored calls, keeping them warm and booking appointments.</p>
+ </div>
+ <div class="feature-card">
+ <h3>Abandoned Cart Recovery Android</h3>
+ <p>Boost e-commerce revenue by recovering abandoned carts with persuasive SMS.</p>
+ </div>
+ </div>
+ </div>
+</section>
+
+<section class="results">
+ <div class="container">
+ <h2>Some of Our Clients Have Seen Results Like These</h2>
+ <div class="result-grid">
+ <div class="result-card">
+ <h3>40%</h3>
+ <p>Labor Cost Reduction</p>
+ </div>
+ <div class="result-card">
+ <h3>25%</h3>
+ <p>Revenue Increase</p>
+ </div>
+ <div class="result-card">
+ <h3>60hrs/month</h3>
+ <p>Time Saved</p>
+ </div>
+ </div>
+ </div>
+</section>
+
+<section id="demo" class="demo">
+ <div class="container">
+ <h2>Request a Demo</h2>
+ <form id="demo-form">
+ <input type="text" id="name" name="name" placeholder="Your Name" required>
+ <input type="email" id="email" name="email" placeholder="Business Email" required>
+ <input type="text" id="company" name="company" placeholder="Company Name" required>
+ <input type="text" id="job-title" name="job-title" placeholder="Job Title" required>
+ <button type="submit" class="cta-button">Request Demo</button>
+ </form>
+ </div>
+</section>
+
+<footer>
+ <div class="container">
+ <p>2024 ConverSales AI</p>
+ </div>
+</footer>
\ No newline at end of file
diff --git a/index.scroll b/index.scroll
new file mode 100644
index 0000000..176bacb
--- /dev/null
+++ b/index.scroll
@@ -0,0 +1,8 @@
+buildHtml
+baseUrl https://conversales.scroll.pub
+metaTags
+editButton /edit.html
+title ConverSales AI: Turn Cold Leads Into Sales
+style.css
+body.html
+script.js
\ No newline at end of file
diff --git a/prompt.json b/prompt.json
new file mode 100644
index 0000000..2dfe863
--- /dev/null
+++ b/prompt.json
@@ -0,0 +1,25 @@
+{
+ "id": "2524e7cb-1873-4fc2-b685-a61ed375a7f5",
+ "object": "chat.completion",
+ "created": 1735583934,
+ "model": "deepseek-chat",
+ "choices": [
+ {
+ "index": 0,
+ "message": {
+ "role": "assistant",
+ "content": "---domain---\nconversales.scroll.pub\n---index.scroll---\nbuildHtml\nbaseUrl https://conversales.scroll.pub\nmetaTags\neditButton /edit.html\ntitle ConverSales AI: Turn Cold Leads Into Sales\nstyle.css\nbody.html\nscript.js\n---body.html---\n<header class=\"hero\">\n <div class=\"container\">\n <h1>Turn Cold Leads Into Sales</h1>\n <p class=\"subtitle\">With Our ChatGPT Powered SMS Systems</p>\n <p class=\"cta-text\">Performance-Based Partnership: Zero Upfront Costs!</p>\n <a href=\"#demo\" class=\"cta-button\">Request a Demo</a>\n </div>\n</header>\n\n<section class=\"features\">\n <div class=\"container\">\n <h2>Powerful Features for Maximum Conversion</h2>\n <div class=\"feature-grid\">\n <div class=\"feature-card\">\n <h3>Database Reactivation Sales Android</h3>\n <p>Re-engage old leads with human-like SMS conversations and convert them into sales.</p>\n </div>\n <div class=\"feature-card\">\n <h3>48hr Sales Android</h3>\n <p>Engage recent leads who've ignored calls, keeping them warm and booking appointments.</p>\n </div>\n <div class=\"feature-card\">\n <h3>Abandoned Cart Recovery Android</h3>\n <p>Boost e-commerce revenue by recovering abandoned carts with persuasive SMS.</p>\n </div>\n </div>\n </div>\n</section>\n\n<section class=\"results\">\n <div class=\"container\">\n <h2>Some of Our Clients Have Seen Results Like These</h2>\n <div class=\"result-grid\">\n <div class=\"result-card\">\n <h3>40%</h3>\n <p>Labor Cost Reduction</p>\n </div>\n <div class=\"result-card\">\n <h3>25%</h3>\n <p>Revenue Increase</p>\n </div>\n <div class=\"result-card\">\n <h3>60hrs/month</h3>\n <p>Time Saved</p>\n </div>\n </div>\n </div>\n</section>\n\n<section id=\"demo\" class=\"demo\">\n <div class=\"container\">\n <h2>Request a Demo</h2>\n <form id=\"demo-form\">\n <input type=\"text\" id=\"name\" name=\"name\" placeholder=\"Your Name\" required>\n <input type=\"email\" id=\"email\" name=\"email\" placeholder=\"Business Email\" required>\n <input type=\"text\" id=\"company\" name=\"company\" placeholder=\"Company Name\" required>\n <input type=\"text\" id=\"job-title\" name=\"job-title\" placeholder=\"Job Title\" required>\n <button type=\"submit\" class=\"cta-button\">Request Demo</button>\n </form>\n </div>\n</section>\n\n<footer>\n <div class=\"container\">\n <p>2024 ConverSales AI</p>\n </div>\n</footer>\n---style.css---\n:root {\n --primary-color: #2563eb;\n --secondary-color: #1e40af;\n --background-color: #f8fafc;\n --text-color: #1e293b;\n --white: #ffffff;\n --shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);\n}\n\nbody {\n font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n line-height: 1.6;\n color: var(--text-color);\n background-color: var(--background-color);\n margin: 0;\n padding: 0;\n}\n\n.container {\n max-width: 1200px;\n margin: 0 auto;\n padding: 0 20px;\n}\n\n.hero {\n background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));\n color: var(--white);\n padding: 100px 0;\n text-align: center;\n}\n\n.hero h1 {\n font-size: 3rem;\n margin-bottom: 20px;\n}\n\n.hero .subtitle {\n font-size: 1.5rem;\n margin-bottom: 30px;\n}\n\n.hero .cta-text {\n font-size: 1.2rem;\n margin-bottom: 40px;\n}\n\n.cta-button {\n background-color: var(--white);\n color: var(--primary-color);\n padding: 15px 30px;\n border: none;\n border-radius: 5px;\n font-size: 1rem;\n cursor: pointer;\n transition: background-color 0.3s ease;\n}\n\n.cta-button:hover {\n background-color: #e2e8f0;\n}\n\n.features {\n padding: 80px 0;\n background-color: var(--white);\n}\n\n.features h2 {\n text-align: center;\n font-size: 2.5rem;\n margin-bottom: 50px;\n}\n\n.feature-grid {\n display: grid;\n grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n gap: 30px;\n}\n\n.feature-card {\n background-color: var(--background-color);\n padding: 30px;\n border-radius: 10px;\n box-shadow: var(--shadow);\n text-align: center;\n}\n\n.feature-card h3 {\n font-size: 1.5rem;\n margin-bottom: 20px;\n}\n\n.feature-card p {\n font-size: 1rem;\n color: #64748b;\n}\n\n.results {\n padding: 80px 0;\n background-color: var(--background-color);\n}\n\n.results h2 {\n text-align: center;\n font-size: 2.5rem;\n margin-bottom: 50px;\n}\n\n.result-grid {\n display: grid;\n grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n gap: 30px;\n}\n\n.result-card {\n background-color: var(--white);\n padding: 30px;\n border-radius: 10px;\n box-shadow: var(--shadow);\n text-align: center;\n}\n\n.result-card h3 {\n font-size: 2rem;\n margin-bottom: 20px;\n color: var(--primary-color);\n}\n\n.result-card p {\n font-size: 1rem;\n color: #64748b;\n}\n\n.demo {\n padding: 80px 0;\n background-color: var(--white);\n}\n\n.demo h2 {\n text-align: center;\n font-size: 2.5rem;\n margin-bottom: 50px;\n}\n\n#demo-form {\n display: grid;\n grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n gap: 20px;\n max-width: 800px;\n margin: 0 auto;\n}\n\n#demo-form input {\n padding: 15px;\n border: 1px solid #cbd5e1;\n border-radius: 5px;\n font-size: 1rem;\n}\n\n#demo-form button {\n grid-column: 1 / -1;\n background-color: var(--primary-color);\n color: var(--white);\n padding: 15px;\n border: none;\n border-radius: 5px;\n font-size: 1rem;\n cursor: pointer;\n transition: background-color 0.3s ease;\n}\n\n#demo-form button:hover {\n background-color: var(--secondary-color);\n}\n\nfooter {\n background-color: var(--text-color);\n color: var(--white);\n text-align: center;\n padding: 20px 0;\n}\n\n@media (max-width: 768px) {\n .hero h1 {\n font-size: 2.5rem;\n }\n\n .hero .subtitle {\n font-size: 1.2rem;\n }\n\n .features h2, .results h2, .demo h2 {\n font-size: 2rem;\n }\n\n .feature-grid, .result-grid {\n grid-template-columns: 1fr;\n }\n}\n---script.js---\ndocument.getElementById('demo-form').addEventListener('submit', function(event) {\n event.preventDefault();\n alert('Thank you for requesting a demo! We will be in touch shortly.');\n this.reset();\n});\n---end---"
+ },
+ "logprobs": null,
+ "finish_reason": "stop"
+ }
+ ],
+ "usage": {
+ "prompt_tokens": 613,
+ "completion_tokens": 1829,
+ "total_tokens": 2442,
+ "prompt_cache_hit_tokens": 0,
+ "prompt_cache_miss_tokens": 613
+ },
+ "system_fingerprint": "fp_f1afce2943"
+}
\ No newline at end of file
diff --git a/readme.scroll b/readme.scroll
new file mode 100644
index 0000000..d12e88c
--- /dev/null
+++ b/readme.scroll
@@ -0,0 +1,2 @@
+# conversales.scroll.pub
+Website generated by DeepSeek from prompt: act as a world class designer. ConverSales AI: Turn Cold Leads Into Sales With Our ChatGPT Powered SMS Systems Performance-Based Partnership: Zero Upfront Costs! Got unconverted leads? Our ChatGPT Powered SMS Androids open persuasive sms conversations that get up to 30% reply rates and 12-18% booking rates. Turn 'meh' into 'heck yeah'—it's like texting a buddy, but smarter and more persuasive. Ready to see it work? Let's go. Read G-doc Case Study (3min read) Test Drive Our Sales Android Now Tell us about yourself and your business. Your Name * Company Name * Main Product/Service * Start Conversation Powerful Features for Maximum Conversion Everything you need to transform your cold leads into sales opportunities Database Reactivation Sales Android This ChatGPT powered SMS Sales Android initiates human-like persuasive SMS conversations with your old unconverted leads database, intelligently persuading and converting them into sales/appointments. Pull new sales from leads you thought were dead 48hr Sales Android Expertly trained to open human-like SMS conversations, this Android engages leads from the last 48 hours through sms who've ignored your calls, keeping them warm and booking them into appointments before they go cold or turn to competitors. Abandoned Cart Recovery Android Proven to boost e-commerce revenue, this Android uses persuasive, human-like SMS conversations to reach out to abandoned cart customers, persuading them to complete their purchases and drive more sales. Some of Our Clients Have Seen Results Like These Our AI ChatGPT SMS Systems transforms your business operations and boosts your profits. 40% Labor Cost Reduction 25% Revenue Increase 60hrs/month Time Saved Request a Demo See how our AI-powered SMS system can transform your cold leads into sales opportunities. Name Business Email Company Name Job Title Request Demo © 2024 ConverSales AI. All rights reserved.
\ No newline at end of file
diff --git a/script.js b/script.js
new file mode 100644
index 0000000..b0a07a9
--- /dev/null
+++ b/script.js
@@ -0,0 +1,5 @@
+document.getElementById('demo-form').addEventListener('submit', function(event) {
+ event.preventDefault();
+ alert('Thank you for requesting a demo! We will be in touch shortly.');
+ this.reset();
+});
\ No newline at end of file
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..89a0982
--- /dev/null
+++ b/style.css
@@ -0,0 +1,198 @@
+:root {
+ --primary-color: #2563eb;
+ --secondary-color: #1e40af;
+ --background-color: #f8fafc;
+ --text-color: #1e293b;
+ --white: #ffffff;
+ --shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
+}
+
+body {
+ font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
+ line-height: 1.6;
+ color: var(--text-color);
+ background-color: var(--background-color);
+ margin: 0;
+ padding: 0;
+}
+
+.container {
+ max-width: 1200px;
+ margin: 0 auto;
+ padding: 0 20px;
+}
+
+.hero {
+ background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
+ color: var(--white);
+ padding: 100px 0;
+ text-align: center;
+}
+
+.hero h1 {
+ font-size: 3rem;
+ margin-bottom: 20px;
+}
+
+.hero .subtitle {
+ font-size: 1.5rem;
+ margin-bottom: 30px;
+}
+
+.hero .cta-text {
+ font-size: 1.2rem;
+ margin-bottom: 40px;
+}
+
+.cta-button {
+ background-color: var(--white);
+ color: var(--primary-color);
+ padding: 15px 30px;
+ border: none;
+ border-radius: 5px;
+ font-size: 1rem;
+ cursor: pointer;
+ transition: background-color 0.3s ease;
+}
+
+.cta-button:hover {
+ background-color: #e2e8f0;
+}
+
+.features {
+ padding: 80px 0;
+ background-color: var(--white);
+}
+
+.features h2 {
+ text-align: center;
+ font-size: 2.5rem;
+ margin-bottom: 50px;
+}
+
+.feature-grid {
+ display: grid;
+ grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
+ gap: 30px;
+}
+
+.feature-card {
+ background-color: var(--background-color);
+ padding: 30px;
+ border-radius: 10px;
+ box-shadow: var(--shadow);
+ text-align: center;
+}
+
+.feature-card h3 {
+ font-size: 1.5rem;
+ margin-bottom: 20px;
+}
+
+.feature-card p {
+ font-size: 1rem;
+ color: #64748b;
+}
+
+.results {
+ padding: 80px 0;
+ background-color: var(--background-color);
+}
+
+.results h2 {
+ text-align: center;
+ font-size: 2.5rem;
+ margin-bottom: 50px;
+}
+
+.result-grid {
+ display: grid;
+ grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
+ gap: 30px;
+}
+
+.result-card {
+ background-color: var(--white);
+ padding: 30px;
+ border-radius: 10px;
+ box-shadow: var(--shadow);
+ text-align: center;
+}
+
+.result-card h3 {
+ font-size: 2rem;
+ margin-bottom: 20px;
+ color: var(--primary-color);
+}
+
+.result-card p {
+ font-size: 1rem;
+ color: #64748b;
+}
+
+.demo {
+ padding: 80px 0;
+ background-color: var(--white);
+}
+
+.demo h2 {
+ text-align: center;
+ font-size: 2.5rem;
+ margin-bottom: 50px;
+}
+
+#demo-form {
+ display: grid;
+ grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
+ gap: 20px;
+ max-width: 800px;
+ margin: 0 auto;
+}
+
+#demo-form input {
+ padding: 15px;
+ border: 1px solid #cbd5e1;
+ border-radius: 5px;
+ font-size: 1rem;
+}
+
+#demo-form button {
+ grid-column: 1 / -1;
+ background-color: var(--primary-color);
+ color: var(--white);
+ padding: 15px;
+ border: none;
+ border-radius: 5px;
+ font-size: 1rem;
+ cursor: pointer;
+ transition: background-color 0.3s ease;
+}
+
+#demo-form button:hover {
+ background-color: var(--secondary-color);
+}
+
+footer {
+ background-color: var(--text-color);
+ color: var(--white);
+ text-align: center;
+ padding: 20px 0;
+}
+
+@media (max-width: 768px) {
+ .hero h1 {
+ font-size: 2.5rem;
+ }
+
+ .hero .subtitle {
+ font-size: 1.2rem;
+ }
+
+ .features h2, .results h2, .demo h2 {
+ font-size: 2rem;
+ }
+
+ .feature-grid, .result-grid {
+ grid-template-columns: 1fr;
+ }
+}
\ No newline at end of file