feat(v11-i): footer CTA infolettre + endpoint /api/subscribe Kit V4

This commit is contained in:
Jules Neny
2026-05-11 15:04:58 +02:00
parent 5589678abc
commit beb8e9a0bd
4 changed files with 146 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
---
import '../styles/global.css';
import Footer from '../components/astro/Footer.astro';
interface Props {
title?: string;
@@ -29,5 +30,6 @@ const {
</head>
<body class="m-0 bg-white text-neutral-900 antialiased">
<slot />
<Footer />
</body>
</html>