<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>ArdenRev – Remote Sales & Appointment Setting</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="ArdenRev helps coaches, consultants and agencies increase qualified sales calls through remote appointment setting and sales support." />
<style>
:root {
--bg: #05060a;
--card: #0f1117;
--accent: #f2b35b;
--accent-soft: rgba(242,179,91,0.12);
--text: #f7f7f7;
--muted: #a0a4b8;
--border: #22232b;
--max-width: 960px;
--radius: 18px;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text",
"Segoe UI", sans-serif;
background: radial-gradient(circle at top, #141726 0, #05060a 55%);
color: var(--text);
line-height: 1.6;
}
a {
color: inherit;
text-decoration: none;
}
.page {
min-height: 100vh;
padding: 24px 18px 48px;
display: flex;
flex-direction: column;
align-items: center;
}
.shell {
width: 100%;
max-width: var(--max-width);
}
header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 32px;
}
.logo {
display: flex;
align-items: center;
gap: 10px;
font-weight: 600;
letter-spacing: 0.06em;
text-transform: uppercase;
font-size: 0.9rem;
}
.logo-badge {
width: 26px;
height: 26px;
border-radius: 999px;
background: radial-gradient(circle at 30% 20%, #ffe6ba, #f2b35b 60%, #8c5622 100%);
display: flex;
align-items: center;
justify-content: center;
font-size: 0.8rem;
color: #120f07;
font-weight: 800;
}
.tagline-chip {
padding: 4px 10px;
border-radius: 999px;
border: 1px solid var(--border);
color: var(--muted);
font-size: 0.78rem;
}
/* HERO */
.hero {
display: grid;
grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
gap: 32px;
margin-bottom: 40px;
align-items: center;
}
@media (max-width: 800px) {
.hero {
grid-template-columns: minmax(0, 1fr);
}
header {
gap: 12px;
}
}
.hero-kicker {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 4px 10px;
border-radius: 999px;
background: rgba(242,179,91,0.08);
color: var(--accent);
font-size: 0.8rem;
margin-bottom: 14px;
}
.hero-kicker span.dot {
width: 6px;
height: 6px;
border-radius: 999px;
background: var(--accent);
}
.hero h1 {
font-size: clamp(2.1rem, 4vw, 3rem);
line-height: 1.1;
margin-bottom: 14px;
}
.hero h1 span {
color: var(--accent);
}
.hero-sub {
color: var(--muted);
font-size: 0.98rem;
margin-bottom: 22px;
max-width: 480px;
}
.hero-actions {
display: flex;
flex-wrap: wrap;
gap: 12px;
align-items: center;
margin-bottom: 16px;
}
.btn-primary {
padding: 11px 20px;
border-radius: 999px;
border: none;
cursor: pointer;
font-size: 0.95rem;
font-weight: 500;
display: inline-flex;
align-items: center;
gap: 8px;
background: linear-gradient(135deg, #f2b35b, #ffdd9a);
color: #20160b;
box-shadow: 0 12px 30px rgba(0,0,0,0.35);
}
.btn-outline {
padding: 9px 18px;
border-radius: 999px;
border: 1px solid var(--border);
background: transparent;
color: var(--muted);
font-size: 0.9rem;
cursor: pointer;
display: inline-flex;
align-items: center;
gap: 8px;
}
.hero-meta {
font-size: 0.8rem;
color: var(--muted);
display: flex;
flex-wrap: wrap;
gap: 16px;
margin-top: 6px;
}
.hero-card {
background: var(--card);
border-radius: var(--radius);
padding: 18px 18px 16px;
border: 1px solid var(--border);
box-shadow: 0 16px 40px rgba(0,0,0,0.45);
}
.hero-card-title {
font-size: 0.85rem;
color: var(--muted);
text-transform: uppercase;
letter-spacing: 0.08em;
margin-bottom: 6px;
}
.hero-card-main {
font-size: 0.92rem;
margin-bottom: 10px;
}
.hero-stat-row {
display: flex;
justify-content: space-between;
font-size: 0.8rem;
color: var(--muted);
margin-top: 10px;
}
.pill {
display: inline-flex;
align-items: center;
gap: 6px;
padding: 3px 8px;
border-radius: 999px;
background: var(--accent-soft);
font-size: 0.75rem;
color: var(--accent);
}
.pill-dot {
width: 6px;
height: 6px;
border-radius: 999px;
background: var(--accent);
}
/* SECTIONS */
section {
margin-bottom: 36px;
}
.section-label {
font-size: 0.78rem;
text-transform: uppercase;
letter-spacing: 0.12em;
color: var(--muted);
margin-bottom: 6px;
}
.section-title {
font-size: 1.28rem;
margin-bottom: 16px;
}
.section-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0,1fr));
gap: 18px;
}
@media (max-width: 900px) {
.section-grid {
grid-template-columns: minmax(0,1fr);
}
}
.card {
background: rgba(11,12,18,0.9);
border-radius: var(--radius);
padding: 16px 16px 14px;
border: 1px solid var(--border);
}
.card h3 {
font-size: 1rem;
margin-bottom: 6px;
}
.card p {
font-size: 0.9rem;
color: var(--muted);
}
.badge {
display: inline-block;
padding: 2px 8px;
border-radius: 999px;
font-size: 0.75rem;
background: var(--accent-soft);
color: var(--accent);
margin-bottom: 6px;
}
.stacked {
display: grid;
grid-template-columns: minmax(0,1.3fr) minmax(0,1fr);
gap: 18px;
}
@media (max-width: 800px) {
.stacked {
grid-template-columns: minmax(0,1fr);
}
}
ul {
list-style: none;
font-size: 0.9rem;
color: var(--muted);
}
ul li {
margin-bottom: 6px;
display: flex;
gap: 8px;
}
ul li::before {
content: "•";
color: var(--accent);
margin-top: 1px;
}
.muted {
color: var(--muted);
font-size: 0.88rem;
}
/* CTA FOOTER */
.cta {
margin-top: 18px;
padding: 18px 16px;
border-radius: var(--radius);
background: linear-gradient(120deg, rgba(242,179,91,0.15), rgba(5,6,10,0.7));
border: 1px solid rgba(242,179,91,0.4);
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 16px;
justify-content: space-between;
}
footer {
margin-top: 28px;
font-size: 0.8rem;
color: var(--muted);
text-align: center;
}
</style>
</head>
<body>
<div class="page">
<div class="shell">
<header>
<div class="logo">
<div class="logo-badge">AR</div>
<span>ArdenRev</span>
</div>
<div class="tagline-chip">
Remote Sales · Appointment Setting
</div>
</header>
<!-- HERO -->
<main>
<section class="hero">
<div>
<div class="hero-kicker">
<span class="dot"></span>
Remote Setter & Closer in Training
</div>
<h1>
Qualified calls for<br />
<span>coaches, consultants & agencies.</span>
</h1>
<p class="hero-sub">
ArdenRev helps lean online businesses turn attention into
qualified sales conversations — without you living in the DMs
all day.
</p>
<div class="hero-actions">
<a href="mailto:Isaac@ArdenRev.com" class="btn-primary">
Email Isaac
<span>↗</span>
</a>
<a href="mailto:Isaac@ArdenRev.com?subject=Quick%20intro%20call" class="btn-outline">
Request a quick intro call
</a>
</div>
<div class="hero-meta">
<span>4+ hours/day dedicated sales training</span>
<span>Focus: appointment setting & remote closing</span>
</div>
</div>
<div class="hero-card">
<div class="hero-card-title">About ArdenRev</div>
<div class="hero-card-main">
I’m Isaac, an 18-year-old remote sales rep in the UK, building
ArdenRev as a specialised partner for coaches, consultants and
agencies who want more qualified calls — not more noise.
</div>
<div class="hero-stat-row">
<div>
<div class="pill">
<span class="pill-dot"></span>
Daily roleplays & KPI tracking
</div>
</div>
<div>
<div class="muted">
Current focus:<br />
Appointment setting & nurture
</div>
</div>
</div>
</div>
</section>
<!-- WHAT I DO -->
<section>
<div class="section-label">What ArdenRev Helps With</div>
<h2 class="section-title">Sales support that actually moves revenue.</h2>
<div class="section-grid">
<article class="card">
<span class="badge">Appointment Setting</span>
<h3>Turn attention into booked calls</h3>
<p>
DM frameworks and qualifying criteria tailored to your offer,
so your calendar fills with people who actually show up and
are ready to talk.
</p>
</article>
<article class="card">
<span class="badge">Lead Nurture</span>
<h3>Follow-ups that don’t feel needy</h3>
<p>
Systematic follow-up with warm leads, old enquiries and
“on-the-fence” prospects — without burning your brand or
sounding desperate.
</p>
</article>
<article class="card">
<span class="badge">Sales Support</span>
<h3>Pre-framed, ready-to-buy prospects</h3>
<p>
Pre-framing and expectation setting so your closer steps into
clear, focused conversations — not discovery calls disguised
as therapy sessions.
</p>
</article>
</div>
</section>
<!-- WHY WORK WITH ME -->
<section>
<div class="section-label">Why Work With Me</div>
<div class="stacked">
<div>
<h2 class="section-title">Not just “another setter”.</h2>
<p class="muted" style="margin-bottom: 12px;">
I’m building ArdenRev long term — starting with setting and
support, evolving into full-stack sales systems. That means I
care about your pipeline like it’s my own.
</p>
<div class="card" style="margin-bottom: 10px;">
<h3>01 · Obsession with skill</h3>
<p>
4+ hours per day on tonality, objection handling, scripts,
and roleplays. Every day gets logged, tracked and reviewed.
</p>
</div>
<div class="card" style="margin-bottom: 10px;">
<h3>02 · Coachable & data-driven</h3>
<p>
I adapt to your offer, your tone and your audience. We look
at DM → reply → booking metrics and refine each week.
</p>
</div>
<div class="card">
<h3>03 · Long-term mindset</h3>
<p>
I’m not looking to hop between offers. I want to grow with
1–2 strong founders, add revenue, and take on more
responsibility as results grow.
</p>
</div>
</div>
<div>
<div class="card">
<h3>What you can expect</h3>
<ul style="margin-top: 8px;">
<li>Consistent communication and honest feedback.</li>
<li>Respect for your brand voice and boundaries.</li>
<li>Process-minded approach to sales, not guesswork.</li>
<li>Drive to grow into a closer and eventually lead a team.</li>
</ul>
</div>
</div>
</div>
</section>
<!-- HOW IT WORKS -->
<section>
<div class="section-label">Process</div>
<h2 class="section-title">Simple, low-friction way to work together.</h2>
<div class="section-grid">
<article class="card">
<span class="badge">Step 1</span>
<h3>15–20 min intro call</h3>
<p>
Quick call to understand your offer, niche, current lead flow
and what “qualified” looks like for you.
</p>
</article>
<article class="card">
<span class="badge">Step 2</span>
<h3>DM & qualify gameplan</h3>
<p>
We align on messaging, qualifying questions and booking rules
so only real opportunities hit your calendar.
</p>
</article>
<article class="card">
<span class="badge">Step 3</span>
<h3>Execution & iteration</h3>
<p>
I handle outreach and follow-ups. You focus on delivery and
closing. We review numbers weekly and optimise.
</p>
</article>
</div>
</section>
<!-- ABOUT / CTA -->
<section>
<div class="section-label">About Isaac</div>
<div class="stacked">
<div>
<h2 class="section-title">Who’s behind ArdenRev?</h2>
<p class="muted" style="margin-bottom:12px;">
I’m Isaac, 18, based in the UK. I’m building ArdenRev as the
first pillar of a larger group of sales and acquisition
businesses — starting at the ground level, on the phones, in
the DMs, learning what actually moves revenue.
</p>
<p class="muted">
If you value communication, hunger and consistency more than
flashy screenshots, we’ll probably work well together.
</p>
</div>
<div>
<div class="cta">
<div>
<strong>Interested in talking?</strong>
<p class="muted">
If you’re a coach, consultant or agency owner who wants
more qualified calls, drop me a line and we’ll see if it
makes sense to work together.
</p>
</div>
<div>
<a href="mailto:Isaac@ArdenRev.com" class="btn-primary">
Email Isaac@ArdenRev.com
</a>
</div>
</div>
</div>
</div>
</section>
</main>
<footer>
© <span id="year"></span> ArdenRev. Built by Isaac.
</footer>
</div>
</div>
<script>
document.getElementById("year").textContent = new Date().getFullYear();
</script>
</body>
</html>