Siteβ―Builder
Editing:
landing-page5.html
writable 0666
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Bestdealon | Own Your Market with a Full-Page Ad</title> <link rel="icon" href="/bestdealon.svg" type="image/svg+xml"> <meta name="description" content="Launch a full-page ad at bestdealon.com/[your-phone] that loads in 0.7s, lasts a year, and dominates AI searches. Just $99 for unmatched visibility."> <meta property="og:title" content="Bestdealon | Full-Page Ads That Win in 2025"> <meta property="og:description" content="Get a blazing-fast, AI-ready full-page ad at bestdealon.com/[your-phone]. One price, one year, zero distractions."> <meta property="og:type" content="website"> <meta property="og:url" content="https://bestdealon.com/advertise"> <meta property="og:site_name" content="Bestdealon"> <meta property="og:image" content="/assets/ad-preview-og.webp"> <style> :root { --cosmic: #2a1c9b; --cosmic2: #6b46ff; --nebula: #ff4b7d; --nebula2: #ff8b5e; --starlight: #f6f9ff; --void: #0a0f2b; --accent: #e8eeff; --radius: 24px; --shadow: 0 8px 32px rgba(0, 15, 43, 0.2); --grad: linear-gradient(135deg, var(--cosmic) 0%, var(--cosmic2) 100%); --glow: 0 0 12px rgba(107, 70, 255, 0.5); } * { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: 'Inter', system-ui, Arial, sans-serif; background: var(--starlight); color: var(--void); line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; } a { color: inherit; text-decoration: none; } .btn { display: inline-flex; align-items: center; gap: 0.6rem; font-weight: 700; font-size: 1.1rem; padding: 1rem 2.5rem; border-radius: 50px; background: var(--nebula); color: #fff; transition: all 0.3s ease; box-shadow: var(--glow); } .btn:hover { background: var(--nebula2); transform: translateY(-3px); box-shadow: 0 4px 20px rgba(255, 75, 125, 0.4); } .btn.alt { background: var(--void); color: var(--accent); } .btn.alt:hover { background: #1a1f3b; transform: translateY(-3px); } h1, h2, h3 { font-weight: 900; letter-spacing: -0.03em; } header { background: var(--grad); color: #fff; text-align: center; padding: 6rem 1.5rem 7rem; position: relative; overflow: hidden; } header:before { content: ''; position: absolute; inset: 0; background: url('data:image/svg+xml,%3Csvg opacity%3D%270.08%27 xmlns%3D%27http://www.w3.org/2000/svg%27 viewBox%3D%270 0 200 100%27%3E%3Cg fill%3D%27%23fff%27%3E%3Ccircle cx%3D%2725%27 cy%3D%2780%27 r%3D%2750%27/%3E%3Ccircle cx%3D%27175%27 cy%3D%2715%27 r%3D%2750%27/%3E%3C/g%3E%3C/svg%3E') center/cover; animation: pulse 20s infinite ease-in-out; } @keyframes pulse { 0%, 100% { opacity: 0.08; } 50% { opacity: 0.12; } } .logo { font-size: 3rem; font-weight: 900; margin-bottom: 0.8rem; animation: fadeIn 1s ease-out; } .logo span:nth-child(1) { color: #00ff9d; } .logo span:nth-child(2) { color: #ffd700; } .logo span:nth-child(3) { color: var(--nebula); } header h1 { font-size: clamp(2.5rem, 5vw + 1rem, 4rem); max-width: 1000px; margin: 0 auto 1.2rem; animation: slideUp 0.8s ease-out 0.2s both; } header p { font-size: 1.3rem; max-width: 700px; margin: 0 auto 2.5rem; opacity: 0.9; animation: slideUp 0.8s ease-out 0.4s both; } @keyframes slideUp { from { transform: translateY(30px); opacity: 0; } to { transform: translateY(0); opacity: 1; } } main { max-width: 1280px; margin: -5rem auto 0; padding: 0 1.8rem; } .card { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); padding: 3rem 2.8rem; margin: 3.5rem 0; position: relative; animation: fadeIn 0.6s ease-out; } @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } .card h2 { font-size: 2.2rem; color: var(--cosmic); margin-bottom: 1.8rem; } .grid { display: grid; gap: 2rem 1.8rem; } .features { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); } .feature { text-align: center; padding: 1rem; transition: transform 0.3s ease; } .feature:hover { transform: translateY(-5px); } .feature-icon { font-size: 3rem; margin-bottom: 1rem; color: var(--nebula); } .preview-wrap { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); } .preview-wrap img { width: 100%; height: auto; display: block; transition: transform 0.5s ease; } .preview-wrap:hover img { transform: scale(1.05); } .preview-badge { position: absolute; top: 20px; left: 20px; background: var(--nebula); padding: 0.6rem 1.2rem; border-radius: 50px; font-size: 1rem; font-weight: 700; color: #fff; box-shadow: var(--glow); } .ad-preview { background: var(--void); color: #fff; padding: 2rem; text-align: center; } .ad-preview input { width: 100%; max-width: 300px; padding: 0.8rem; margin: 1rem auto; border-radius: 8px; border: 1px solid var(--accent); font-size: 1rem; background: #fff; color: var(--void); } .ad-preview .btn { margin-top: 1rem; } .pricing { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); text-align: center; } .plan { border: 3px solid var(--cosmic); border-radius: var(--radius); padding: 2.5rem; background: #fff; transition: transform 0.3s ease, box-shadow 0.3s ease; } .plan.pop { border-color: var(--nebula); transform: scale(1.05); box-shadow: 0 12px 40px rgba(255, 75, 125, 0.3); } .plan:hover { transform: scale(1.03); } .plan h3 { font-size: 1.5rem; margin-bottom: 0.6rem; color: var(--cosmic); } .plan .price { font-size: 3rem; font-weight: 900; margin: 0.4rem 0 1rem; color: var(--void); } .plan ul { list-style: none; padding: 0; text-align: left; font-size: 1rem; margin-top: 1.2rem; } .plan ul li { margin: 0.7rem 0; position: relative; padding-left: 1.8rem; } .plan ul li:before { content: 'β'; position: absolute; left: 0; color: var(--nebula); font-weight: 700; } .testimonials { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); } .quote { background: var(--accent); border-radius: var(--radius); padding: 2rem; font-size: 1rem; position: relative; transition: transform 0.3s ease; } .quote:hover { transform: translateY(-5px); } .quote:before { content: 'β'; font-size: 5rem; color: var(--cosmic); position: absolute; top: -25px; left: 15px; opacity: 0.3; } .quote cite { display: block; margin-top: 1.2rem; font-weight: 700; color: var(--cosmic); } .faq { background: var(--accent); padding: 2.5rem; } .faq h3 { font-size: 1.3rem; margin: 1.2rem 0 0.6rem; color: var(--void); } .roi-calculator { background: var(--void); color: #fff; padding: 3rem; text-align: center; } .roi-calculator input, .roi-calculator select { width: 100%; max-width: 400px; padding: 0.9rem; margin: 0.6rem auto; border-radius: 10px; border: none; font-size: 1.1rem; background: var(--accent); color: var(--void); } .roi-calculator button { margin-top: 1.2rem; padding: 0.9rem 2.5rem; font-size: 1.2rem; font-weight: 700; background: var(--nebula); color: #fff; border: none; border-radius: 50px; cursor: pointer; box-shadow: var(--glow); } .roi-calculator button:hover { background: var(--nebula2); transform: translateY(-3px); } footer { text-align: center; font-size: 0.96rem; color: #678; margin: 5rem 0 2rem; padding: 0 1.5rem; } @media (max-width: 600px) { header { padding: 4rem 1rem 5rem; } .card { padding: 2rem 1.2rem; margin: 2.5rem 0; } .plan { padding: 1.8rem; } .logo { font-size: 2.5rem; } header h1 { font-size: clamp(2rem, 4vw + 1rem, 3rem); } .roi-calculator input, .roi-calculator select { max-width: 100%; } } @media (prefers-color-scheme: dark) { body { background: #0a0f2b; color: #d1d5e0; } header { background: linear-gradient(135deg, #1a0c7b 0%, #4b26ff 100%); } .card, .plan { background: #14193d; } .quote, .faq { background: #1e2452; } .roi-calculator { background: #0f1535; } } </style> </head> <body> <header> <div class="logo"><span>BEST</span> <span>DEAL</span> <span>ON</span></div> <h1>Your Business, One URL, Unstoppable Impact</h1> <p>Launch a full-page ad at <code>bestdealon.com/[your-phone]</code> that loads in 0.7s, lasts a year, and owns AI searches. All for $99.</p> <a href="/checkout?plan=diy" class="btn primary">π Launch My Ad Now</a> </header> <main> <!-- Preview Section --> <section class="card ad-preview"> <h2>Build Your Ad in Seconds</h2> <p>Enter your phone number to see your unique URL:</p> <input type="tel" id="phoneInput" placeholder="5551234567" maxlength="10" pattern="\d{10}"> <div id="previewUrl" style="font-size: 1.2rem; font-weight: 700; margin: 1rem 0; color: var(--nebula);"></div> <a href="#" class="btn alt" onclick="showPreview()">Preview My Ad</a> </section> <!-- Why Bestdealon Section --> <section class="card"> <h2>Why Your Ad Wins in 2025</h2> <div class="grid features"> <div class="feature"> <div class="feature-icon">π</div> <strong>0.7s Load Time</strong><br>Faster than 99% of sites, perfect for AI crawlers and impatient customers. </div> <div class="feature"> <div class="feature-icon">π</div> <strong>Full-Page Branding</strong><br>Your logo, colors, and storyβno competing ads. </div> <div class="feature"> <div class="feature-icon">π€</div> <strong>AI-Ready</strong><br>Promptinator Pro lets AI chatbots recommend you instantly. </div> <div class="feature"> <div class="feature-icon">π±</div> <strong>Unique Phone URL</strong><br><code>bestdealon.com/[your-phone]</code> is yours alone. </div> <div class="feature"> <div class="feature-icon">ποΈ</div> <strong>Smart Coupons</strong><br>Trackable deals with expiry timers to drive sales. </div> <div class="feature"> <div class="feature-icon">π¨</div> <strong>Instant Leads</strong><br>Forms and QR codes deliver customers to your inbox. </div> </div> </section> <!-- Ad Features Section --> <section class="card"> <h2>Your <code>bestdealon.com/[your-phone]</code> Ad</h2> <div class="grid features"> <div class="feature"> <div class="feature-icon">πΌ</div> <strong>Digital Business Card</strong><br>Showcase your brand with a sleek, shareable design. </div> <div class="feature"> <div class="feature-icon">π</div> <strong>SEO Power Links</strong><br>Links to Yelp, BBB, and social boost your rankings. </div> <div class="feature"> <div class="feature-icon">π</div> <strong>Add-to-List Button</strong><br>Customers save you with one tap, no sign-up. </div> <div class="feature"> <div class="feature-icon">π±</div> <strong>Scan-to-Save QR</strong><br>Instantly adds your details to phones. </div> </div> </section> <!-- ROI Calculator Section --> <section class="card roi-calculator"> <h2>Estimate Your Reach</h2> <p>Discover how many customers your ad could attract!</p> <div class="grid" style="max-width: 600px; margin: 1.5rem auto;"> <select id="industry"> <option value="restaurant">Restaurant</option> <option value="retail">Retail</option> <option value="services">Services</option> <option value="other">Other</option> </select> <input type="text" id="location" placeholder="Enter city (e.g., Austin, TX)"> <button onclick="calculateROI()">See My Impact</button> <p id="roiResult" style="margin-top: 1.5rem; font-weight: 700; font-size: 1.2rem;"></p> </div> </section> <!-- Pricing Section --> <section class="card"> <h2>One Price, Endless Impact</h2> <div class="grid pricing"> <div class="plan"> <h3>DIY</h3> <div class="price">$99<span style="font-size: 0.45em;">/yr</span></div> <ul> <li>Full-page ad for 12 months</li> <li>Smart coupon creator</li> <li>Lead capture form & QR code</li> <li>Promptinator Pro AI</li> <li>Email & webhook leads</li> </ul> <a href="/checkout?plan=diy" class="btn primary">Start DIY</a> </div> <div class="plan pop"> <h3>Pro Managed</h3> <div class="price">$199<span style="font-size: 0.45em;">/yr</span></div> <ul> <li>Everything in DIY</li> <li>US-based setup concierge</li> <li>Custom copy & graphics</li> <li>Quarterly SEO optimization</li> <li>Real-time analytics dashboard</li> </ul> <a href="/checkout?plan=pro" class="btn alt">Get Pro Service</a> </div> <div class="plan"> <h3>Enterprise</h3> <div class="price">$999<span style="font-size: 0.45em;">/yr</span></div> <ul> <li>10 full-page ads</li> <li>Dedicated account team</li> <li>API access & bulk tools</li> <li>Quarterly strategy calls</li> <li>Priority feature rollouts</li> </ul> <a href="/contact-sales" class="btn primary">Contact Sales</a> </div> </div> </section> <!-- Testimonials Section --> <section class="card"> <h2>Businesses Thriving with Bestdealon</h2> <div class="grid testimonials"> <div class="quote">βOur ad at bestdealon.com/5551234567 brought 300 customers in 30 days!β<cite>β Sarah T., Cafe Owner</cite></div> <div class="quote">βThe QR code and lead form made connecting with customers effortless.β<cite>β Mike R., Contractor</cite></div> <div class="quote">βPro planβs SEO tweaks put us #1 on Google in our city!β<cite>β Emma L., Boutique Owner</cite></div> </div> </section> <!-- FAQ Section --> <section class="card faq"> <h2>Your Questions, Answered</h2> <h3>Why is speed so important?</h3> <p>AI crawlers and customers ditch slow sites. Our 0.7s load time ensures youβre found first.</p> <h3>How does the phone URL work?</h3> <p>Your unique <code>bestdealon.com/[your-phone]</code> links directly to your ad, making it easy to share.</p> <h3>Whatβs Promptinator Pro?</h3> <p>It turns your ad into an AI conversational tool, answering customer queries in real time.</p> <h3>Can I try it free?</h3> <p>Yes! Test the DIY plan for 7 days to build and preview your ad at no cost.</p> </section> <!-- Final CTA --> <section class="card" style="text-align: center; background: var(--grad); color: #fff;"> <h2 style="font-size: 2.5rem; margin-bottom: 0.8rem;">Dominate Your Market in 2025</h2> <p style="font-size: 1.3rem; margin-bottom: 2rem;">One ad, one price, one year of unstoppable growth.</p> <a href="/checkout?plan=diy" class="btn alt" style="background: #fff; color: var(--nebula);">Launch for $99</a> </section> </main> <footer> Β© 2025 Bestdealon.com β The Ultimate Advertising Solution.<br> <span style="color: #a0a5b7;">Blazing-Fast HTML | Built for Local Businesses | No Middlemen</span> </footer> <script> function showPreview() { const phone = document.getElementById('phoneInput').value.replace(/\D/g, ''); const previewUrl = document.getElementById('previewUrl'); if (phone.length === 10) { previewUrl.innerText = `bestdealon.com/${phone}`; previewUrl.style.opacity = 1; } else { previewUrl.innerText = 'Enter a 10-digit phone number'; previewUrl.style.opacity = 0.7; } } function calculateROI() { const industry = document.getElementById('industry').value; const location = document.getElementById('location').value; const result = document.getElementById('roiResult'); if (!location) { result.innerText = 'Please enter a city.'; return; } const estimates = { restaurant: 700, retail: 600, services: 550, other: 500 }; const clicks = estimates[industry] || 500; result.innerText = `Your ad in ${location} could reach ~${clicks} customers/year for just $99!`; } document.getElementById('phoneInput').addEventListener('input', showPreview); </script>
Save changes
Create folder
writable 0777
Create
Cancel