Siteβ―Builder
Editing:
landing-page4.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 | Full-Page Ads for Just $99/Year</title> <link rel="icon" href="/bestdealon.svg" type="image/svg+xml"> <meta name="description" content="Launch a Fortune-500-grade, AI-powered full-page ad with smart coupons and lead capture for just $99/year. Live in minutes, lasts all year."> <meta property="og:title" content="Bestdealon | Full-Page Ads for Just $99/Year"> <meta property="og:description" content="Launch a Fortune-500-grade, AI-powered full-page ad with smart coupons and lead capture for just $99/year."> <meta property="og:type" content="website"> <meta property="og:url" content="https://bestdealon.com/advertise"> <meta property="og:site_name" content="Bestdealon"> <style> :root { --brand: #4b26ff; --brand2: #8249ff; --accent: #f4f7ff; --dark: #0f1e32; --text: #1a2d47; --cta: #ff5562; --cta2: #ff8256; --radius: 20px; --shadow: 0 10px 35px rgba(0, 18, 59, 0.15); --grad: linear-gradient(135deg, var(--brand) 0%, var(--brand2) 100%); } * { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: system-ui, -apple-system, Arial, sans-serif; background: var(--accent); color: var(--text); line-height: 1.5; -webkit-font-smoothing: antialiased; } a { color: inherit; text-decoration: none; } .btn { display: inline-flex; align-items: center; gap: 0.5rem; font-weight: 700; border-radius: 50px; padding: 0.9rem 2.2rem; transition: all 0.2s ease; cursor: pointer; } .btn.primary { background: var(--cta); color: #fff; } .btn.primary:hover { background: #d33643; transform: translateY(-2px); } .btn.alt { background: var(--dark); color: #fff; } .btn.alt:hover { background: #091628; transform: translateY(-2px); } h1, h2, h3 { font-weight: 800; letter-spacing: -0.02em; } header { background: var(--grad); color: #fff; text-align: center; padding: 5rem 1rem 6rem; position: relative; overflow: hidden; } header:before { content: ''; position: absolute; inset: 0; background: url('data:image/svg+xml,%3Csvg opacity%3D%270.05%27 xmlns%3D%27http://www.w3.org/2000/svg%27 viewBox%3D%270 0 160 90%27%3E%3Cg fill%3D%27%23fff%27%3E%3Ccircle cx%3D%2720%27 cy%3D%2770%27 r%3D%2745%27/%3E%3Ccircle cx%3D%27140%27 cy%3D%2710%27 r%3D%2745%27/%3E%3C/g%3E%3C/svg%3E') center/cover; } .logo { font-size: 2.8rem; font-weight: 900; margin-bottom: 0.6rem; } .logo span:nth-child(1) { color: #00e37f; } .logo span:nth-child(2) { color: #ffe459; } .logo span:nth-child(3) { color: #ff5b82; } header h1 { font-size: clamp(2.4rem, 4vw + 1rem, 3.8rem); max-width: 900px; margin: 0 auto 1rem; } header p { font-size: 1.2rem; opacity: 0.9; max-width: 650px; margin: 0 auto 2rem; } main { max-width: 1200px; margin: -5rem auto 0; padding: 0 1.5rem; } .card { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); padding: 2.8rem 2.5rem; margin: 3rem 0; } .card h2 { font-size: 2rem; color: var(--brand); margin-bottom: 1.5rem; } .grid { display: grid; gap: 1.8rem 1.5rem; } .features { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); } .feature { text-align: center; } .feature-icon { font-size: 2.5rem; margin-bottom: 0.8rem; } .preview-wrap { position: relative; border-radius: var(--radius); overflow: hidden; } .preview-wrap img { width: 100%; height: auto; display: block; } .preview-badge { position: absolute; top: 16px; left: 16px; background: var(--cta); padding: 0.5rem 1rem; border-radius: 50px; font-size: 0.9rem; font-weight: 700; color: #fff; } .pricing { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); text-align: center; } .plan { border: 2px solid var(--brand); border-radius: var(--radius); padding: 2rem; background: #fff; transition: transform 0.3s ease; } .plan.pop { border-color: var(--cta2); transform: scale(1.04); } .plan h3 { font-size: 1.4rem; margin-bottom: 0.5rem; } .plan .price { font-size: 2.8rem; font-weight: 900; margin: 0.3rem 0 0.8rem; } .plan ul { list-style: none; padding: 0; text-align: left; font-size: 0.98rem; margin-top: 1rem; } .plan ul li { margin: 0.6rem 0; } .testimonials { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); } .quote { background: var(--accent); border-radius: var(--radius); padding: 1.8rem; font-size: 0.96rem; position: relative; } .quote:before { content: 'β'; font-size: 4.5rem; color: var(--brand); position: absolute; top: -20px; left: 14px; } .quote cite { display: block; margin-top: 1rem; font-weight: 700; color: var(--brand); } .faq h3 { font-size: 1.2rem; margin: 1rem 0 0.5rem; color: var(--dark); } .roi-calculator { background: var(--accent); padding: 2rem; border-radius: var(--radius); text-align: center; } .roi-calculator input, .roi-calculator select { width: 100%; padding: 0.8rem; margin: 0.5rem 0; border-radius: 8px; border: 1px solid #b7c2df; font-size: 1rem; } .roi-calculator button { margin-top: 1rem; padding: 0.8rem 2rem; font-size: 1.1rem; font-weight: 700; background: var(--cta); color: #fff; border: none; border-radius: 8px; cursor: pointer; } footer { text-align: center; font-size: 0.94rem; color: #678; margin: 4rem 0 2rem; } @media (max-width: 600px) { header { padding: 3rem 1rem 4rem; } .card { padding: 1.5rem 1rem; margin: 2rem 0; } .plan { padding: 1.5rem; } } @media (prefers-color-scheme: dark) { body { background: #0d1117; color: #d1d5e0; } header { background: linear-gradient(135deg, #3520ff 0%, #673bff 100%); } .card, .plan { background: #0f1724; } .quote { background: #162032; } } </style> </head> <body> <header> <div class="logo"><span>BEST</span> <span>DEAL</span> <span>ON</span></div> <h1>Launch Your <u>Fortune-500</u> Ad for Just $99</h1> <p>Own a blazing-fast, AI-powered full-page ad with smart coupons and lead capture. Live in minutes, lasts all year.</p> <a href="/checkout?plan=diy" class="btn primary">π Get Started Now</a> </header> <main> <!-- Preview Section --> <section class="card" style="background: var(--dark); color: #fff; text-align: center; padding: 0;"> <div class="preview-wrap"> <img src="/assets/mock-fullpage-ad-16x9.webp" alt="Bestdealon full-page ad preview"> <span class="preview-badge">Loads in 0.7s on 4G</span> </div> </section> <!-- Benefits Section --> <section class="card"> <h2>Why Your Business Needs Bestdealon</h2> <div class="grid features"> <div class="feature"> <div class="feature-icon">π</div> <strong>Stunning Full-Page Ad</strong><br>Your brand, logo, and colorsβzero distractions. </div> <div class="feature"> <div class="feature-icon">β‘οΈ</div> <strong>Lightning Speed</strong><br>Loads in under 1s, faster than 99% of sites. </div> <div class="feature"> <div class="feature-icon">ποΈ</div> <strong>Smart Coupons</strong><br>Drive sales with trackable, expiring deals. </div> <div class="feature"> <div class="feature-icon">π¨</div> <strong>Lead Capture</strong><br>Forms and QR codes send leads straight to you. </div> <div class="feature"> <div class="feature-icon">π€</div> <strong>AI-Powered</strong><br>Promptinator Pro makes your ad AI-conversational. </div> <div class="feature"> <div class="feature-icon">πΈ</div> <strong>One Price, All Year</strong><br>$99 for 12 months, no hidden fees. </div> </div> </section> <!-- Inside Your Ad Section --> <section class="card"> <h2>Your <span style="white-space: nowrap;">bestdealon.com/5551234567</span> Page</h2> <div class="grid features"> <div class="feature"> <div class="feature-icon">πΌ</div> <strong>Digital Business Card</strong><br>Customizable, shareable, and SEO-optimized. </div> <div class="feature"> <div class="feature-icon">π±</div> <strong>Scan-to-Contact QR</strong><br>Instantly saves your details to phones. </div> <div class="feature"> <div class="feature-icon">π</div> <strong>Add to List Button</strong><br>Customers bookmark you with one tap. </div> <div class="feature"> <div class="feature-icon">π</div> <strong>Social & SEO Links</strong><br>Boost rankings with Yelp, BBB, and more. </div> </div> </section> <!-- ROI Calculator Section --> <section class="card roi-calculator"> <h2>Calculate Your ROI</h2> <p>See how many customers your ad could reach!</p> <div class="grid" style="max-width: 500px; margin: 1rem 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()">Estimate Reach</button> <p id="roiResult" style="margin-top: 1rem; font-weight: 600;"></p> </div> </section> <!-- Pricing Section --> <section class="card"> <h2>Simple, Transparent Pricing</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 (12 mo.)</li> <li>Smart coupon creator</li> <li>Lead capture form</li> <li>Promptinator Pro</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 tune-ups</li> <li>Analytics dashboard</li> </ul> <a href="/checkout?plan=pro" class="btn alt">Get White-Glove</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">Talk to Sales</a> </div> </div> </section> <!-- Testimonials Section --> <section class="card"> <h2>Loved by Local Businesses</h2> <div class="grid testimonials"> <div class="quote">βOur coupon drove 200+ customers in a month!β<cite>β Sarah T., Bakery Owner</cite></div> <div class="quote">βSetup was 10 minutes, and leads hit my inbox daily.β<cite>β Mike R., Plumber</cite></div> <div class="quote">βThe Pro planβs SEO tune-ups tripled our Google rank.β<cite>β Emma L., Retail</cite></div> </div> </section> <!-- FAQ Section --> <section class="card faq"> <h2>Frequently Asked Questions</h2> <h3>How fast does my ad load?</h3> <p>Under 0.7s on 4G, faster than 99% of websites, per GTmetrix tests.</p> <h3>Whatβs Promptinator Pro?</h3> <p>An AI tool that makes your ad interactive, answering customer questions instantly.</p> <h3>Can I try before buying?</h3> <p>Start a 7-day trial of the DIY plan to build and preview your ad for free.</p> <h3>Are there hidden fees?</h3> <p>No. One flat annual price, and all leads are yours to keep.</p> </section> <!-- Final CTA --> <section class="card" style="text-align: center; background: var(--cta); color: #fff;"> <h2 style="font-size: 2.3rem; margin-bottom: 0.7rem;">Own Your Market Today</h2> <p style="font-size: 1.2rem; margin-bottom: 1.8rem;">Launch a full-page ad that works as hard as you do.</p> <a href="/checkout?plan=diy" class="btn alt" style="background: #fff; color: var(--cta);">Get Started for $99</a> </section> </main> <footer> Β© 2025 Bestdealon.com β The Smartest Deal in Advertising.<br> <span style="color: #a0a5b7;">Pure HTML Speed | Local Businesses Only | No Middlemen</span> </footer> <script> 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: 600, retail: 500, services: 450, other: 400 }; const clicks = estimates[industry] || 400; result.innerText = `Your ad in ${location} could reach ~${clicks} customers/year for $99!`; } </script>
Save changes
Create folder
writable 0777
Create
Cancel