This commit is contained in:
root
2025-12-25 15:28:11 +01:00
parent 6f4ca75faf
commit e75e4f08a9
7 changed files with 57 additions and 158 deletions

View File

@@ -6,8 +6,8 @@ import { I18nProvider } from '@/lib/i18n'
const inter = Inter({ subsets: ['latin'], weight: ['300', '400', '500', '600'] })
export const metadata: Metadata = {
title: '420Deals.ch Premium Swiss CBD Drops',
description: 'Shop together. Wholesale prices for private buyers.',
title: 'CBD Großhandelspreise Schweiz | 420deals.ch',
description: 'CBD direkt vom Produzenten kaufen. Gemeinsam einkaufen, Retail umgehen und von kollektiven Großhandelspreisen profitieren.',
}
export default function RootLayout({
@@ -16,7 +16,7 @@ export default function RootLayout({
children: React.ReactNode
}) {
return (
<html lang="en">
<html lang="de">
<body className={inter.className}>
<I18nProvider>{children}</I18nProvider>
</body>