init
This commit is contained in:
commit
95a2de8058
3 changed files with 955 additions and 0 deletions
244
index.html
Normal file
244
index.html
Normal file
|
|
@ -0,0 +1,244 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Dataduck | Business Intelligence for Ambitious Small Teams</title>
|
||||
<meta
|
||||
name="description"
|
||||
content="Dataduck gives small businesses executive-grade BI dashboards, reporting, and forecasting without the cost and complexity of a full enterprise data team."
|
||||
/>
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css2?family=Instrument+Sans:wght@400;500;600;700&family=Manrope:wght@500;700;800&display=swap"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
<link rel="stylesheet" href="styles.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="site-shell">
|
||||
<header class="topbar reveal">
|
||||
<a class="brand" href="#hero" aria-label="Dataduck home">
|
||||
<span class="brand-mark">D</span>
|
||||
<span class="brand-text">dataduck</span>
|
||||
</a>
|
||||
<nav class="nav">
|
||||
<a href="#platform">Platform</a>
|
||||
<a href="#services">Services</a>
|
||||
<a href="#results">Results</a>
|
||||
<a href="#contact">Contact</a>
|
||||
</nav>
|
||||
<a class="button button-ghost" href="#contact">Book a Strategy Call</a>
|
||||
</header>
|
||||
|
||||
<main>
|
||||
<section class="hero" id="hero">
|
||||
<div class="hero-copy reveal">
|
||||
<p class="eyebrow">Luxury-grade BI for lean operators</p>
|
||||
<h1>Enterprise intelligence, tailored for the businesses still moving fast.</h1>
|
||||
<p class="hero-text">
|
||||
Dataduck turns scattered spreadsheets, e-commerce feeds, POS data,
|
||||
and finance systems into a decision cockpit built for owners,
|
||||
operators, and revenue teams.
|
||||
</p>
|
||||
<div class="hero-actions">
|
||||
<a class="button button-primary" href="#contact">See Dataduck Live</a>
|
||||
<a class="button button-secondary" href="#results">Explore Outcomes</a>
|
||||
</div>
|
||||
<div class="hero-proof">
|
||||
<div>
|
||||
<span class="proof-label">Launch time</span>
|
||||
<strong>14 days</strong>
|
||||
</div>
|
||||
<div>
|
||||
<span class="proof-label">Typical reporting cut</span>
|
||||
<strong>18 hrs / week</strong>
|
||||
</div>
|
||||
<div>
|
||||
<span class="proof-label">Designed for</span>
|
||||
<strong>5-150 person teams</strong>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="hero-visual reveal">
|
||||
<div class="visual-glow visual-glow-a"></div>
|
||||
<div class="visual-glow visual-glow-b"></div>
|
||||
<div class="dashboard-card">
|
||||
<div class="dashboard-topline">
|
||||
<div>
|
||||
<p class="mini-label">Executive pulse</p>
|
||||
<h2>Revenue Intelligence Suite</h2>
|
||||
</div>
|
||||
<span class="status-pill">Live</span>
|
||||
</div>
|
||||
|
||||
<div class="dashboard-grid">
|
||||
<article class="data-panel data-panel-large">
|
||||
<p class="mini-label">Gross revenue</p>
|
||||
<strong class="metric-value" data-target="284">284%</strong>
|
||||
<span>Quarter-over-quarter visibility lift</span>
|
||||
</article>
|
||||
|
||||
<article class="data-panel">
|
||||
<p class="mini-label">Margin watch</p>
|
||||
<strong>$412k</strong>
|
||||
<span>Tracked across all channels</span>
|
||||
</article>
|
||||
|
||||
<article class="data-panel">
|
||||
<p class="mini-label">Forecast confidence</p>
|
||||
<strong>97.4%</strong>
|
||||
<span>Weekly planning accuracy</span>
|
||||
</article>
|
||||
</div>
|
||||
|
||||
<div class="chart-panel">
|
||||
<div class="chart-header">
|
||||
<p class="mini-label">Performance pulse</p>
|
||||
<span>Daily synced</span>
|
||||
</div>
|
||||
<div class="chart-bars" aria-hidden="true">
|
||||
<span style="--bar-size: 52%"></span>
|
||||
<span style="--bar-size: 68%"></span>
|
||||
<span style="--bar-size: 60%"></span>
|
||||
<span style="--bar-size: 82%"></span>
|
||||
<span style="--bar-size: 73%"></span>
|
||||
<span style="--bar-size: 95%"></span>
|
||||
<span style="--bar-size: 88%"></span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="trust-band reveal">
|
||||
<p>Built for retailers, hospitality groups, agencies, clinics, and modern service businesses.</p>
|
||||
</section>
|
||||
|
||||
<section class="metrics" id="results">
|
||||
<article class="metric-card reveal">
|
||||
<p class="mini-label">Reporting hours reclaimed</p>
|
||||
<strong class="counter" data-target="72">0</strong>
|
||||
<span>Average monthly manual work removed</span>
|
||||
</article>
|
||||
<article class="metric-card reveal">
|
||||
<p class="mini-label">Data sources unified</p>
|
||||
<strong class="counter" data-target="11">0</strong>
|
||||
<span>Finance, CRM, commerce, ads, ops, and payroll</span>
|
||||
</article>
|
||||
<article class="metric-card reveal">
|
||||
<p class="mini-label">Faster decision cycles</p>
|
||||
<strong class="counter" data-target="3">0</strong>
|
||||
<span>Days instead of weeks to answer critical questions</span>
|
||||
</article>
|
||||
</section>
|
||||
|
||||
<section class="platform section-grid" id="platform">
|
||||
<div class="section-copy reveal">
|
||||
<p class="eyebrow">The platform</p>
|
||||
<h2>One command center for revenue, margins, labor, cash flow, and demand.</h2>
|
||||
<p>
|
||||
Dataduck combines data plumbing, executive dashboards, and guided
|
||||
analysis into one operating layer. You get the clarity of an
|
||||
enterprise BI stack without hiring a data team to maintain it.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="feature-stack">
|
||||
<article class="feature-card reveal">
|
||||
<h3>Boardroom dashboards</h3>
|
||||
<p>
|
||||
Polished KPI views for owners and leadership, designed to answer
|
||||
what changed, why it changed, and what to do next.
|
||||
</p>
|
||||
</article>
|
||||
<article class="feature-card reveal">
|
||||
<h3>Managed integrations</h3>
|
||||
<p>
|
||||
We connect the systems small businesses actually use and keep the
|
||||
numbers reconciled as operations evolve.
|
||||
</p>
|
||||
</article>
|
||||
<article class="feature-card reveal">
|
||||
<h3>Forecasting that stays practical</h3>
|
||||
<p>
|
||||
Demand, staffing, and cash projections tuned for real planning,
|
||||
not academic models nobody trusts.
|
||||
</p>
|
||||
</article>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="services" id="services">
|
||||
<div class="section-copy reveal">
|
||||
<p class="eyebrow">White-glove delivery</p>
|
||||
<h2>We handle the heavy lift so your team can work from signal, not noise.</h2>
|
||||
</div>
|
||||
|
||||
<div class="service-grid">
|
||||
<article class="service-card reveal">
|
||||
<span>01</span>
|
||||
<h3>Audit and map</h3>
|
||||
<p>We inspect your data flow, identify blind spots, and define the metrics that actually run the business.</p>
|
||||
</article>
|
||||
<article class="service-card reveal">
|
||||
<span>02</span>
|
||||
<h3>Build and unify</h3>
|
||||
<p>We connect sources, model the business, and ship dashboards with premium presentation quality.</p>
|
||||
</article>
|
||||
<article class="service-card reveal">
|
||||
<span>03</span>
|
||||
<h3>Guide and refine</h3>
|
||||
<p>We stay close after launch, tighten assumptions, and expand the system as your operation matures.</p>
|
||||
</article>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="quote-strip reveal">
|
||||
<p>
|
||||
"Dataduck gave us the discipline of a larger company without slowing
|
||||
down the way we operate."
|
||||
</p>
|
||||
<span>COO, regional retail group</span>
|
||||
</section>
|
||||
|
||||
<section class="contact reveal" id="contact">
|
||||
<div class="contact-card">
|
||||
<div class="section-copy">
|
||||
<p class="eyebrow">Start here</p>
|
||||
<h2>Make your next operating review feel sharper than your last board deck.</h2>
|
||||
<p>
|
||||
If your business has outgrown spreadsheet firefighting, Dataduck
|
||||
can put a premium BI layer in place quickly.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<form class="contact-form">
|
||||
<label>
|
||||
Name
|
||||
<input type="text" placeholder="Alex Morgan" />
|
||||
</label>
|
||||
<label>
|
||||
Work email
|
||||
<input type="email" placeholder="alex@dataduck.co" />
|
||||
</label>
|
||||
<label>
|
||||
Company
|
||||
<input type="text" placeholder="Northline Foods" />
|
||||
</label>
|
||||
<label>
|
||||
What do you need visibility on?
|
||||
<textarea placeholder="Revenue mix, margin, labor, forecasting, or executive reporting."></textarea>
|
||||
</label>
|
||||
<button class="button button-primary" type="submit">Request a Private Demo</button>
|
||||
</form>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
</div>
|
||||
|
||||
<script src="script.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue