86 lines
3.5 KiB
HTML
86 lines
3.5 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="UTF-8" />
|
||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||
|
||
<title>
|
||
|
||
ARIA OS: Automate Your Content by 80% / Valorant Digital
|
||
|
||
</title>
|
||
|
||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootswatch@5.3.2/dist/lux/bootstrap.min.css">
|
||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">
|
||
<style>
|
||
body {
|
||
display: flex;
|
||
flex-direction: column;
|
||
min-height: 100vh; /* This ensures the body takes at least the full height of the viewport */
|
||
}
|
||
.hero {
|
||
padding: 100px 0;
|
||
text-align: center;
|
||
background: linear-gradient(rgba(18, 18, 18, 0.9), rgba(18, 18, 18, 0.9)), url('valorantdigital.png') no-repeat center center;
|
||
background-size: cover;
|
||
color: white;
|
||
}
|
||
.hero h1 {
|
||
font-weight: 800;
|
||
font-size: 3rem;
|
||
}
|
||
.section-title {
|
||
margin-bottom: 2rem;
|
||
}
|
||
/* This pushes the content sections to take up available space */
|
||
main {
|
||
flex-grow: 1;
|
||
}
|
||
</style>
|
||
</head>
|
||
<body>
|
||
<nav class="navbar navbar-expand-lg navbar-dark bg-primary">
|
||
<div class="container">
|
||
<a class="navbar-brand fw-bold" href="#"><i class="fa-solid fa-circle-nodes me-2"></i>Valorant Digital</a>
|
||
</div>
|
||
</nav>
|
||
|
||
<main>
|
||
<section class="hero">
|
||
<div class="container">
|
||
<!-- New headline and sub-headline with a sleek, Aria-inspired tone -->
|
||
<h1 class="display-4 text-white">REDUCE CONTENT CREATION TIME BY 80% AND MAKE IT 4X EASIER</h1>
|
||
<p class="lead mt-3">ARIA OS is the AI infrastructure, built by Valorant Digital, that duplicates your unique expertise to scale your voice and protect your knowledge.</p>
|
||
<a href="https://ariaos.online" target="AriaOS" class="btn btn-lg btn-outline-light mt-4">See The Full ARIA OS System</a>
|
||
</div>
|
||
</section>
|
||
|
||
<section class="container py-5 text-dark">
|
||
<div class="row text-center">
|
||
<!-- Content sections rewritten with a concise, direct tone -->
|
||
<div class="col-md-4 mb-4">
|
||
<h3 class="text-primary"><i class="fa-solid fa-screwdriver-wrench me-2"></i> What We Create</h3>
|
||
<p>We provide an AI Content Engine custom-trained on your brand. ARIA OS ingests your Brand Transcripts and proprietary Brand Knowledge, ensuring every piece of content is an authentic, non-generic duplication of your voice and unique expertise.</p>
|
||
</div>
|
||
<div class="col-md-4 mb-4">
|
||
<h3 class="text-primary"><i class="fa-solid fa-people-group me-2"></i> Who We Partner With:</h3>
|
||
<p>This platform is built specifically for coaches, consultants, and influential experts. If you are ready to shift from creating content to automatically producing content at scale, ARIA OS gives you the leverage to focus purely on high-value client work and closing sales.</p>
|
||
</div>
|
||
<div class="col-md-4 mb-4">
|
||
<h3 class="text-primary"><i class="fa-solid fa-circle-check me-2"></i> The Valorant Difference:</h3>
|
||
<p>Our core promise is efficiency: we reduce your production time by 80% and make the entire scaling process four times easier. We use Generation Blueprints to enforce brand consistency, guaranteeing accuracy across all platforms.</p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
</main>
|
||
|
||
<footer class="bg-dark text-center text-light py-4">
|
||
<div class="container">
|
||
<p class="mb-0 fw-bold">Valorant Digital © 2025 – Engineered to Scale Your Expertise.</p>
|
||
</div>
|
||
</footer>
|
||
|
||
</body>
|
||
|
||
</html>
|