SaaS Lander Premium
A glassmorphism landing page template with animated sections for modern SaaS startups.
copypromt.com/demo/evden-eve-nakliyatLIVE00:00:00
01/08
Try this page live ↗
Download Free →
A site built to make moving companies phones ring: live price calculator, WhatsApp bar, city service pages, animated route scene. 9 pages, zero dependencies, launch in 1 day.
Trust is the best salesman: download the theme, feel the code quality in your own hands. If you like it, our premium themes and production-grade PHP software live on the same quality bar — all at one flat price, same download panel.
The theme's real homepage lives in the window below. As you scroll, the homepage takes you on a tour, revealing sections one by one. When you click the window, controls come to you — menus, hovers, everything is live.
Every page is individually designed. Clicking on the cards opens that page in a protected preview.
The actual file structure of the package — when you purchase, the entire package belongs to you.
The examples below are taken directly from the files in the package — no negotiation, no show-off.
<!DOCTYPE html>
<html lang="tr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Nakliyo — Evden Eve Nakliyat | 81 İlde Sigortalı, Sabit Fiyat Garantili Taşınma</title>
<meta name="description" content="Evden eve nakliyatta yeni standart: free ekspertiz, sabit fiyat garantisi, tam eşya sigortası and anahtar teslim taşınma. 81 ilde 12.400+ hane Nakliyo'yu seçti.">
<meta name="keywords" content="evden eve nakliyat, nakliyat firmaları, evden eve nakliyat fiyatları, şehirler arası nakliyat, taşınma şirketleri">
<link rel="canonical" href="https://nakliyo.example/index.html">
<meta property="og:type" content="website">
<meta property="og:title" content="Nakliyo — Evden Eve Nakliyat | 81 İlde Sigortalı Taşınma">
<meta property="og:description" content="Ücretsiz ekspertiz, sabit fiyat garantisi, tam sigorta. 12.400+ hane taşındı, memnuniyet %98,2.">
<meta property="og:locale" content="tr_TR">
<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=Anton&family=Inter:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect width='100' height='100' rx='20' fill='%23FF4D00'/><path d='M22 62h34V38H22zm36-10h12l8 8v10H58z' fill='none' stroke='white' stroke-width='5' stroke-linejoin='round'/><circle cx='32' cy='66' r='5' fill='white'/><circle cx='66' cy='66' r='5' fill='white'/></svg>">
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"MovingCompany","name":"Nakliyo","telephone":"+908508402210","address":{"@type":"PostalAddress","streetAddress":"Barbaros Mah. Begonya Sk. No: 9","addressLocality":"Ataşehir","addressRegion":"İstanbul","addressCountry":"TR"},"areaServed":"Typekiye","aggregateRating":{"@type":"AggregateRating","ratingValue":"4.9","reviewCount":"2140"}}
</script>
</head>
<body>
<div class="topbar">
<div class="wrap">
<div class="tb">
<span class="tb-item"><svg width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.4" stroke-linecap="round"><circle cx="12" cy="12" r="9"/><path d="M12 7v5l3 2"/></svg> HAFTA İÇİ 08:00–20:00 · CMT 09:00–18:00</span>
<span class="tb-item tb-hide">81 İLDE SİGORTALI TAŞIMA</span>
</div>
<div class="tb">
<span class="tb-item tb-hide">SABİT FİYAT GARANTİSİ</span>
<a class="tb-item" href="tel:+908508402210">0850 840 22 10</a>
</div>
NAKLİYO — Evden Eve Nakliyat HTML Teması v2.0 "FREIGHT"
Endüstriyel-editoryal: mürekkep siyahı + kâğıt + sinyal turuncusu
Anton (display) · Inter (gövde) · IBM Plex Mono (etiket/sayı)
Sıfır harici görsel bağımlılığı — tüm görseller inline SVG
============================================================ */
:root{
--ink:#0B0C0E;
--ink-2:#16181C;
--ink-3:#22252B;
--paper:#F4F3EF;
--paper-2:#EAE8E2;
--line:rgba(11,12,14,.14);
--line-2:rgba(11,12,14,.07);
--line-inv:rgba(244,243,239,.16);
--orange:#FF4D00;
--orange-2:#E64500;
--blue:#1B2CF0;
--ok:#12B76A;
--mut:#5D6167;
--mut-inv:rgba(244,243,239,.62);
--white:#fff;
--disp:'Anton',Impact,'Arial Narrow',sans-serif;
--sans:'Inter',system-ui,-apple-system,'Segoe UI',Roboto,Arial,sans-serif;
--mono:'IBM Plex Mono',ui-monospace,'SF Mono',Menlo,Consolas,monospace;
--ease:cubic-bezier(.22,.61,.36,1);
--snap:cubic-bezier(.3,1.26,.36,1);
--wrap:1240px;
}
NAKLİYO v2.0 — main.js
Nav · reveal · sayaç · marquee yok (CSS) · otoyol hız sahnesi ·
hesaplayıcı · accordion · scrollspy · galeri filtre · WhatsApp
RM (prefers-reduced-motion): içerik akışı asla durmaz — yalnız
dekoratif hareket kısılır. JS'siz/robot: her şey görünür.
============================================================ */
(function () {
'use strict';
document.documentElement.classList.add('js');
var RM = window.matchMedia('(prefers-reduced-motion: reduce)').matches;
var $ = function (s, c) { return (c || document).querySelector(s); };
var $$ = function (s, c) { return Array.prototype.slice.call((c || document).querySelectorAll(s)); };
/* ---------- mobil menü ---------- */
var burger = $('#burger'), mnav = $('#mnav');
if (burger && mnav) {
burger.addEventListener('click', function () {
var open = mnav.classList.toggle('open');
burger.classList.toggle('x', open);
burger.setAttribute('aria-label', open ? 'Menuyü kapat' : 'Open menu');
});
}
/* ---------- reveal ---------- */
var rvs = $$('.rv');
You may use the complete source code in a single project for an unlimited time; lifetime updates and 10 downloads per license are included. Contact us for client work and resale.
Code is kept on our protected servers; once your payment is approved, your license key appears on your order page and you download the entire package instantly. Code cannot be copied during the preview.
When a new version is released, you will reach the latest version from the same download link without changing your license key. If you are subscribed to our newsletter, the release notes will be sent to your email.
You can use the source code in your own projects, portfolio, or company website indefinitely. For reselling or multi-use in client projects, you can request a special offer.
Single-priced packages, prepared with the same quality philosophy — each is browsable in its showcase.
A glassmorphism landing page template with animated sections for modern SaaS startups.

copypromt.com/demo/copy-promt-sikayetLIVE00:00:0001/04HomePlatform overview and featured complaintsTry this page live ↗Purchase → HTML THEME
A ready-made HTML theme for complaint platforms: complaint form, brand responvoice, resolution tracking, and an SEO-friendly page structure.

copypromt.com/demo/uifolio-proLIVE00:00:0001/04 HTML THEME
A dark-themed designer portfolio with a project showcase: case studies, process storytelling, and a contact section; 5 language variants.