chore: switch from Mulish to Inter font family

This commit is contained in:
2025-10-22 15:18:39 +02:00
parent db4c2d8ea0
commit d70c2b6874
19 changed files with 161 additions and 74 deletions

View File

@@ -1,6 +1,6 @@
"use client";
import { H2, P, CP } from "@/components/Texts";
import { SectionHeader, P, CP } from "@/components/Texts";
import { Button } from "@/components/Button";
export function GetStarted() {
@@ -36,7 +36,7 @@ export function GetStarted() {
}}
>
<div className="max-w-8xl mx-auto px-4 text-left mb-12">
<H2>Get Started</H2>
<SectionHeader>Get Started</SectionHeader>
<P>Explore the documentation, code, and support channels to start building with Mycelium Cloud.</P>
</div>