gitea +
This commit is contained in:
@@ -18,12 +18,15 @@ const spaceGrotesk = Space_Grotesk({
|
||||
})
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Website Monitor - Track Changes on Any Website',
|
||||
description: 'Monitor website changes with smart filtering and instant alerts',
|
||||
title: 'Alertify - Track Changes on Any Website',
|
||||
description: 'Alertify helps you track website changes in real-time. Get notified instantly when content updates.',
|
||||
}
|
||||
|
||||
import { Toaster } from 'sonner'
|
||||
|
||||
import { PostHogProvider } from '@/components/analytics/PostHogProvider'
|
||||
import { CookieBanner } from '@/components/compliance/CookieBanner'
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: {
|
||||
@@ -32,8 +35,11 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" className={`${interTight.variable} ${spaceGrotesk.variable}`}>
|
||||
<body className={interTight.className}>
|
||||
<Providers>{children}</Providers>
|
||||
<Toaster richColors position="top-right" />
|
||||
<PostHogProvider>
|
||||
<Providers>{children}</Providers>
|
||||
<CookieBanner />
|
||||
<Toaster richColors position="top-right" />
|
||||
</PostHogProvider>
|
||||
</body>
|
||||
</html>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user