mirror of
https://github.com/screentinker/screentinker.git
synced 2026-08-16 23:33:10 -06:00
feat: complete landing page updates (SwiftDisplay branding, sales contact, UI background match, hide free plans)
This commit is contained in:
parent
1cc440a0c6
commit
92a516917a
|
|
@ -6,7 +6,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<!-- Primary SEO -->
|
||||
<title>Open-Source Digital Signage CMS — Self-Hosted & Free | SwiftDisplay</title>
|
||||
<title>Open-Source Digital Signage CMS | SwiftDisplay</title>
|
||||
<meta name="description"
|
||||
content="Open-source, self-hostable digital signage CMS. Manage TVs, video walls, kiosks & schedules on Android, Raspberry Pi, Windows & any browser. Free plan — start today.">
|
||||
<meta name="keywords"
|
||||
|
|
@ -769,6 +769,23 @@
|
|||
<a href="#compare">Compare</a>
|
||||
<a href="/integrations/">Integrations</a>
|
||||
|
||||
<a href="/app#/login" class="btn btn-outline" style="margin-left:16px">Sign In</a>
|
||||
<a href="mailto:sales@swiftdisplay.pt" class="btn btn-primary" style="margin-left:8px"><span class="btn-full">Contact Sales</span><span class="btn-short">Sales</span></a>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<main>
|
||||
<!-- Hero -->
|
||||
<section class="hero">
|
||||
<div class="hero-badge"><i class="fa-solid fa-bolt" style="color:#fbbf24"></i> Open source · Enterprise grade digital signage</div>
|
||||
<h1>Open-Source Digital Signage<br>for <span>Any Screen</span></h1>
|
||||
<p>Professional <strong>digital signage software</strong> to manage TVs, video walls, and kiosks from
|
||||
anywhere. A complete <strong>digital signage CMS</strong> with remote control, scheduling, playlists, and
|
||||
analytics — <strong>self-host it</strong> on your own server or use our managed cloud.</p>
|
||||
<div class="hero-btns">
|
||||
<a href="mailto:sales@swiftdisplay.pt" class="btn btn-primary" style="padding:14px 28px;font-size:16px">Contact Sales for Demo</a>
|
||||
|
||||
<a href="#compare" class="btn btn-outline" style="padding:14px 28px;font-size:16px">See How We Compare</a>
|
||||
</div>
|
||||
</section>
|
||||
|
|
@ -1329,7 +1346,7 @@
|
|||
</div>
|
||||
<div
|
||||
style="max-width:1200px;margin:0 auto;padding:16px 24px 32px;border-top:1px solid var(--border);color:var(--dim);font-size:13px;text-align:center">
|
||||
© 2026 A project by goldencreative.pt. All rights reserved.
|
||||
© 2026 SwiftDisplay. All rights reserved.
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue