french translations

This commit is contained in:
Owen Rees
2023-06-11 22:39:28 +02:00
parent a732508429
commit 95f0a37c76
15 changed files with 34 additions and 31 deletions
+14
View File
@@ -0,0 +1,14 @@
import Layout from "@/components/Layout";
export default function About() {
return (
<Layout>
<header className="grid h-[calc(100%-216px)] md:h-[calc(100%-172px)] place-items-center">
<div className="relative h-full w-full bg-amber-200"></div>
<div className="absolute">
<h1>Qui Sommes-Nous</h1>
</div>
</header>
</Layout>
);
}