<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Salus-U - Generative AI Expertise</title>
<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=Host+Grotesk:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>

body {
font-family: "Host Grotesk", sans-serif;
margin: 0;
padding: 0;
background-color: #f4f4f4;
color: #333;
line-height: 1.6;
}

header {
background: #f4f4f4;
color: rgb(23, 22, 22);
padding: 1rem 0;
text-align: center;
}

header h1 {
margin: 0;
font-weight: 700;
font-size: 2.5rem;
}

header p {
margin: 0.5rem 0 0;
font-weight: 400;
}

nav {
display: flex;
justify-content: center;
background: #c4bfbf;
}

nav a {
color: rgb(26, 25, 25);
padding: 1rem;
text-decoration: none;
font-weight: 500;
}

nav a:hover {
background: #f5f3f3;
}

section {
padding: 2rem;
text-align: center;
}

section h2 {
font-size: 2rem;
font-weight: 300;
margin-bottom: 1rem;
}

section p {
max-width: 1000px;
margin: 0 auto;
font-size: 1.1rem;
}

.services {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-top: 2rem;
}

.service {
background: white;
border: 1px solid #ddd;
border-radius: 8px;
margin: 1rem;
padding: 1.5rem;
flex: 1 1 300px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
text-align: left;
}

.service a {
color: rgb(26, 25, 25);
text-decoration: none;
}

.service h3 {
font-size: 1.5rem;
font-weight: 200;
margin-bottom: 0.5rem;
}

.service p {
font-size: 1rem;
color: #666;
}

footer {
background: #333;
color: white;
text-align: center;
padding: 1rem 0;
margin-top: 2rem;
}

footer p {
margin: 0;
font-size: 0.9rem;
}

.topnav {
overflow: hidden;
background-color: #f4f4f4;
}

.topnav a {
float: left;
display: block;
color: #333;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}

.topnav a:hover {
background-color: #ddd;
color: black;
}

.topnav a.active {
background-color: #f4f4f4;
color: #6d0101;
}

.topnav .icon {
display: none;
}

@media screen and (max-width: 600px) {
.topnav a:not(:first-child) {display: none;}
.topnav a.icon {
float: right;
display: block;
}
}

@media screen and (max-width: 600px) {
.topnav.responsive {position: relative;}
.topnav.responsive .icon {
position: absolute;
right: 0;
top: 0;
}
.topnav.responsive a {
float: none;
display: block;
text-align: left;
}
}
</style>
</head>
<body>
<table width="100%">
<tr>
<td width="20%">
<header>
<img src="slogo2.png"> <br>
</header>
</td><td valign="top" >
<div class="topnav" id="myTopnav">
<a href="#home" class="active">Home</a>
<a href="#services">Services</a>
<a href="#contact">Contact</a>
<a href="about.html">About</a>
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
<i class="fa fa-bars"></i>
</a>
</div>
</td>
</tr>
</table>
<section id="about">
<h2>What We Do?</h2>
<p>At Salus-U, we specialize in fine-tuning generative AI models to meet unique business challenges. Our solutions empower organizations to harness cutting-edge AI capabilities for innovation, efficiency, and growth.</p>
<p>With out team of seasoned professionals we can rapidly insect, integrate and automate most of your common business functions using fine-tunned foundational Gen AI models. We can also help you setup internal Gen AI hosting so that your enterprise can leverage the benefits in your own private network.</p>
</section>

<section id="services">
<h2>Our Services</h2>
<div class="services">
<div class="service">
<h3><a href="finetuning.html">AI Model Fine-Tuning</a></h3>
<p>We customize pre-trained AI models to align with your specific needs, ensuring precision and scalability for your projects.</p>
</div>
<div class="service">
<h3><a href="aiintegrate.html">Generative AI Integration</a></h3>
<p>Our team seamlessly integrates generative AI into your existing workflows to optimize operations with RAG capabilities.</p>
</div>
<div class="service">
<h3><a href="consulting.html">Consulting & Strategy</a></h3>
<p>Get expert guidance on leveraging generative AI technologies to transform your business and stay ahead of the curve.</p>
</div>
</div>
</section>

<section id="genai">
<table width="100%">
<tr>
<td>
<img src="mistral.png">
</td>
<td>
<img src="meta.png">
</td>
<td>
<img src="bloom.png">
</td>
<td>
<img src="cohere.png">
</td>
</tr>
</table>
</section>

<section id="contact">
<h2>Contact Us</h2>
<p>Ready to unlock the power of generative AI for your business? Reach out to us today to start the conversation.</p>
<p>Email: hello@salus-u.com | Phone: +1 (202) 674-3435</p>
<p>6694 14th St, Sacramento, CA 95831, USA</p>
</section>

<footer>
<p>&copy; 2024 Salus-U Inc. All Rights Reserved.</p>
</footer>

<script>
function myFunction() {
var x = document.getElementById("myTopnav");
if (x.className === "topnav") {
x.className += " responsive";
} else {
x.className = "topnav";
}
}
</script>
</body>
</html>