Siteβ―Builder
Editing:
landing-page6.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 | Dominate Search with Your Full-Page Ad</title> <link rel="icon" href="/bestdealon.svg" type="image/svg+xml"> <meta name="description" content="Own a full-page ad at bestdealon.com/[your-phone] that loads in 0.7s, dominates search with geo-link backlinks, and powers AI recommendations. Just $199/year."> <meta property="og:title" content="Bestdealon | Full-Page Ads for the AI Era"> <meta property="og:description" content="Launch a lightning-fast, SEO-optimized full-page ad with geo-links and AI integration to dominate search and drive customers. No competition, just your brand."> <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); --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(--void); color: var(--starlight); 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(--cosmic); color: #fff; } .btn.alt:hover { background: #1a0c7b; transform: translateY(-3px); } h1, h2, h3 { font-weight: 900; letter-spacing: -0.03em; color: var(--starlight); } header { background: linear-gradient(135deg, var(--cosmic) 0%, var(--cosmic2) 100%); color: var(--starlight); 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; color: var(--starlight); } .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; color: var(--starlight); animation: slideUp 0.8s ease-out 0.4s both; } @keyframes slideUp { from { transform: translateY(30px); opacity: 0; } to { transform: translateY(0); opacity: 1; } } @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } main { max-width: 1280px; margin: -5rem auto 0; padding: 0 1.8rem; } .card { background: var(--accent); border-radius: var(--radius); box-shadow: var(--shadow); padding: 3rem 2.8rem; margin: 3.5rem 0; position: relative; animation: fadeIn 0.6s ease-out; color: var(--void); } .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; color: var(--void); } .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: var(--starlight); padding: 3rem; text-align: center; } .ad-preview input { width: 100%; max-width: 400px; padding: 0.9rem; margin: 1.5rem auto; border-radius: 10px; border: none; font-size: 1.1rem; background: var(--accent); color: var(--void); } .ad-preview .btn { margin-top: 1.5rem; } .backlinks { background: var(--cosmic); color: var(--starlight); padding: 3rem; } .backlinks ul { list-style: none; padding: 0; margin: 1.8rem 0; font-size: 1.1rem; } .backlinks ul li { margin: 1rem 0; position: relative; padding-left: 2rem; } .backlinks ul li:before { content: 'π'; position: absolute; left: 0; color: var(--nebula); font-size: 1.2rem; } .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: var(--accent); transition: transform 0.3s ease, box-shadow 0.3s ease; color: var(--void); } .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; color: var(--void); } .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(--cosmic); padding: 2.5rem; color: var(--starlight); } .faq h3 { font-size: 1.3rem; margin: 1.2rem 0 0.6rem; color: var(--starlight); } footer { text-align: center; font-size: 0.96rem; color: var(--accent); 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); } .ad-preview input, .ad-preview .btn { max-width: 100%; } } @media (prefers-color-scheme: dark) { body { background: #0a0f2b; } .card, .plan { background: #162032; } .quote { background: #1e2452; } } </style> </head> <body> <header> <div class="logo"><span>BEST</span> <span>DEAL</span> <span>ON</span></div> <h1>Own the Search Universe with Your Full-Page Ad</h1> <p>Launch a 0.7s-loading, AI-ready ad at <code>bestdealon.com/[your-phone]</code> to dominate search, amplify your brand, and drive customers with no competition. From $199/year.</p> <a href="/checkout?plan=premium" class="btn">π Claim Your Ad Now</a> </header> <main> <!-- Preview Section --> <section class="card ad-preview"> <h2>Visualize Your Unique URL</h2> <p>Enter your phone number to see your adβs cosmic address:</p> <input type="tel" id="phoneInput" placeholder="5551234567" maxlength="10" pattern="\d{10}"> <div id="previewUrl" style="font-size: 1.3rem; font-weight: 700; margin: 1.5rem 0; color: var(--nebula);"></div> <a href="#" class="btn alt" onclick="showPreview()">Preview My Ad</a> </section> <!-- Why Bestdealon Section --> <section class="card"> <h2>Conquer the AI Era with Power</h2> <div class="grid features"> <div class="feature"> <div class="feature-icon">β‘</div> <strong>0.7s Lightning Load</strong><br>Outspeeds 99% of sites for AI and customers. </div> <div class="feature"> <div class="feature-icon">π</div> <strong>No-Competition Ad</strong><br>Your brand shines alone, full-page glory. </div> <div class="feature"> <div class="feature-icon">π</div> <strong>Geo-Link Backlinks</strong><br>Premium SEO links from category/location tags. </div> <div class="feature"> <div class="feature-icon">π€</div> <strong>AI Integration</strong><br>Promptinator Pro powers AI recommendations. </div> <div class="feature"> <div class="feature-icon">π±</div> <strong>Unique URL</strong><br><code>bestdealon.com/[your-phone]</code>βyours alone. </div> <div class="feature"> <div class="feature-icon">π―</div> <strong>Top 10 Domination</strong><br>Rank #1β2 for your keywords, forever. </div> </div> </section> <!-- Backlinks Section --> <section class="card backlinks"> <h2>Boost SEO with Galactic Geo-Links</h2> <p>Premium members unlock targeted backlinks from every category and location tag (e.g., <code>bestdealon.com/geo/USA/CA/Los-Angeles</code>), linking your ad and website to dominate search rankings.</p> <ul> <li>Backlinks from service tags (e.g., βPlumber,β βCafeβ)</li> <li>Backlinks from location tags (e.g., βAustin, TXβ)</li> <li>Amplifies your websiteβs authority</li> <li>Drives precise, local traffic</li> </ul> <a href="/checkout?plan=premium" class="btn">Activate Geo-Links</a> </section> <!-- Ad Features Section --> <section class="card"> <h2>Your Cosmic Advertising Hub</h2> <div class="grid features"> <div class="feature"> <div class="feature-icon">πΌ</div> <strong>Digital Business Card</strong><br>Showcase your brand and best deal. </div> <div class="feature"> <div class="feature-icon">π¨</div> <strong>Direct Lead Form</strong><br>Capture customers instantly, no middlemen. </div> <div class="feature"> <div class="feature-icon">π</div> <strong>Social & Web Links</strong><br>Connect Yelp, BBB, and social for reach. </div> <div class="feature"> <div class="feature-icon">π±</div> <strong>Scan-to-Save QR</strong><br>Links customers to your ad with one scan. </div> </div> </section> <!-- AI Integration Section --> <section class="card"> <h2>AI That Orbits Your Brand</h2> <p>Promptinator Pro integrates your business into AI conversations, training next-gen models to recommend you in chats and searches, ensuring you lead the galaxy.</p> <div class="grid features"> <div class="feature"> <div class="feature-icon">π€</div> <strong>Conversational AI</strong><br>Answers queries about your business instantly. </div> <div class="feature"> <div class="feature-icon">π</div> <strong>AI Training Data</strong><br>Fuels AI to prioritize your brand. </div> </div> <a href="/checkout?plan=premium" class="btn alt">Ignite AI Power</a> </section> <!-- Pricing Section --> <section class="card"> <h2>Pricing That Fuels Your Orbit</h2> <div class="grid pricing"> <div class="plan"> <h3>Basic</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>Basic SEO links</li> </ul> <a href="/checkout?plan=basic" class="btn">Start Basic</a> </div> <div class="plan pop"> <h3>Premium</h3> <div class="price">$199<span style="font-size: 0.45em;">/yr</span></div> <ul> <li>Everything in Basic</li> <li>Geo-link backlinks (category + location)</li> <li>Promptinator Pro AI integration</li> <li>US-based setup concierge</li> <li>Analytics dashboard</li> </ul> <a href="/checkout?plan=premium" class="btn alt">Get Premium</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>All Premium features</li> <li>Dedicated account team</li> <li>API access & bulk tools</li> <li>Priority SEO updates</li> </ul> <a href="/contact-sales" class="btn">Contact Sales</a> </div> </div> </section> <!-- Testimonials Section --> <section class="card"> <h2>Businesses Soaring with Bestdealon</h2> <div class="grid testimonials"> <div class="quote">βGeo-links launched us to #1 for βAustin bakeryβ!β<cite>β Sarah T., Cafe Owner</cite></div> <div class="quote">βPromptinator Pro has AIs promoting us daily.β<cite>β Mike R., Plumber</cite></div> <div class="quote">βOne page, no rivals, and leads keep flowing.β<cite>β Emma L., Retail Owner</cite></div> </div> </section> <!-- FAQ Section --> <section class="card faq"> <h2>Your Cosmic Questions, Answered</h2> <h3>Why are geo-links critical?</h3> <p>Backlinks from category and location tags (e.g., <code>bestdealon.com/geo/USA/CA</code>) propel you to the top 10 search results.</p> <h3>How does AI integration work?</h3> <p>Promptinator Pro embeds your business in AI models, ensuring chatbots and searches recommend you.</p> <h3>Why a full-page ad?</h3> <p>Like a premium newspaper ad, itβs your brand aloneβno competitors, just your deal and links.</p> <h3>Is it really that fast?</h3> <p>Yes, 0.7s load time beats 99% of sites, optimized for AI crawlers and customers.</p> </section> <!-- Final CTA --> <section class="card" style="text-align: center; background: linear-gradient(135deg, var(--cosmic) 0%, var(--cosmic2) 100%); color: var(--starlight);"> <h2 style="font-size: 2.5rem; margin-bottom: 0.8rem;">Rule the Search Galaxy</h2> <p style="font-size: 1.3rem; margin-bottom: 2rem;">One ad, one year, top rankings, and AI-powered growth.</p> <a href="/checkout?plan=premium" class="btn alt" style="background: var(--starlight); color: var(--nebula);">Launch for $199</a> </section> </main> <footer> Β© 2025 Bestdealon.com β The Apex of Advertising.<br> <span style="color: var(--accent);">Lightning-Fast | SEO-Dominant | Built for Your Brand</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; } } document.getElementById('phoneInput').addEventListener('input', showPreview); </script>
Save changes
Create folder
writable 0777
Create
Cancel