<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Transvative | Digital Products & Global IT Services</title>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap" rel="stylesheet">
<style>
body {
font-family: 'Inter', sans-serif;
margin: 0;
background: #0d0d0d;
color: #ffffff;
}
section {
padding: 80px 12%;
}
h1, h2 {
font-weight: 500;
}
p {
color: #cfcfcf;
max-width: 720px;
line-height: 1.7;
}
.hero {
min-height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
}
button {
margin-top: 30px;
padding: 14px 28px;
background: #ffffff;
color: #000;
border: none;
font-weight: 500;
cursor: pointer;
}
.services, .resources {
display: grid;
gap: 12px;
}
footer {
padding: 40px 12%;
border-top: 1px solid #222;
color: #888;
}
</style>
</head>
<body>
<section class="hero">
<h1>Transvative</h1>
<h2>Digital Products. Global IT Services. Trusted Talent.</h2>
<p>We build, scale, and support digital businesses worldwide — delivering technology, teams, and solutions from Lahore, Pakistan to the globe.</p>
<button>Get in Touch</button>
</section>
<section>
<h2>Who We Are</h2>
<p>Transvative is a digital services company providing end-to-end IT solutions and high-quality remote resources to companies worldwide.</p>
</section>
<section>
<h2>What We Do</h2>
<div class="services">
<p>• Custom Software & Digital Product Development</p>
<p>• Web & Mobile Applications</p>
<p>• IT Consulting & Support</p>
<p>• Digital Marketing Solutions</p>
<p>• Business Process & Technical Support</p>
</div>
</section>
<section>
<h2>Dedicated Remote Talent</h2>
<div class="resources">
<p>• Software Developers</p>
<p>• Digital Marketers</p>
<p>• Customer Support Staff</p>
<p>• Technical & Operations Resources</p>
</div>
</section>
<section>
<h2>Global Presence</h2>
<p>Operating globally with delivery from Lahore, Pakistan — we partner with startups, agencies, and enterprises across multiple regions.</p>
</section>
<footer>
<p>Lahore, Pakistan • Serving Clients Worldwide</p>
</footer>
</body>
</html>