Add landing pages

This commit is contained in:
edsea
2025-11-20 02:40:02 +01:00
parent aeb1ecd50a
commit 61d3738b26
42 changed files with 1901 additions and 526 deletions

View File

@@ -62,7 +62,7 @@ $currentPage = $page === 'index' ? 'Home' : ucwords(str_replace('-', ' ', $page)
<!-- Stylesheets -->
<link rel="preload" href="/rss/css/main.css" as="style">
<link href="https://cdn.jsdelivr.net/npm/@mdi/font/css/materialdesignicons.min.css" rel="stylesheet">
<link href="/rss/3rd-party/mdi/css/materialdesignicons.min.css" rel="stylesheet">
<link rel="stylesheet" href="/rss/css/main.css">
<link rel="stylesheet" href="/rss/css/theme.css" media="print" onload="this.media='all'">
@@ -70,20 +70,59 @@ $currentPage = $page === 'index' ? 'Home' : ucwords(str_replace('-', ' ', $page)
<script src="/rss/js/main.js" defer></script>
<!-- Structured Data (JSON-LD) -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebPage",
"name": "<?php echo htmlspecialchars($title, ENT_QUOTES, 'UTF-8'); ?>",
"url": "<?php echo htmlspecialchars($pageUrl, ENT_QUOTES, 'UTF-8'); ?>",
"description": "<?php echo htmlspecialchars($description, ENT_QUOTES, 'UTF-8'); ?>",
"isPartOf": {
"@type": "WebSite",
"name": "Stella Amor",
"url": "<?php echo $siteUrl; ?>/"
}
<!-- Dynamic Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebPage",
"name": "<?php echo htmlspecialchars($pageInfo['title'], ENT_QUOTES, 'UTF-8'); ?>",
"url": "<?php echo htmlspecialchars($pageUrl, ENT_QUOTES, 'UTF-8'); ?>",
"description": "<?php echo htmlspecialchars($pageInfo['long_desc'] ?? $pageInfo['short_desc'], ENT_QUOTES, 'UTF-8'); ?>",
"isPartOf": {
"@type": "WebSite",
"name": "Stella Amor",
"url": "https://stellaamor.com/"
}
<?php if (!empty($pageInfo['rich_service_type'])): ?>
"mainEntity": {
"@type": "Service",
"serviceType": "<?php echo htmlspecialchars($pageInfo['rich_service_type'], ENT_QUOTES, 'UTF-8'); ?>",
"name": "<?php echo htmlspecialchars($pageInfo['title'], ENT_QUOTES, 'UTF-8'); ?>",
"description": "<?php echo htmlspecialchars($pageInfo['long_desc'] ?? $pageInfo['short_desc'], ENT_QUOTES, 'UTF-8'); ?>",
"provider": {
"@type": "Organization",
"name": "Stella Amor",
"url": "https://stellaamor.com"
},
"areaServed": "Worldwide",
"offers": {
"@type": "Offer",
"name": "Free Membership",
"price": "0",
"priceCurrency": "USD",
"description": "Full access to all filters during the free membership period"
}
</script>
<?php if (!empty($pageInfo['rich_faq'])): ?>
"faqPage": {
"@type": "FAQPage",
"mainEntity": [
<?php foreach ($pageInfo['rich_faq'] as $i => $faq): ?>
{
"@type": "Question",
"name": "<?php echo htmlspecialchars($faq['question'], ENT_QUOTES, 'UTF-8'); ?>",
"acceptedAnswer": {
"@type": "Answer",
"text": "<?php echo htmlspecialchars($faq['answer'], ENT_QUOTES, 'UTF-8'); ?>"
}
}<?php echo $i < count($pageInfo['rich_faq'])-1 ? ',' : ''; ?>
<?php endforeach; ?>
]
}
<?php endif; ?>
}
<?php endif; ?>
}
</script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-7LSPWJ1YKX"></script>

View File

@@ -0,0 +1,163 @@
<div class="promo-cover fetish-cover">
<div class="title-bar">
<h1>Free BDSM Dating with Detailed Kink Filters</h1>
<p>Discover BDSM-compatible partners using Stella Amors extensive kink and fetish filters. Match on specific interests including bondage, discipline, dominance, submission, sadism, masochism and over 50 additional preferences, all available for free.</p>
<a href="/register/" class="mb-3 btn btn-white">Sign up today</a>
</div>
</div>
<div class="w-100 bg-dark">
<div class="container text-white border-bottom">
<div class="content-section">
<h2>Why BDSM Compatibility Matters in Dating</h2>
<p>Shared kink interests and clear boundaries form the foundation of satisfying BDSM relationships. Stella Amor eliminates guesswork by letting members filter for exact preferences from the start. Whether you identify as dominant, submissive, switch, or explore specific practices such as impact play, shibari, or power exchange, detailed profiles ensure matches align on experience level, limits, and desired dynamics.</p>
<div class="row mt-5">
<div class="col-sm-12 col-md-7">
<h2>Precise BDSM Filters Available on Stella Amor</h2>
<p>Unlike mainstream dating apps that offer only basic orientation checkboxes, Stella Amor provides granular kink filters including:</p>
<ul>
<li>Bondage and rope play preferences</li>
<li>Discipline and punishment styles</li>
<li>Dominance and submission roles</li>
<li>Sadomasochism intensity levels</li>
<li>Safe word and aftercare expectations</li>
<li>Specific fetishes (leather, latex, pet play, and 50+ more)</li>
<li>Experience level from curious beginner to seasoned practitioner</li>
</ul>
<p>All filters are completely free to set and search, with no premium tiers required to access kink-specific matching.</p>
<h2>Safe, Respectful BDSM Dating Environment</h2>
<p>Stella Amor enforces strict community guidelines focused on consent, privacy, and mutual respect. Members can keep kink preferences private until mutually revealed, and verification options help confirm genuine interest in the BDSM lifestyle.</p>
</div>
<div class="col-sm-12 col-md-5">
<img src="/rss/img/promo-images/couple.jpeg" alt="Couple exploring BDSM compatibility on Stella Amor" class="img-w-100 img-rounded-lg shadow-2" loading="lazy">
</div>
</div>
</div>
</div>
</div>
<div class="w-100 bg-dark shadow-4">
<div class="container py-4 text-white border-bottom">
<h2 class="text-white fw-semi-bold my-1 py-0 text-center">Top free dating filters for <span class="fw-bold fs-italic">kinks</span> and <span class="fw-bold fs-italic">fetishes</span></h2>
<div class="row py-5">
<div class="col-sm-12 col-md-3 my-4">
<div class="rounded-xl shadow-2 bg-dark">
<i class="mdi mdi-gesture promo-feature-icon"></i>
<div class="text-white text-center px-2 py-1">
<h3>Bondage & Shibari</h3>
<p>Match on rope play, suspension, and bondage intensity preferences</p>
</div>
</div>
</div>
<div class="col-sm-12 col-md-3 my-4">
<div class="rounded-xl shadow-2 bg-dark">
<i class="mdi mdi-account-tie promo-feature-icon"></i>
<div class="text-white text-center px-2 py-1">
<h3>Dominance & Submission</h3>
<p>Find Dominant, Submissive or Switch partners with clear roles</p>
</div>
</div>
</div>
<div class="col-sm-12 col-md-3 my-4">
<div class="rounded-xl shadow-2 bg-dark">
<i class="mdi mdi-hand promo-feature-icon"></i>
<div class="text-white text-center px-2 py-1">
<h3>Impact Play & Spanking</h3>
<p>Filter by spanking, flogging, caning and pain tolerance levels</p>
</div>
</div>
</div>
<div class="col-sm-12 col-md-3 my-4">
<div class="rounded-xl shadow-2 bg-dark">
<i class="mdi mdi-shoe-print promo-feature-icon"></i>
<div class="text-white text-center px-2 py-1">
<h3>Leather & Latex Fetish</h3>
<p>Connect with partners who share leather, latex and rubber interests</p>
</div>
</div>
</div>
<div class="col-sm-12 col-md-3 my-4">
<div class="rounded-xl shadow-2 bg-dark">
<i class="mdi mdi-dog promo-feature-icon"></i>
<div class="text-white text-center px-2 py-1">
<h3>Pet Play</h3>
<p>Match on puppy, kitten, pony play and handler dynamics</p>
</div>
</div>
</div>
<div class="col-sm-12 col-md-3 my-4">
<div class="rounded-xl shadow-2 bg-dark">
<i class="mdi mdi-gavel promo-feature-icon"></i>
<div class="text-white text-center px-2 py-1">
<h3>Discipline & Punishment</h3>
<p>Find partners for rules, protocols, brat taming and consequences</p>
</div>
</div>
</div>
<div class="col-sm-12 col-md-3 my-4">
<div class="rounded-xl shadow-2 bg-dark">
<i class="mdi mdi-eye-off promo-feature-icon"></i>
<div class="text-white text-center px-2 py-1">
<h3>Sensory Play</h3>
<p>Search for blindfolds, sensory deprivation and temperature play</p>
</div>
</div>
</div>
<div class="col-sm-12 col-md-3 my-4">
<div class="rounded-xl shadow-2 bg-dark">
<i class="mdi mdi-clock-outline promo-feature-icon"></i>
<div class="text-white text-center px-2 py-1">
<h3>24/7 & Lifestyle Dynamics</h3>
<p>Connect with total power exchange and full-time D/s relationships</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="w-100 bg-dark">
<div class="container text-white border-bottom">
<div class="content-section">
<h2>How Stella Amors BDSM Matching Works</h2>
<p>After free registration, members complete a detailed kink questionnaire covering roles, interests, limits, and experience. These answers become searchable filters for everyone. You can require exact matches on must-haves (e.g., “must be dominant” or “must enjoy rope bondage”) and set deal-breakers (e.g., “no needle play”). The algorithm then surfaces only profiles that meet your criteria, saving time and reducing awkward conversations.</p>
<div class="row mt-5">
<div class="col-sm-12 col-md-5">
<img src="/rss/img/promo-images/bd.jpeg" alt="BDSM dating with detailed kink filters on Stella Amor" class="img-w-100 img-rounded-lg shadow-2" loading="lazy">
</div>
<div class="col-sm-12 col-md-7">
<h2>Common BDSM Searches Stella Amor Handles</h2>
<p>Popular search terms our members successfully use include:</p>
<ul>
<li>Female-led relationship (FLR) dating</li>
<li>24/7 dynamics and lifestyle BDSM partners</li>
<li>Brat taming and discipline-focused relationships</li>
<li>Sensory deprivation and impact play partners</li>
<li>Service-oriented submission matching</li>
<li>Age-play and DDLG/MDLB connections</li>
<li>Switch partners open to both dominant and submissive roles</li>
</ul>
<p>All of these preferences and dozens more are built into the free filter system.</p>
<h2>Tips for Better Results on BDSM Dating Profiles</h2>
<p>Complete every kink field the more specific you are, the higher you appear in relevant searches.<br>
Upload clear, recent photos that reflect your style (leather, collars, rope, etc.) while respecting platform clothing guidelines.<br>
Write a short headline that mentions your primary role or interest examples: “Experienced rope top seeking submissive muse” or “Bratty sub looking for patient disciplinarian.<br>
List hard limits upfront to attract compatible matches and filter out mismatches instantly.</p>
</div>
</div>
<div class="text-center mt-5">
<a href="/register/" class="btn btn-white btn-lg px-4 py-2">Create Your Free BDSM Profile Now</a>
</div>
</div>
</div>
</div>

View File

@@ -0,0 +1,86 @@
<div class="promo-cover foot-cover">
<div class="title-bar">
<h1>Free Foot Fetish Dating with Detailed Filters</h1>
<p>Join for free and meet foot lovers who share your exact preferences. Filter by foot size, pedicure style, worship intensity, nylons, high arches and 30+ foot-specific interests.</p>
<a href="/register/" class="mb-3 btn btn-white">Sign up today</a>
</div>
</div>
<div class="w-100 bg-dark">
<div class="container text-white border-bottom">
<div class="content-section">
<h2>Why Foot Compatibility Matters</h2>
<p>Foot fetish is one of the most common desires. But finding someone with matching tastes can be hard. Stella Amor makes it simple with the most detailed foot filters available anywhere.</p>
<div class="row mt-5">
<div class="col-sm-12 col-md-7">
<h2>Precise Foot Fetish Filters</h2>
<p>Unlike mainstream apps with zero foot options, Stella Amor lets you filter on:</p>
<ul>
<li>Foot size & shoe size</li>
<li>High arches vs flat feet</li>
<li>Pedicure style & nail color</li>
<li>Bare feet vs stockings, socks, nylons</li>
<li>Worship preferences (massage, kissing, licking, smelling)</li>
<li>Trampling, tickling, or foot domination</li>
<li>Clean vs sweaty preference</li>
</ul>
<p>All filters completely free.</p>
<h2>Private & Respectful Community</h2>
<p>Foot pics and detailed preferences stay private until both users agree to share.</p>
</div>
<div class="col-sm-12 col-md-5">
<img src="/rss/img/promo-images/foot2.jpg" alt="Foot fetish dating with detailed foot filters on Stella Amor" class="img-w-100 img-rounded-lg shadow-2" loading="lazy">
</div>
</div>
</div>
</div>
</div>
<div class="w-100 bg-dark shadow-4">
<div class="container py-4 text-white border-bottom">
<h2 class="text-white text-center">Top free foot fetish filters</h2>
<div class="row py-5">
<div class="col-sm-12 col-md-3 my-4"><div class="rounded-xl shadow-2 bg-dark"><i class="mdi mdi-foot-print promo-feature-icon"></i><div class="text-white text-center px-2 py-1"><h3>Foot & Shoe Size</h3><p>Find your perfect size match</p></div></div></div>
<div class="col-sm-12 col-md-3 my-4"><div class="rounded-xl shadow-2 bg-dark"><i class="mdi mdi-nail promo-feature-icon"></i><div class="text-white text-center px-2 py-1"><h3>Pedicure & Nail Color</h3><p>Red, French, black, or natural</p></div></div></div>
<div class="col-sm-12 col-md-3 my-4"><div class="rounded-xl shadow-2 bg-dark"><i class="mdi mdi-sock promo-feature-icon"></i><div class="text-white text-center px-2 py-1"><h3>Nylons & Socks</h3><p>Bare, stockings, ankle socks</p></div></div></div>
<div class="col-sm-12 col-md-3 my-4"><div class="rounded-xl shadow-2 bg-dark"><i class="mdi mdi-arch promo-feature-icon"></i><div class="text-white text-center px-2 py-1"><h3>Arches & Shape</h3><p>High arches, wide, narrow</p></div></div></div>
<div class="col-sm-12 col-md-3 my-4"><div class="rounded-xl shadow-2 bg-dark"><i class="mdi mdi-heart-outline promo-feature-icon"></i><div class="text-white text-center px-2 py-1"><h3>Worship Style</h3><p>Massage, kissing, licking, smelling</p></div></div></div>
<div class="col-sm-12 col-md-3 my-4"><div class="rounded-xl shadow-2 bg-dark"><i class="mdi mdi-shoe-heel promo-feature-icon"></i><div class="text-white text-center px-2 py-1"><h3>High Heels & Flats</h3><p>Stilettos, sandals, barefoot</p></div></div></div>
<div class="col-sm-12 col-md-3 my-4"><div class="rounded-xl shadow-2 bg-dark"><i class="mdi mdi-weather-windy promo-feature-icon"></i><div class="text-white text-center px-2 py-1"><h3>Clean vs Sweaty</h3><p>Freshly washed or post-gym</p></div></div></div>
<div class="col-sm-12 col-md-3 my-4"><div class="rounded-xl shadow-2 bg-dark"><i class="mdi mdi-human-male-female promo-feature-icon"></i><div class="text-white text-center px-2 py-1"><h3>Trampling & Domination</h3><p>Light stepping to full weight</p></div></div></div>
</div>
</div>
</div>
<div class="w-100 bg-dark">
<div class="container text-white border-bottom">
<div class="content-section">
<h2>How Foot Fetish Matching Works</h2>
<p>After free signup you fill out your exact foot preferences. The system only shows profiles that match what you love no more endless swiping through vanilla feet.</p>
<div class="row mt-5">
<div class="col-sm-12 col-md-5">
<img src="/rss/img/promo-images/foot3.jpg" alt="Foot worship and foot fetish dating on Stella Amor" class="img-w-100 img-rounded-lg shadow-2" loading="lazy">
</div>
<div class="col-sm-12 col-md-7">
<h2>Popular Foot Searches We Cover</h2>
<ul>
<li>Pretty feet dating</li>
<li>Foot worship partners</li>
<li>High arch foot fetish</li>
<li>Size 9-10 feet wanted</li>
<li>Red pedicure foot lovers</li>
<li>Nylon and stocking fetish</li>
<li>Foot massage dating</li>
</ul>
<h2>Profile Tips</h2>
<p>Upload clear foot pics Be specific about size & style Mention worship intensity Verify your feet for extra attention</p>
</div>
</div>
<div class="text-center mt-5">
<a href="/register/" class="btn btn-white btn-lg px-4 py-2">Create Your Free Foot Profile Now</a>
</div>
</div>
</div>
</div>

View File

@@ -0,0 +1,162 @@
<div class="promo-cover app-cover">
<div class="title-bar">
<h1>Free Dating App With Advanced Filters</h1>
<p>Join the completely free dating app that gives you powerful filters for kinks, lifestyle, wealth, height, faith, polyamory and more. Unlimited messaging included.</p>
<a href="/register/" class="mb-3 btn btn-white btn-lg">Start Free Now</a>
</div>
</div>
<div class="w-100 bg-dark">
<div class="container text-white border-bottom py-5">
<div class="content-section text-center">
<h2 class="display-5">Date Better With Real Free Features</h2>
<p class="lead">Everything you need is included at no cost.</p>
<div class="row mt-5">
<div class="col-md-4 mb-4">
<i class="mdi mdi-message-text-outline display-1 text-danger"></i>
<h3>Unlimited Messaging</h3>
<p>Chat with anyone you match with</p>
</div>
<div class="col-md-4 mb-4">
<i class="mdi mdi-filter-variant display-1 text-danger"></i>
<h3>All Advanced Filters</h3>
<p>Kinks, income, height, religion, lifestyle and dozens more</p>
</div>
<div class="col-md-4 mb-4">
<i class="mdi mdi-shield-check display-1 text-danger"></i>
<h3>Zero Payment Required</h3>
<p>Sign up and start dating right away</p>
</div>
</div>
</div>
</div>
</div>
<div class="w-100 bg-dark">
<div class="container text-white py-5 text-center">
<h2 class="display-5 mb-4">Stop Wasting Time on Vanilla Dating Apps</h2>
<p class="lead mb-5">
Whether you are looking for kink-friendly partners, sugar dating, polyamory, specific height preferences, fitness lifestyles,
faith-based relationships, or simply someone who matches your exact vibe, Stella Amor gives you the tools to find them fast.
</p>
<div class="row justify-center">
<div class="col-md-8">
<p class="fs-4 mb-4">Join free today and start meeting people who actually fit what you want.</p>
</div>
</div>
</div>
</div>
<div class="w-100 bg-dark">
<div class="container text-white py-5">
<div class="content-section">
<h2 class="text-center mb-5">Search Exactly What You Want, Completely Free</h2>
<p class="lead text-center mb-5">
Mainstream dating apps give you age and location. Stella Amor gives you real control with the deepest set of free filters available anywhere.
</p>
<div class="row">
<div class="col-md-6 mb-4">
<h4 class="text-danger">Lifestyle & Relationship Style</h4>
<p>Filter for monogamous, polyamory, open relationships, ethical non-monogamy, sugar dating, kink-friendly, vanilla only, 420 friendly, child-free, or wants children.</p>
</div>
<div class="col-md-6 mb-4">
<h4 class="text-danger">Body & Appearance</h4>
<p>Height preferences, body type (slim, athletic, curvy, BBW, dad bod, muscular), hair color, tattoos, piercings, and even foot size or shoe preferences.</p>
</div>
<div class="col-md-6 mb-4">
<h4 class="text-danger">Financial & Success Level</h4>
<p>Income range, net worth, career field, education level, lifestyle budget, and sugar daddy / sugar baby expectations.</p>
</div>
<div class="col-md-6 mb-4">
<h4 class="text-danger">Faith & Values</h4>
<p>Religion, spirituality level, political views, diet (vegan, keto, halal, kosher), smoking and drinking habits.</p>
</div>
<div class="col-md-6 mb-4">
<h4 class="text-danger">Kinks & Bedroom Preferences</h4>
<p>BDSM roles, fetish list, experience level, safe-word usage, aftercare needs, and dozens of specific interests from role-play to sensory play.</p>
</div>
<div class="col-md-6 mb-4">
<h4 class="text-danger">Fitness & Daily Habits</h4>
<p>Gym frequency, sports, outdoor activities, Netflix bingers, early birds, night owls, pet owners, travel frequency.</p>
</div>
</div>
<p class="text-center mt-4 fs-5">Every single filter above is available the moment you join, at no cost.</p>
</div>
</div>
</div>
<div class="w-100 bg-dark shadow-4">
<div class="container py-5 text-white text-center">
<h2>Free Filters You Actually Want</h2>
<div class="row py-4">
<div class="col-6 col-md-3 my-4"><div class="bg-dark rounded-xl shadow-2 p-4"><i class="mdi mdi-heart-outline promo-feature-icon"></i><h4>Kinks & Fetishes</h4></div></div>
<div class="col-6 col-md-3 my-4"><div class="bg-dark rounded-xl shadow-2 p-4"><i class="mdi mdi-cash-multiple promo-feature-icon"></i><h4>Wealth & Income</h4></div></div>
<div class="col-6 col-md-3 my-4"><div class="bg-dark rounded-xl shadow-2 p-4"><i class="mdi mdi-human-male-female promo-feature-icon"></i><h4>Height & Body</h4></div></div>
<div class="col-6 col-md-3 my-4"><div class="bg-dark rounded-xl shadow-2 p-4"><i class="mdi mdi-account-group promo-feature-icon"></i><h4>Poly & Open</h4></div></div>
<div class="col-6 col-md-3 my-4"><div class="bg-dark rounded-xl shadow-2 p-4"><i class="mdi mdi-foot-print promo-feature-icon"></i><h4>Foot Preferences</h4></div></div>
<div class="col-6 col-md-3 my-4"><div class="bg-dark rounded-xl shadow-2 p-4"><i class="mdi mdi-star-outline promo-feature-icon"></i><h4>Sugar Dating</h4></div></div>
<div class="col-6 col-md-3 my-4"><div class="bg-dark rounded-xl shadow-2 p-4"><i class="mdi mdi-church promo-feature-icon"></i><h4>Faith</h4></div></div>
<div class="col-6 col-md-3 my-4"><div class="bg-dark rounded-xl shadow-2 p-4"><i class="mdi mdi-run-fast promo-feature-icon"></i><h4>Fitness</h4></div></div>
</div>
<p class="lead">All filters included free</p>
</div>
</div>
<div class="w-100 bg-dark">
<div class="container text-white py-5">
<div class="content-section">
<h2 class="text-center mb-5">What Makes Stella Amor Different</h2>
<div class="row text-center">
<div class="col-md-4 mb-4">
<i class="mdi mdi-filter-variant display-1 text-danger mb-3"></i>
<h4>Most Detailed Filters Anywhere</h4>
<p>Kinks, income, height, faith, body type, relationship style and dozens more. Find exactly what you are looking for from day one.</p>
</div>
<div class="col-md-4 mb-4">
<i class="mdi mdi-message-text-outline display-1 text-danger mb-3"></i>
<h4>Unlimited Messaging</h4>
<p>Chat with every match you like, no limits and no extra cost.</p>
</div>
<div class="col-md-4 mb-4">
<i class="mdi mdi-cellphone display-1 text-danger mb-3"></i>
<h4>Works Everywhere</h4>
<p>Perfect experience on phone, tablet, or desktop. No separate app download needed.</p>
</div>
</div>
</div>
</div>
</div>
<div class="w-100 bg-dark">
<div class="container text-white py-5">
<div class="content-section">
<h2 class="text-center mb-5">From Sign-Up to Real Dates in Three Simple Steps</h2>
<div class="row align-items-center justify-content-center text-center text-md-start">
<div class="col-md-4 mb-5">
<div class="display-1 text-danger mb-3">1</div>
<h4>Create Your Free Profile</h4>
<p>Takes under one minute. Add photos, write a short bio, and answer the questions that matter most to you.</p>
</div>
<div class="col-md-4 mb-5">
<div class="display-1 text-danger mb-3">2</div>
<h4>Set Your Exact Filters</h4>
<p>Tell the system who you want and who you dont. Be as specific as you like the more precise you are, the better your matches.</p>
</div>
<div class="col-md-4 mb-5">
<div class="display-1 text-danger mb-3">3</div>
<h4>Start Messaging Matches</h4>
<p>Browse only people who already fit what you are looking for. Message anyone you like, as many times as you want.</p>
</div>
</div>
</div>
</div>
</div>
<div class="w-100 bg-dark">
<div class="container text-white py-5 text-center">
<h2>Join Free In Seconds</h2>
<p class="lead mb-5">No card, no catch, just dating</p>
<a href="/register/" class="btn btn-white btn-lg px-5">Start Free Dating Now</a>
</div>
</div>

View File

@@ -0,0 +1,152 @@
<div class="promo-cover sugar-cover">
<div class="title-bar">
<h1>Free Sugar Daddy & Sugar Baby Dating</h1>
<p>Join for free and connect with generous sugar daddies or attractive sugar babies using detailed financial and lifestyle filters. Match on allowance expectations, net worth, income level, and relationship style, no paywalls.</p>
<a href="/register/" class="mb-3 btn btn-white">Sign up today</a>
</div>
</div>
<div class="w-100 bg-dark">
<div class="container text-white border-bottom">
<div class="content-section">
<h2>Why Financial Compatibility Matters in Sugar Dating</h2>
<p>Successful sugar relationships are built on clear expectations and aligned lifestyles. Stella Amor removes the guesswork by letting members openly set and search exact financial arrangements from the start.</p>
<div class="row mt-5">
<div class="col-sm-12 col-md-7">
<h2>Precise Sugar Dating Filters Available</h2>
<p>Unlike mainstream apps that hide financial discussions until later, Stella Amor offers transparent filters including:</p>
<ul>
<li>Desired monthly allowance range</li>
<li>Net worth and annual income brackets</li>
<li>Lifestyle expectations (travel, shopping, fine dining, rent support)</li>
<li>Relationship type (traditional, mentor, platonic, travel companion)</li>
<li>Gift and experience preferences</li>
<li>Location and relocation willingness</li>
<li>Verification status for income and identity</li>
</ul>
<p>All filters are completely free to set and search.</p>
<h2>Discreet, Respectful Sugar Dating Environment</h2>
<p>Stella Amor enforces strict privacy and mutual respect guidelines. Financial details can stay private until both parties mutually agree to reveal them.</p>
</div>
<div class="col-sm-12 col-md-5">
<img src="/rss/img/promo-images/sugardate1.jpeg" alt="Sugar daddy and sugar baby dating on Stella Amor" class="img-w-100 img-rounded-lg shadow-2" loading="lazy">
</div>
</div>
</div>
</div>
</div>
<div class="w-100 bg-dark shadow-4">
<div class="container py-4 text-white border-bottom">
<h2 class="text-white fw-semi-bold my-1 py-0 text-center">Top free sugar dating filters</h2>
<div class="row py-5">
<div class="col-sm-12 col-md-3 my-4">
<div class="rounded-xl shadow-2 bg-dark">
<i class="mdi mdi-cash-multiple promo-feature-icon"></i>
<div class="text-white text-center px-2 py-1">
<h3>Monthly Allowance</h3>
<p>Set and find exact allowance expectations</p>
</div>
</div>
</div>
<div class="col-sm-12 col-md-3 my-4">
<div class="rounded-xl shadow-2 bg-dark">
<i class="mdi mdi-diamond-stone promo-feature-icon"></i>
<div class="text-white text-center px-2 py-1">
<h3>Net Worth & Income</h3>
<p>Match on verified income and wealth levels</p>
</div>
</div>
</div>
<div class="col-sm-12 col-md-3 my-4">
<div class="rounded-xl shadow-2 bg-dark">
<i class="mdi mdi-airplane promo-feature-icon"></i>
<div class="text-white text-center px-2 py-1">
<h3>Travel & Experiences</h3>
<p>Find partners who share luxury travel goals</p>
</div>
</div>
</div>
<div class="col-sm-12 col-md-3 my-4">
<div class="rounded-xl shadow-2 bg-dark">
<i class="mdi mdi-hand-heart promo-feature-icon"></i>
<div class="text-white text-center px-2 py-1">
<h3>Relationship Style</h3>
<p>Mentor, traditional, platonic, or companion</p>
</div>
</div>
</div>
<div class="col-sm-12 col-md-3 my-4">
<div class="rounded-xl shadow-2 bg-dark">
<i class="mdi mdi-gift promo-feature-icon"></i>
<div class="text-white text-center px-2 py-1">
<h3>Gifts & Shopping</h3>
<p>Match on shopping and gifting preferences</p>
</div>
</div>
</div>
<div class="col-sm-12 col-md-3 my-4">
<div class="rounded-xl shadow-2 bg-dark">
<i class="mdi mdi-home-heart promo-feature-icon"></i>
<div class="text-white text-center px-2 py-1">
<h3>Living Support</h3>
<p>Filter for rent, tuition, or bill assistance</p>
</div>
</div>
</div>
<div class="col-sm-12 col-md-3 my-4">
<div class="rounded-xl shadow-2 bg-dark">
<i class="mdi mdi-shield-check promo-feature-icon"></i>
<div class="text-white text-center px-2 py-1">
<h3>Income Verification</h3>
<p>Optional verification for genuine providers</p>
</div>
</div>
</div>
<div class="col-sm-12 col-md-3 my-4">
<div class="rounded-xl shadow-2 bg-dark">
<i class="mdi mdi-map-marker-radius promo-feature-icon"></i>
<div class="text-white text-center px-2 py-1">
<h3>Location & Relocation</h3>
<p>Local arrangements or relocation-ready</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="w-100 bg-dark">
<div class="container text-white border-bottom">
<div class="content-section">
<h2>How Stella Amors Sugar Matching Works</h2>
<p>After free registration, members complete a short financial and lifestyle questionnaire. These answers become searchable filters. Set your exact allowance range, lifestyle expectations, and relationship preferences, the system only shows compatible matches.</p>
<div class="row mt-5">
<div class="col-sm-12 col-md-5">
<img src="/rss/img/promo-images/sugardate2.jpeg" alt="Sugar daddy meeting sugar baby through financial compatibility filters" class="img-w-100 img-rounded-lg shadow-2" loading="lazy">
</div>
<div class="col-sm-12 col-md-7">
<h2>Popular Sugar Searches We Handle</h2>
<ul>
<li>High allowance sugar daddy dating</li>
<li>Verified millionaire sugar daddy</li>
<li>Travel companion sugar baby</li>
<li>Tuition or rent support arrangements</li>
<li>Platonic sugar relationship</li>
<li>Luxury lifestyle mentor</li>
<li>Relocation-ready sugar baby</li>
</ul>
<p>All preferences are built into the free filter system.</p>
<h2>Tips for Successful Sugar Profiles</h2>
<p>Be specific about allowance and lifestyle expectations Use recent, high-quality photos Verify income if youre a provider Write a clear headline: “Generous executive seeking travel companion” or “College student open to mentorship and support”</p>
</div>
</div>
<div class="text-center mt-5">
<a href="/register/" class="btn btn-white btn-lg px-4 py-2">Create Your Free Sugar Profile Now</a>
</div>
</div>
</div>
</div>