-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
310 lines (287 loc) · 16.2 KB
/
Copy pathindex.html
File metadata and controls
310 lines (287 loc) · 16.2 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
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>48h Creative Test Pack — AI-Powered Ad Creatives for DTC Brands</title>
<meta name="google-site-verification" content="sg4RkZWuNTNtaxV--sjNFET9g7RWsPvSRBRz8I4vwJc" />
<meta name="description" content="Get 5-10 scroll-stopping ad creatives for your DTC brand in 48 hours. AI-powered, human-refined. Starting at $199.">
<style>
:root { --primary: #4f46e5; --primary-hover: #4338ca; --bg: #0a0a0a; --surface: #151515; --text: #f5f5f5; --muted: #888; }
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background: var(--bg); color: var(--text); line-height: 1.6; }
/* Hero */
.hero { text-align: center; padding: 80px 20px 60px; max-width: 800px; margin: 0 auto; }
.hero .badge { display: inline-block; background: rgba(79,70,229,0.15); color: var(--primary); padding: 6px 16px; border-radius: 20px; font-size: 0.85rem; font-weight: 600; margin-bottom: 24px; }
.hero h1 { font-size: 3rem; font-weight: 800; line-height: 1.15; margin-bottom: 20px; }
.hero h1 span { background: linear-gradient(135deg, #818cf8, #c084fc); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.hero p { font-size: 1.2rem; color: var(--muted); max-width: 600px; margin: 0 auto 32px; }
.btn { display: inline-block; background: var(--primary); color: #fff; padding: 16px 36px; border-radius: 10px; text-decoration: none; font-weight: 700; font-size: 1.1rem; transition: all 0.2s; }
.btn:hover { background: var(--primary-hover); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(79,70,229,0.3); }
.btn-secondary { background: transparent; border: 2px solid #333; color: var(--text); margin-left: 12px; }
.btn-secondary:hover { border-color: var(--primary); background: transparent; }
.hero-price { margin-top: 16px; font-size: 0.9rem; color: var(--muted); }
/* How It Works */
.section { padding: 80px 20px; max-width: 1100px; margin: 0 auto; }
.section h2 { font-size: 2rem; font-weight: 700; text-align: center; margin-bottom: 48px; }
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 32px; }
.step { background: var(--surface); padding: 32px; border-radius: 16px; text-align: center; }
.step .num { font-size: 2.5rem; font-weight: 800; background: linear-gradient(135deg, #818cf8, #c084fc); -webkit-background-clip: text; -webkit-text-fill-color: transparent; margin-bottom: 12px; }
.step h3 { font-size: 1.2rem; margin-bottom: 8px; }
.step p { color: var(--muted); font-size: 0.95rem; }
/* Portfolio */
.portfolio-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.portfolio-card { background: var(--surface); border-radius: 16px; overflow: hidden; transition: transform 0.2s; }
.portfolio-card:hover { transform: translateY(-4px); }
.portfolio-card img { width: 100%; height: 400px; object-fit: cover; }
.portfolio-card .label { padding: 16px; }
.portfolio-card h4 { font-size: 1rem; }
.portfolio-card .tag { font-size: 0.8rem; color: var(--muted); }
/* Pricing */
.pricing { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; max-width: 700px; margin: 0 auto; }
.price-card { background: var(--surface); border-radius: 16px; padding: 40px 32px; text-align: center; position: relative; }
.price-card.featured { border: 2px solid var(--primary); }
.price-card .plan { font-size: 0.9rem; color: var(--muted); text-transform: uppercase; letter-spacing: 2px; margin-bottom: 16px; }
.price-card .amount { font-size: 3rem; font-weight: 800; margin-bottom: 8px; }
.price-card .desc { color: var(--muted); font-size: 0.9rem; margin-bottom: 24px; }
.price-card ul { list-style: none; text-align: left; margin-bottom: 32px; }
.price-card li { padding: 8px 0; font-size: 0.95rem; }
.price-card li::before { content: "✓ "; color: #22c55e; font-weight: 700; }
/* Testimonials placeholder */
.social-proof { text-align: center; padding: 60px 20px; }
.social-proof p { font-size: 1.1rem; color: var(--muted); font-style: italic; }
/* FAQ */
.faq { max-width: 700px; margin: 0 auto; }
.faq-item { background: var(--surface); border-radius: 12px; padding: 24px; margin-bottom: 12px; }
.faq-item h4 { font-size: 1.05rem; margin-bottom: 8px; }
.faq-item p { color: var(--muted); font-size: 0.9rem; }
/* Footer */
.footer { text-align: center; padding: 48px 20px; border-top: 1px solid #222; }
.footer p { color: var(--muted); font-size: 0.85rem; }
/* CTA banner */
.cta-banner { text-align: center; padding: 80px 20px; background: linear-gradient(135deg, rgba(79,70,229,0.1), rgba(192,132,252,0.1)); border-radius: 24px; margin: 40px 20px; max-width: 1060px; margin-left: auto; margin-right: auto; }
.cta-banner h2 { font-size: 2.2rem; margin-bottom: 16px; }
.cta-banner p { color: var(--muted); margin-bottom: 28px; font-size: 1.1rem; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.cta-actions .btn { min-width: 220px; text-align: center; }
.hero-links { margin-top: 14px; font-size: 0.95rem; }
.hero-links a { color: #667eea; text-decoration: none; }
.hero-links a:hover { text-decoration: underline; }
@media (max-width: 640px) {
.hero { padding: 64px 16px 48px; }
.cta-actions .btn { width: 100%; }
}
</style>
</head>
<body>
<!-- Hero -->
<section class="hero">
<div class="badge">⚡ 48-Hour Turnaround</div>
<h1>Scroll-Stopping Ad Creatives <span>Powered by AI</span></h1>
<p>Get 5–10 high-converting ad creatives for your DTC brand. Tailored to your aesthetic. Delivered in 48 hours. No subscriptions, no fluff.</p>
<div class="cta-actions">
<a href="https://buy.stripe.com/5kQ8wIc0JdtVgvAfZbcAo00" class="btn">Buy $199 Creative Test Pack</a>
<a href="https://calendly.com/REPLACE_ME/15min?utm_source=website&utm_medium=cta&utm_campaign=creative-test-pack" class="btn btn-secondary">Book a 15‑min call</a>
</div>
<div class="hero-price">One-time payment · No commitment · Money-back guarantee</div>
<div class="hero-links"><a href="tiktok-sprint/?utm_source=index&utm_medium=cta&utm_campaign=tiktok-shop-creative-sprint&utm_content=hero-link">See TikTok Shop Sprint →</a></div>
</section>
<!-- How It Works -->
<section class="section">
<h2>How It Works</h2>
<div class="steps">
<div class="step">
<div class="num">01</div>
<h3>Share Your Brand</h3>
<p>Send us your website, brand guidelines, and any existing ads. We study your aesthetic in detail.</p>
</div>
<div class="step">
<div class="num">02</div>
<h3>AI + Human Craft</h3>
<p>Our AI generates dozens of concepts. A human creative director selects and refines the best ones.</p>
</div>
<div class="step">
<div class="num">03</div>
<h3>Get Your Creatives</h3>
<p>Receive 5–10 ready-to-run ad creatives in 48 hours. Sized for Meta, TikTok, and Instagram.</p>
</div>
</div>
</section>
<!-- Portfolio Samples -->
<section class="section">
<h2>Sample Work</h2>
<div class="portfolio-grid">
<div class="portfolio-card">
<img src="portfolio-golde-feed.png" alt="Golde superfood wellness ad — feed">
<div class="label"><h4>Golde — Superfood Wellness</h4><span class="tag">Instagram Feed</span></div>
</div>
<div class="portfolio-card">
<img src="portfolio-cuts-feed.png" alt="Cuts Clothing premium menswear ad — feed">
<div class="label"><h4>Cuts — Premium Menswear</h4><span class="tag">Instagram Feed</span></div>
</div>
<div class="portfolio-card">
<img src="portfolio-jonesroad-feed.png" alt="Jones Road Beauty clean beauty ad — feed">
<div class="label"><h4>Jones Road — Clean Beauty</h4><span class="tag">Instagram Feed</span></div>
</div>
<div class="portfolio-card">
<img src="portfolio-athena-feed.png" alt="Athena Club personal care ad — feed">
<div class="label"><h4>Athena Club — Personal Care</h4><span class="tag">Instagram Feed</span></div>
</div>
<div class="portfolio-card">
<img src="portfolio-kaged-feed.png" alt="Kaged sports nutrition ad — feed">
<div class="label"><h4>Kaged — Sports Nutrition</h4><span class="tag">Instagram Feed</span></div>
</div>
</div>
<p style="text-align:center;margin-top:24px"><a href="portfolio.html" style="color:#667eea;font-size:1rem">View full portfolio with Story + Feed formats →</a></p>
</section>
<!-- Pricing -->
<section class="section">
<h2>Plans for Every Stage</h2>
<div class="pricing" style="max-width:1100px; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));">
<div class="price-card featured">
<div class="plan">🟢 Pilot</div>
<div class="amount">$199</div>
<div class="desc">Test the waters — one-time</div>
<ul>
<li>5 ad creatives</li>
<li>3 formats (story, feed, carousel)</li>
<li>48-hour delivery</li>
<li>1 round of revisions</li>
<li>Full commercial rights</li>
</ul>
<a href="https://buy.stripe.com/5kQ8wIc0JdtVgvAfZbcAo00" class="btn" style="width:100%;text-align:center;">Get Started</a>
</div>
<div class="price-card">
<div class="plan">🔵 Sprint</div>
<div class="amount">$499<span style="font-size:1rem;font-weight:400;color:var(--muted)">/mo</span></div>
<div class="desc">Steady creative supply</div>
<ul>
<li>15 ad creatives/month</li>
<li>A/B test recommendations</li>
<li>5-day turnaround per batch</li>
<li>1 revision round</li>
<li>All major ad sizes</li>
</ul>
<a href="https://buy.stripe.com/14A8wI5Cl2Pha7c8wJcAo01" class="btn" style="width:100%;text-align:center;">Subscribe — $499/mo</a>
</div>
<div class="price-card">
<div class="plan">🟣 Growth</div>
<div class="amount">$1,500<span style="font-size:1rem;font-weight:400;color:var(--muted)">/mo</span></div>
<div class="desc">Your creative department</div>
<ul>
<li>40 ad creatives/month</li>
<li>Performance analysis</li>
<li>Trend-based angle recs</li>
<li>2 revision rounds</li>
<li>Priority 3-day turnaround</li>
</ul>
<a href="https://buy.stripe.com/4gMbIU7Kt89B4MS7sFcAo02" class="btn" style="width:100%;text-align:center;">Subscribe — $1,500/mo</a>
</div>
<div class="price-card">
<div class="plan">🟡 Partner</div>
<div class="amount">$3,500<span style="font-size:1rem;font-weight:400;color:var(--muted)">/mo</span></div>
<div class="desc">Full creative function, outsourced</div>
<ul>
<li>Unlimited creatives (~80/mo)</li>
<li>Dedicated creative strategist</li>
<li>Weekly performance reviews</li>
<li>Competitor creative audits</li>
<li>Multi-platform (Meta, TikTok, Pinterest, Google)</li>
</ul>
<a href="mailto:merceraline261@gmail.com?subject=Creative%20Partner%20Plan" class="btn btn-secondary" style="width:100%;text-align:center;">Let's Talk</a>
</div>
</div>
</section>
<!-- Additional Services -->
<section class="section">
<h2>Additional Services</h2>
<div class="pricing" style="max-width:1100px; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));">
<!-- Service 1: Email Personalization -->
<div class="price-card">
<div class="plan">📧 Email Personalization</div>
<div class="amount">$2K<span style="font-size:1rem;font-weight:400;color:var(--muted)"> + $1K/mo</span></div>
<div class="desc">AI-powered email personalization for Klaviyo/Mailchimp</div>
<ul>
<li>15-30% lift in open rates</li>
<li>20-40% lift in CTR</li>
<li>10-25% email revenue increase</li>
<li>Saves 5-10 hours/month</li>
<li>Real-time behavioral targeting</li>
</ul>
<a href="mailto:merceraline261@gmail.com?subject=Email%20Personalization%20Free%20Audit" class="btn btn-secondary" style="width:100%;text-align:center;">Book Free Audit</a>
</div>
<!-- Service 2: Product Descriptions -->
<div class="price-card">
<div class="plan">✍️ Product Descriptions</div>
<div class="amount">$1.5K<span style="font-size:1rem;font-weight:400;color:var(--muted)">/100 SKUs</span></div>
<div class="desc">SEO-optimized product copy at scale</div>
<ul>
<li>100 SKUs in 48 hours</li>
<li>SEO-optimized titles & descriptions</li>
<li>Conversion-focused benefits</li>
<li>Consistent brand voice</li>
<li>Full commercial rights</li>
</ul>
<a href="#product-samples" class="btn btn-secondary" style="width:100%;text-align:center;">See Samples</a>
</div>
</div>
</section>
<!-- Product Description Samples -->
<section class="section" id="product-samples">
<h2>Sample Product Descriptions</h2>
<div class="faq">
<div class="faq-item">
<h4>Premium Grass-Fed Collagen Peptides Powder <span style="color:#667eea;font-size:0.85rem">Supplements</span></h4>
<p>Transform your skin, hair, and joints with pure grass-fed collagen peptides. Our unflavored, highly bioavailable formula dissolves instantly in any beverage, delivering 20g of Types I & III collagen per scoop for maximum absorption and results.</p>
</div>
<div class="faq-item">
<h4>Brightening Vitamin C Serum - 20% L-Ascorbic Acid <span style="color:#667eea;font-size:0.85rem">Skincare</span></h4>
<p>Reveal luminous, even-toned skin with our dermatologist-formulated vitamin C serum. Powered by 20% stabilized L-Ascorbic Acid and ferulic acid, this lightweight formula fades dark spots, boosts collagen production, and protects against environmental damage for visibly brighter, firmer skin.</p>
</div>
<div class="faq-item">
<h4>Luxury Bamboo Bed Sheets - Queen Size Cooling Set <span style="color:#667eea;font-size:0.85rem">Home Goods</span></h4>
<p>Experience hotel-quality sleep every night with our ultra-soft bamboo bed sheets. Naturally moisture-wicking and temperature-regulating, these silky-smooth sheets stay cool in summer and cozy in winter while being hypoallergenic and eco-friendly.</p>
</div>
</div>
<p style="text-align:center;margin-top:24px"><a href="mailto:merceraline261@gmail.com?subject=Product%20Description%20Quote" style="color:#667eea;font-size:1.1rem">Get a quote for your catalog →</a></p>
</section>
<!-- FAQ -->
<section class="section">
<h2>FAQ</h2>
<div class="faq">
<div class="faq-item">
<h4>What do I get exactly?</h4>
<p>You'll receive high-resolution ad creative images sized for Meta (Facebook/Instagram), TikTok, and Stories. Each creative is custom-designed to match your brand's visual identity.</p>
</div>
<div class="faq-item">
<h4>How is this different from a design agency?</h4>
<p>We combine AI generation with human curation — meaning we can explore 10x more creative directions in less time, at a fraction of the cost. You get more variety, faster.</p>
</div>
<div class="faq-item">
<h4>What if I don't like the results?</h4>
<p>We include revision rounds in every package. If you're still not happy, we offer a full refund — no questions asked.</p>
</div>
<div class="faq-item">
<h4>Can I use these in paid ads?</h4>
<p>Yes! You get full commercial rights to all creatives. Run them on any platform — Meta, TikTok, Google, Pinterest, wherever you advertise.</p>
</div>
<div class="faq-item">
<h4>Do you offer ongoing plans?</h4>
<p>Yes! We offer Sprint ($499/mo), Growth ($1,500/mo), and Partner ($3,500/mo) plans. Most brands start with a $199 Pilot and upgrade after seeing results.</p>
</div>
</div>
</section>
<!-- Final CTA -->
<div class="cta-banner">
<h2>Ready to level up your ad creative?</h2>
<p>48 hours. 5–10 creatives. $199. Zero risk.</p>
<div class="cta-actions">
<a href="https://buy.stripe.com/5kQ8wIc0JdtVgvAfZbcAo00" class="btn">Buy $199 Creative Test Pack</a>
<a href="https://calendly.com/REPLACE_ME/15min?utm_source=website&utm_medium=cta&utm_campaign=creative-test-pack" class="btn btn-secondary">Book a 15‑min call</a>
</div>
</div>
<footer class="footer">
<p>© 2026 Tutuo, Inc. · <a href="mailto:merceraline261@gmail.com" style="color:#888;">merceraline261@gmail.com</a></p>
</footer>
</body>
</html>