feat: implement core platform features including business directory, admin dashboard, authentication, and API infrastructure
Some checks failed
Build and Push App / build (push) Failing after 16m2s

This commit is contained in:
2026-04-18 22:10:19 +02:00
parent 6ec1a3ae84
commit 3e2063e4fa
89 changed files with 4405 additions and 967 deletions

View File

@@ -10,9 +10,11 @@ import { Toaster } from 'react-hot-toast';
import { getSiteSettings } from '../lib/settings';
import './globals.css';
export const dynamic = 'force-dynamic';
export const metadata: Metadata = {
title: 'Afropreunariat - L\'Annuaire 2.0',
description: 'Annuaire Afropreunariat',
title: 'Afrohub - L\'Annuaire 2.0',
description: 'Annuaire Afrohub',
};
export default async function RootLayout({ children }: { children: React.ReactNode }) {