Merge pull request 'test: ajout phrase de test sur la home page' (#1) from test/mini-update into main
Reviewed-on: AVQN/test#1
This commit is contained in:
@@ -110,6 +110,4 @@ Créez un fichier `.jsx` dans `src/components/` et utilisez-le avec une directiv
|
||||
- [Tailwind CSS](https://tailwindcss.com) - Framework CSS utility-first
|
||||
- [Docker](https://www.docker.com) - Containerisation
|
||||
|
||||
## 📄 Licence
|
||||
|
||||
MIT
|
||||
|
||||
@@ -15,6 +15,13 @@ import Navbar from "../components/Navbar.astro";
|
||||
<p class="text-xl text-gray-600 leading-relaxed">
|
||||
Un starter kit pensé pour la simplicité et l'élégance.
|
||||
</p>
|
||||
<div class="mt-4">
|
||||
<span
|
||||
class="inline-block px-3 py-1 text-xs font-medium bg-gray-100 text-gray-700 rounded-full"
|
||||
>
|
||||
v2.0 - Test auto-deploy
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="prose prose-gray max-w-none">
|
||||
|
||||
@@ -19,6 +19,9 @@ import Navbar from "../components/Navbar.astro";
|
||||
Un point de départ minimal et élégant pour vos projets web
|
||||
modernes.
|
||||
</p>
|
||||
<p class="text-sm text-gray-500 mt-2 italic">
|
||||
✨ Mise à jour de test — Version améliorée
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<!-- Features -->
|
||||
|
||||
Reference in New Issue
Block a user