use leptos::*;
/// Renders the home page of your application.
#[component]
pub fn HomePage() -> impl IntoView {
// Creates a reactive value to update the button
view! {
"SREEZ"
"Site Reliability Engineering for Everyone, eZ"
"Spend your time developping your features, we take care of the infrastructure."
"24/7 support"
- "We make sure your infrastructure is running, all the time"
- "We won't wake you up unless there is a bug in your code"
- "Full post-mortem and reactive measures taken so it won't happen again"
"Batteries included"
- "OKD : RedHat Openshift community edition included"
- "Kubeapps : Install hundreds of apps, databases, productivity tools in a few clicks"
- "CI/CD Pipeline : Gitea, Gitlab, Jenkins, ArgoCD"
- "AI Tools : Open source LLM, Kubeflow, Jupyter Notebooks, NVidia GPUs"
"Free as a byte"
- "No vendor lock-in, only open source tools"
- "Install commercial software based on your specific needs only"
- "Run anywhere : NationTech Network, on premise, public cloud, private cloud"
"And much more, just ""ask us!"
}
}