-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservices.html
More file actions
211 lines (197 loc) · 11.4 KB
/
services.html
File metadata and controls
211 lines (197 loc) · 11.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Xpose Market | Services & Pricing</title>
<meta name="description" content="Clear service packages for local businesses that want better websites, stronger branding, and practical marketing support." />
<script src="https://cdn.tailwindcss.com"></script>
<style>
:root {
--brand-blue: #003d6d;
--brand-orange: #f28c1c;
}
</style>
</head>
<body class="bg-white text-slate-800">
<header class="sticky top-0 z-50 border-b border-slate-200 bg-white/95 backdrop-blur">
<div class="mx-auto max-w-6xl px-4 py-3">
<div class="flex items-center justify-between gap-4">
<a href="index.html" class="flex items-center gap-2 select-none" aria-label="Xpose Market home">
<img src="ClearXlogo.png" alt="Xpose Market logo" class="h-10 w-10 object-contain shrink-0" />
<div class="leading-none">
<span class="text-[var(--brand-blue)] font-extrabold text-2xl tracking-tight">Xpose</span>
<span class="text-[var(--brand-orange)] font-extrabold text-2xl tracking-tight">Market</span>
</div>
</a>
<button id="navToggle" class="md:hidden inline-flex items-center justify-center rounded-md border border-slate-200 p-2" aria-expanded="false" aria-controls="primaryNav">
<span class="sr-only">Open main menu</span>
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2">
<path stroke-linecap="round" stroke-linejoin="round" d="M4 7h16M4 12h16M4 17h16" />
</svg>
</button>
<nav class="hidden md:block">
<ul class="flex items-center gap-6 text-[17px] font-medium">
<li><a href="index.html#services" class="hover:text-[var(--brand-blue)] transition-colors">Services</a></li>
<li><a href="index.html#process" class="hover:text-[var(--brand-blue)] transition-colors">Process</a></li>
<li><a href="index.html#proof" class="hover:text-[var(--brand-blue)] transition-colors">Proof</a></li>
<li><a href="index.html#contact" class="hover:text-[var(--brand-blue)] transition-colors">Get a quote</a></li>
</ul>
</nav>
</div>
<nav id="primaryNav" class="md:hidden hidden mt-3">
<ul class="space-y-2 text-[17px] font-medium">
<li><a href="index.html#services" class="block rounded px-2 py-2 hover:bg-slate-100">Services</a></li>
<li><a href="index.html#process" class="block rounded px-2 py-2 hover:bg-slate-100">Process</a></li>
<li><a href="index.html#proof" class="block rounded px-2 py-2 hover:bg-slate-100">Proof</a></li>
<li><a href="index.html#contact" class="block rounded px-2 py-2 hover:bg-slate-100">Get a quote</a></li>
</ul>
</nav>
</div>
</header>
<main>
<section class="bg-slate-50 px-4 py-16 text-center">
<div class="mx-auto max-w-3xl">
<p class="text-sm font-semibold uppercase tracking-[0.2em] text-[var(--brand-orange)]">Packages built for real use</p>
<h1 class="mt-3 text-4xl font-bold text-[var(--brand-blue)] sm:text-5xl">Services and pricing that make it easier to choose a next step</h1>
<p class="mt-4 text-lg text-slate-600">Straightforward packages for businesses that want a sharper site, cleaner branding, or promotional support without the guesswork.</p>
</div>
</section>
<section class="px-4 py-16">
<div class="mx-auto max-w-6xl">
<div class="mx-auto max-w-3xl text-center">
<h2 class="text-3xl font-bold text-[var(--brand-blue)]">Website Creation & Hosting</h2>
<p class="mt-3 text-slate-600">Choose the level of support that matches where your business is now.</p>
</div>
<div class="mt-12 grid gap-8 md:grid-cols-3">
<article class="rounded-2xl border border-slate-200 bg-white p-8 shadow-sm text-center">
<h3 class="text-xl font-bold">Starter</h3>
<p class="my-2 text-2xl font-extrabold">$175 setup + $40/mo</p>
<p class="text-sm text-slate-600">Best for businesses that need a clean starting point online.</p>
<ul class="mt-6 space-y-2 text-left text-sm text-slate-600">
<li>• Up to 2 pages</li>
<li>• Responsive design</li>
<li>• Basic SEO setup</li>
<li>• 2 edits per month</li>
<li>• 5–7 business day support window</li>
</ul>
<a href="index.html#contact" class="mt-6 inline-flex rounded-lg bg-[var(--brand-blue)] px-5 py-3 font-semibold text-white transition hover:brightness-110">Ask about Starter</a>
</article>
<article class="rounded-2xl border border-[var(--brand-blue)] bg-[var(--brand-blue)] p-8 text-center text-white shadow-lg shadow-slate-200/60">
<div class="inline-flex rounded-full bg-white/15 px-3 py-1 text-xs font-semibold uppercase tracking-[0.2em]">Most requested</div>
<h3 class="mt-4 text-xl font-bold">Professional</h3>
<p class="my-2 text-2xl font-extrabold">$250 setup + $60/mo</p>
<p class="text-sm text-white/90">Best value for small businesses that want a stronger presence and a better contact path.</p>
<ul class="mt-6 space-y-2 text-left text-sm text-white/90">
<li>• Up to 5 pages</li>
<li>• Custom domain included up to standard cost</li>
<li>• Enhanced SEO</li>
<li>• 5 edits per month</li>
<li>• 1 custom email address</li>
</ul>
<a href="index.html#contact" class="mt-6 inline-flex rounded-lg bg-white px-5 py-3 font-semibold text-[var(--brand-blue)] transition hover:bg-slate-100">Ask about Professional</a>
</article>
<article class="rounded-2xl border border-slate-200 bg-white p-8 shadow-sm text-center">
<h3 class="text-xl font-bold">Premium</h3>
<p class="my-2 text-2xl font-extrabold">$500 setup + $120/mo</p>
<p class="text-sm text-slate-600">For growing brands that need more pages, more updates, and faster support.</p>
<ul class="mt-6 space-y-2 text-left text-sm text-slate-600">
<li>• Up to 10 pages</li>
<li>• Advanced SEO + reporting</li>
<li>• Priority support</li>
<li>• 15 edits per month</li>
<li>• Up to 3 custom emails</li>
</ul>
<a href="index.html#contact" class="mt-6 inline-flex rounded-lg bg-[var(--brand-orange)] px-5 py-3 font-semibold text-white transition hover:brightness-110">Ask about Premium</a>
</article>
</div>
<p class="mt-6 text-center text-sm text-slate-500">Pricing notes: premium domains may cost extra at registrar price. All plans include responsive design and core performance best practices.</p>
</div>
</section>
<section class="bg-slate-50 px-4 py-16">
<div class="mx-auto max-w-6xl">
<div class="mx-auto max-w-3xl text-center">
<h2 class="text-3xl font-bold text-[var(--brand-blue)]">Logo Design Packages</h2>
<p class="mt-3 text-slate-600">Useful if your branding needs to look more finished before customers take you seriously online.</p>
</div>
<div class="mt-12 grid gap-6 md:grid-cols-3">
<div class="rounded-2xl border border-slate-200 bg-white p-6 text-center shadow-sm">
<h3 class="font-semibold">Basic</h3>
<p class="mt-2 text-2xl font-bold">$100</p>
<p class="mt-2 text-sm text-slate-600">1 concept • 2 revisions • PNG/SVG</p>
</div>
<div class="rounded-2xl border border-slate-200 bg-white p-6 text-center shadow-sm">
<h3 class="font-semibold">Advanced</h3>
<p class="mt-2 text-2xl font-bold">$200</p>
<p class="mt-2 text-sm text-slate-600">3 concepts • 5 revisions • PNG/SVG</p>
</div>
<div class="rounded-2xl border border-slate-200 bg-white p-6 text-center shadow-sm">
<h3 class="font-semibold">Brand Kit</h3>
<p class="mt-2 text-2xl font-bold">$350</p>
<p class="mt-2 text-sm text-slate-600">Final logo • social kit • mini brand guide</p>
</div>
</div>
</div>
</section>
<section class="px-4 py-16">
<div class="mx-auto max-w-6xl">
<div class="mx-auto max-w-3xl text-center">
<h2 class="text-3xl font-bold text-[var(--brand-blue)]">Advertisement Plans</h2>
<p class="mt-3 text-slate-600">Simple monthly support for businesses that want a steady stream of promotional creative.</p>
</div>
<div class="mt-12 grid gap-6 md:grid-cols-3">
<div class="rounded-2xl border border-slate-200 bg-white p-6 text-center shadow-sm">
<h3 class="font-semibold">Basic Ads</h3>
<p class="mt-2 text-2xl font-bold">$99/mo</p>
<ul class="mt-4 space-y-1 text-sm text-slate-600">
<li>4 designs/posts per month</li>
<li>1 platform</li>
<li>Standard turnaround</li>
</ul>
</div>
<div class="rounded-2xl border border-[var(--brand-blue)] bg-[var(--brand-blue)] p-6 text-center text-white shadow-lg shadow-slate-200/60">
<h3 class="font-semibold">Growth Ads</h3>
<p class="mt-2 text-2xl font-bold">$199/mo</p>
<ul class="mt-4 space-y-1 text-sm text-white/90">
<li>8 designs/posts per month</li>
<li>Up to 2 platforms</li>
<li>Faster turnaround</li>
</ul>
</div>
<div class="rounded-2xl border border-slate-200 bg-white p-6 text-center shadow-sm">
<h3 class="font-semibold">Premium Ads</h3>
<p class="mt-2 text-2xl font-bold">Custom</p>
<ul class="mt-4 space-y-1 text-sm text-slate-600">
<li>Campaign planning</li>
<li>Multi-platform support</li>
<li>Built around your goal</li>
</ul>
</div>
</div>
</div>
</section>
<section class="bg-slate-50 px-4 py-16">
<div class="mx-auto max-w-4xl rounded-3xl border border-slate-200 bg-white p-8 text-center shadow-sm">
<h2 class="text-3xl font-bold text-[var(--brand-blue)]">Need help choosing?</h2>
<p class="mt-3 text-slate-600">If you’re not sure what package fits, use the contact form and we’ll point you toward the simplest practical option.</p>
<a href="index.html#contact" class="mt-6 inline-flex rounded-lg bg-[var(--brand-orange)] px-6 py-3 font-semibold text-white transition hover:brightness-110">Request a free consultation</a>
</div>
</section>
</main>
<footer class="border-t border-slate-200 bg-slate-50 py-8 text-center text-sm text-slate-500">
© <span id="year"></span> Xpose Market. All rights reserved.
</footer>
<script>
document.getElementById('year').textContent = new Date().getFullYear();
const toggler = document.getElementById('navToggle');
const nav = document.getElementById('primaryNav');
if (toggler && nav) {
toggler.addEventListener('click', () => {
const isOpen = !nav.classList.contains('hidden');
nav.classList.toggle('hidden', isOpen);
toggler.setAttribute('aria-expanded', String(!isOpen));
});
}
</script>
</body>
</html>