migration wip
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import type { Metadata } from 'next';
|
||||
import { Inter } from 'next/font/google';
|
||||
import '../globals.scss';
|
||||
import { Navigation } from '@/components/Navigation';
|
||||
import '../globals.css';
|
||||
import { Layout } from '@/components/layout/Layout';
|
||||
import { CookieConsent } from '@/components/CookieConsent';
|
||||
|
||||
const inter = Inter({
|
||||
@@ -38,10 +38,12 @@ export default function LocaleLayout({
|
||||
}) {
|
||||
return (
|
||||
<>
|
||||
<Navigation siteName="KLZ Cables" locale={locale} />
|
||||
<main className="min-h-screen">
|
||||
<Layout
|
||||
locale={locale}
|
||||
siteName="KLZ Cables"
|
||||
>
|
||||
{children}
|
||||
</main>
|
||||
</Layout>
|
||||
<CookieConsent />
|
||||
</>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user