sync
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user