-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtextuneai.html
More file actions
597 lines (553 loc) · 22.6 KB
/
textuneai.html
File metadata and controls
597 lines (553 loc) · 22.6 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
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<title>Greetext Textune AI - Write Like a Champ</title>
<meta
content="Imagine composing emails, texts, and social media posts with just a few clicks. Textune AI takes the guesswork out of writing, empowering you to express yourself perfectly in any situation."
name="description"
/>
<meta content="" name="keywords" />
<link rel="canonical" href="https://greetextai.com/textuneai.html" />
<!-- Favicons -->
<link href="assets/img/tetune_favicon.png" rel="icon" />
<link href="assets/img/textune-apple-touch-icon.png" rel="apple-touch-icon" />
<!-- Open graph tags -->
<meta property="og:title" content="Greetext Textune AI - Write Like a Champ" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://greetextai.com/textuneai.html" />
<meta property="og:image" content="assets/img/hero-phone.png" />
<meta
property="og:description"
content="Imagine composing emails, texts, and social media posts with just a few clicks. Textune AI takes the guesswork out of writing, empowering you to express yourself perfectly in any situation."
/>
<meta property="og:site_name" content="Greetext Textune AI" />
<meta property="og:locale" content="en_US" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<!-- Twitter Card tags -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Greetext Textune AI - Write Like a Champ" />
<meta
name="twitter:description"
content="Imagine composing emails, texts, and social media posts with just a few clicks. Textune AI takes the guesswork out of writing, empowering you to express yourself perfectly in any situation."
/>
<meta name="twitter:image" content="assets/img/textune_hero.png" />
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Nunito:300,300i,400,400i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i"
rel="stylesheet"
/>
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet" />
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet" />
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet" />
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet" />
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet" />
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet" />
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-HZCVFLZTJ3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-HZCVFLZTJ3");
</script>
<script type="text/javascript">
window.smartlook ||
(function (d) {
var o = (smartlook = function () {
o.api.push(arguments);
}),
h = d.getElementsByTagName("head")[0];
var c = d.createElement("script");
o.api = new Array();
c.async = true;
c.type = "text/javascript";
c.charset = "utf-8";
c.src = "https://web-sdk.smartlook.com/recorder.js";
h.appendChild(c);
})(document);
smartlook("init", "4a1753c6c6d5c283f61de5ff875ad569db08de88", { region: "eu" });
</script>
<!-- =======================================================
* Template Name: FlexStart
* Updated: Jan 29 2024 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/flexstart-bootstrap-startup-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top">
<div class="header">
<div class="container-fluid container-xl d-flex align-items-center justify-content-between">
<a href="/textuneai.html" class="logo d-flex align-items-center">
<img src="assets/img/textune_logo_white.png" alt="Logo in white" />
</a>
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link scrollto" href="index.html">Greetext Wishes AI</a></li>
<li><a class="nav-link scrollto active" href="textuneai.html">Textune AI</a></li>
<li><a class="nav-link scrollto" href="cookai.html">CookAI</a></li>
<!-- <li><a class="nav-link scrollto" href="#benefits">Benefits</a></li>
<li><a class="nav-link scrollto" href="#features">Features</a></li> -->
<li><a class="nav-link scrollto" href="blog.html">Blog</a></li>
<!-- <li><a class="getstarted scrollto" href="#" onclick="downloadApp()">Download Now</a></li> -->
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav>
<!-- .navbar -->
</div>
</div>
<!-- <div id="floating-banner" class="d-none d-md-block">
<div class="container">
<div class="row justify-content-end" style="height: 0px;">
<div class="col-sm-2">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4433921005109890"
crossorigin="anonymous"></script>
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-4433921005109890"
data-adtest="on"
data-ad-slot="1150554585"
data-ad-format="auto"
data-full-width-responsive="true"></ins>
</div>
</div>
</div>
</div> -->
</header>
<!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="hero d-flex align-items-center">
<div class="container">
<div class="row">
<div class="col-lg-7 d-flex flex-column justify-content-center">
<h1 data-aos="fade-up">Tune your texting with the power of AI</h1>
<h2 data-aos="fade-up">
Imagine composing emails, texts, and social media posts with just a few clicks.
</h2>
<h2 data-aos="fade-up">
Textune AI takes the guesswork out of writing, empowering you to express yourself and tune
your sentences and words perfectly in any situation.
</h2>
<div class="row text-center text-lg-start" data-aos="fade-up">
<div class="col-lg-5">
<a
href="https://apps.apple.com/app/textune-ai/id6553989687?itsct=apps_box_badge&itscg=30200"
target="_blank"
rel="noopener noreferrer"
style="display: inline-block"
previewlistener="true"
><img src="assets/img/appstore.png" alt="Download on the App Store" />
</a>
</div>
<div class="col-lg-5">
<a
href="https://play.google.com/store/apps/details?id=com.cacaoapps.textune"
target="_blank"
rel="noopener noreferrer"
style="display: inline-block"
previewlistener="true"
><img src="assets/img/googleplay.png" alt="Download on the App Store" />
</a>
</div>
</div>
</div>
<div class="col-lg-5 hero-img" data-aos="zoom-out">
<img src="assets/img/textune_hero.webp" class="img-fluid" alt="Phone with Textune AI app" />
</div>
</div>
</div>
</section>
<!-- End Hero -->
<main id="main">
<!-- ======= Fixed Mobile Banner ======= -->
<div id="floating-banner" class="d-block d-md-none">
<div class="container">
<script
async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4433921005109890"
crossorigin="anonymous"
></script>
<!-- Side banner -->
<ins
class="adsbygoogle"
style="display: block"
data-ad-client="ca-pub-4433921005109890"
data-adtest="on"
data-ad-slot="1150554585"
data-ad-format="auto"
data-full-width-responsive="true"
></ins>
</div>
</div>
<!-- End Fixed Mobile Banner -->
<!-- ======= Benefits sections ======= -->
<section id="benefits" class="about">
<div class="container" data-aos="fade-up">
<div class="row gx-0">
<div class="col-lg-7 d-flex flex-column justify-content-center" data-aos="fade-up">
<div class="content">
<h2>Find Your Perfect Words and Tune: Textune AI to the Rescue!</h2>
<p>
Are you tired of staring blankly at your phone, mind as empty as your message box?
Fear not, for Textune AI is here to save the day! This magical app is your personal
word wizard, conjuring up brilliant sentences and paragraphs at the snap of a
finger. Whether you're crafting a heart-felt apology or a sassy social media
caption, Textune AI has got you covered. So ditch the awkward silence and let
Textune AI be your go-to wingman for every occasion.
</p>
<div class="text-center text-lg-start">
<a
href="#hero"
class="btn-filled d-inline-flex align-items-center justify-content-center align-self-center"
>
<span>Download Now</span>
<i class="bi bi-arrow-right"></i>
</a>
</div>
</div>
</div>
<div class="col-lg-5 d-flex align-items-center" data-aos="zoom-out">
<img src="assets/img/woman-texting.jpg" class="img-fluid" alt="A wondering woman" />
</div>
</div>
</div>
<div class="container" data-aos="fade-up">
<div class="row gx-0">
<div class="col-lg-7 d-flex flex-column justify-content-center" data-aos="fade-up">
<div class="content">
<h2>Say Goodbye to Typing Till Your Fingers Bleed: Textune AI Speeds Things Up</h2>
<p>
Who has time to type out an entire novel for a simple text? Not you, that's for
sure! Textune AI is the ultimate time-saver, transforming your thoughts into
polished prose in record time. From drafting emails to penning witty tweets, this
app cuts through the writing clutter, leaving you with more time for the important
things in life, like scrolling through cat videos.
</p>
<div class="text-center text-lg-start">
<a
href="#hero"
class="btn-filled d-inline-flex align-items-center justify-content-center align-self-center"
>
<span>Download Now</span>
<i class="bi bi-arrow-right"></i>
</a>
</div>
</div>
</div>
<div class="col-lg-5 d-flex align-items-center" data-aos="zoom-out">
<img src="assets/img/speedometer.jpg" class="img-fluid" alt="Partying people" />
</div>
</div>
</div>
<div class="container" data-aos="fade-up">
<div class="row gx-0">
<div class="col-lg-7 d-flex flex-column justify-content-center" data-aos="fade-up">
<div class="content">
<h2>Sound Smarter Than You Actually Are: Textune AI Levels Up Your Writing Game</h2>
<p>
Want to impress your boss with your impeccable email etiquette or wow your friends
with your razor-sharp wit? Textune AI can help you sound like a genius without
putting in the effort. This app is like having a personal writing coach, polishing
your prose and elevating your style. So say goodbye to boring, bland writing and
hello to captivating content that will leave everyone green with envy.
</p>
<div class="text-center text-lg-start">
<a
href="#hero"
class="btn-filled d-inline-flex align-items-center justify-content-center align-self-center"
>
<span>Download Now</span>
<i class="bi bi-arrow-right"></i>
</a>
</div>
</div>
</div>
<div class="col-lg-5 d-flex align-items-center" data-aos="zoom-out">
<img src="assets/img/smart.jpg" class="img-fluid" alt="Romantic couple" />
</div>
</div>
</div>
</section>
<!-- End About Section -->
<!-- ======= Features Section ======= -->
<section id="features" class="features">
<div class="container" data-aos="fade-up">
<!-- Feature Icons -->
<div class="row feature-icons" data-aos="fade-up">
<h3>Our Features</h3>
<div class="row">
<div class="col-xl-3 text-center" data-aos="fade-right" data-aos-delay="100">
<img
src="assets/img/features-3.png"
class="img-fluid p-4"
alt="A mobile phone with features"
style="max-width: 300px"
/>
</div>
<div class="col-xl-9 d-flex content">
<div class="row align-self-center gy-4">
<div class="col-md-6 icon-box" data-aos="fade-up">
<i class="bi bi-envelope-paper"></i>
<div>
<h4>Compose Like a Pro on Any Platform</h4>
<h5>
Have you ever felt your brain cells slowly disintegrating while staring
at a blank message screen? Textune AI swoops in like a superhero to save
the day! Whether you need to draft an email, a quick text, or a snazzy
social media post, our app is your trusty sidekick. No more fumbling for
words or second-guessing your punctuation. Textune AI is like having a
tiny, genius writer living in your phone, ready to transform your
thoughts into flawless prose at the touch of a button.
</h5>
</div>
</div>
<div class="col-md-6 icon-box" data-aos="fade-up" data-aos-delay="100">
<i class="bi bi-people"></i>
<div>
<h4>Speak to Your Audience Like a Mind Reader</h4>
<h5>
Ever sent a text to your boss that sounded more like it was meant for
your BFF? Awkward! Textune AI ensures your messages always hit the right
note by letting you select your audience. Whether it's a formal email to
your boss, a sweet note to your mom, or a hilarious meme caption for
your friends, Textune AI has you covered. You just choose the recipient,
and watch as Textune AI tailors your message with the precision of a
master tailor.
</h5>
</div>
</div>
<div class="col-md-6 icon-box" data-aos="fade-up" data-aos-delay="200">
<i class="bi bi-emoji-smile-upside-down"></i>
<div>
<h4>Master Any Tone with Ease</h4>
<h5>
Trying to sound funny but end up sounding like a robot attempting
stand-up comedy? Textune AI's got your back! Whether you need a
professional tone for work, a witty remark for your friends, or a
playful message for your partner, this app adapts to your needs. Think
of it as your personal tone coach, ensuring your messages always convey
exactly what you intend. Say goodbye to awkward misunderstandings and
hello to pitch-perfect communication.
</h5>
</div>
</div>
<div class="col-md-6 icon-box" data-aos="fade-up" data-aos-delay="300">
<i class="bi bi-rulers"></i>
<div>
<h4>Control the Length: From Snappy to Novel-Worthy</h4>
<h5>
Do you have a habit of turning text messages into mini-novels? Or maybe
your emails are so brief they could be mistaken for tweets? With Textune
AI, you can easily control the length of your messages. Whether you need
a concise, punchy text or a detailed, comprehensive email, just set your
desired length, and let Textune AI work its magic. No more TL;DRs or
misunderstandings due to overly brief messages – just perfectly balanced
communication every time.
</h5>
</div>
</div>
<div class="col-md-6 icon-box" data-aos="fade-up" data-aos-delay="400">
<i class="bi bi-share"></i>
<div>
<h4>Share Like a Social Media Guru</h4>
<h5>
Crafting the perfect message is just half the battle; sharing it
seamlessly is the other half. Textune AI makes it ridiculously easy to
share your masterpiece. With just a tap, you can send your text to your
email app, messaging platform, or favorite social media network. It's
like having a magical copy-paste wand that makes sharing your words as
smooth as spreading butter on toast. Say goodbye to clunky copy-pasting
and hello to effortless sharing!
</h5>
</div>
</div>
<div class="col-md-6 icon-box" data-aos="fade-up" data-aos-delay="500">
<i class="bi bi-sliders2"></i>
<div>
<h4>Refine and Shine: Upgrade Your Existing Texts</h4>
<h5>
Already written something but it feels a bit off? Fear not! Textune AI
can polish your existing texts to perfection. Simply paste your draft
into the app, and let it work its magic. Whether you need to improve
clarity, tweak the tone, or just make it sound more impressive, Textune
AI is your go-to text doctor. It's like having a professional editor on
standby, ready to elevate your writing from "meh" to "magnificent" with
a single click.
</h5>
</div>
</div>
</div>
</div>
<div class="text-center text-lg-center" data-aos="fade-up" data-aos-delay="600">
<a
href="#hero"
class="btn-filled d-inline-flex align-items-center justify-content-center align-self-center"
>
<span>Download Now</span>
<i class="bi bi-arrow-right"></i>
</a>
</div>
</div>
</div>
<!-- End Feature Icons -->
</div>
</section>
<!-- End Features Section -->
<!-- ======= Screenshots Section ======= -->
<section id="values" class="values">
<div class="container" data-aos="fade-up">
<header class="section-header">
<h2>App Screenshots</h2>
</header>
<div class="row">
<div class="col-lg-3" data-aos="fade-up" data-aos-delay="100">
<div class="box">
<a
href="assets/img/textune/1.jpg"
data-gallery="portfolioGallery"
class="portfokio-lightbox"
>
<img
src="assets/img/textune/1.jpg"
class="img-fluid"
alt="Write in your own words"
/>
</a>
</div>
</div>
<div class="col-lg-3" data-aos="fade-up" data-aos-delay="200">
<div class="box">
<a
href="assets/img/textune/2.jpg"
data-gallery="portfolioGallery"
class="portfokio-lightbox"
>
<img src="assets/img/textune/2.jpg" class="img-fluid" alt="What's it for?" />
</a>
</div>
</div>
<div class="col-lg-3" data-aos="fade-up" data-aos-delay="300">
<div class="box">
<a
href="assets/img/textune/3.jpg"
data-gallery="portfolioGallery"
class="portfokio-lightbox"
>
<img src="assets/img/textune/3.jpg" class="img-fluid" alt="To whom?" />
</a>
</div>
</div>
<div class="col-lg-3" data-aos="fade-up" data-aos-delay="400">
<div class="box">
<a
href="assets/img/textune/4.jpg"
data-gallery="portfolioGallery"
class="portfokio-lightbox"
>
<img src="assets/img/textune/4.jpg" class="img-fluid" alt="Tone of voice" />
</a>
</div>
</div>
</div>
</div>
<br />
<div class="text-center text-lg-center" data-aos="fade-up" data-aos-delay="500">
<a
href="#hero"
class="btn-filled d-inline-flex align-items-center justify-content-center align-self-center"
>
<span>Download Now</span>
<i class="bi bi-arrow-right"></i>
</a>
</div>
</section>
<!-- End Screenshots Section -->
</main>
<!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer" class="footer">
<script
async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4433921005109890"
crossorigin="anonymous"
></script>
<!-- banner -->
<ins
class="adsbygoogle"
style="display: block"
data-ad-client="ca-pub-4433921005109890"
data-ad-slot="5897028545"
data-ad-format="auto"
data-full-width-responsive="true"
></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<div class="container">
<div class="copyright">
<div>
<a href="terms.html">Terms & Conditions</a>
</div>
<div>
<a href="privacy.html">Privacy Policy</a>
</div>
<div>
<a href="mailto:support@greetextai.com" target="_blank">Contact Us</a>
</div>
© Copyright 2025 <strong><span>Greetext AI</span></strong
>. All Rights Reserved
</div>
<div class="credits">
<!-- All the links in the footer should remain intact. -->
<!-- You can delete the links only if you purchased the pro version. -->
<!-- Licensing information: https://bootstrapmade.com/license/ -->
<!-- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/flexstart-bootstrap-startup-template/ -->
Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a>
</div>
</div>
</footer>
<!-- End Footer -->
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"
><i class="bi bi-arrow-up-short"></i
></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/purecounter/purecounter_vanilla.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
<script src="assets/js/utils.js"></script>
<!-- Cookie Banner -->
<div id="cb-cookie-banner" class="alert alert-dark text-center mb-0" role="alert">
<p>
<strong>This website uses cookies</strong>
</p>
<p>
We use cookies to analyze our traffic and to allow the best experience possible. By clicking "I Accept",
you agree to our use of cookies and our privacy policy.
<a href="https://www.cookiesandyou.com/" target="_blank">Learn more</a>
</p>
<p>
<button type="button" class="btn btn-primary btn-sm" onclick="window.cb_hideCookieBanner()">
I Accept
</button>
</p>
</div>
<script src="assets/js/cookies.js"></script>
<!-- End of Cookie Banner -->
</body>
</html>