Ajout paramètre message bas de page personnalisable
This commit is contained in:
@@ -3,6 +3,7 @@ import { Button } from '@/components/ui/button';
|
||||
import { Card, CardContent, CardDescription, CardHeader, CardTitle } from '@/components/ui/card';
|
||||
import { Badge } from '@/components/ui/badge';
|
||||
import { PROJECT_CONFIG } from '@/lib/project.config';
|
||||
import Footer from '@/components/Footer';
|
||||
|
||||
export default function HomePage() {
|
||||
return (
|
||||
@@ -154,11 +155,7 @@ export default function HomePage() {
|
||||
</Card>
|
||||
|
||||
{/* Footer */}
|
||||
<div className="text-center mt-16 pb-8">
|
||||
<p className="text-slate-600 dark:text-slate-400 text-lg">
|
||||
Développé avec ❤️ pour faciliter la démocratie participative
|
||||
</p>
|
||||
</div>
|
||||
<Footer variant="home" />
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user