proper analytics (shocking)
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Deploy to Server / deploy (push) Successful in 1m49s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Deploy to Server / deploy (push) Successful in 1m49s
				
			This commit is contained in:
		
							parent
							
								
									fcfccf084a
								
							
						
					
					
						commit
						6e227809ee
					
				| 
						 | 
				
			
			@ -1,4 +1,5 @@
 | 
			
		|||
import { Inter } from 'next/font/google'
 | 
			
		||||
import Script from 'next/script'
 | 
			
		||||
import './globals.css'
 | 
			
		||||
import { AuthProvider } from '@/contexts/AuthContext'
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -43,6 +44,7 @@ export default function RootLayout({ children }) {
 | 
			
		|||
    return (
 | 
			
		||||
        (<html lang="en" className="scroll-smooth">
 | 
			
		||||
        <body className={`${inter.className} min-h-screen bg-gray-950 text-gray-300 relative`}>
 | 
			
		||||
        <Script strategy="lazyOnload" data-domain="litenet.tel" src="https://plausible.rocord.dev/js/script.js" />
 | 
			
		||||
        <div className="fixed inset-0 -z-10 bg-gradient-to-br from-gray-950 via-black to-gray-950">
 | 
			
		||||
            <div className="absolute inset-0 bg-[radial-gradient(circle_at_20%_80%,rgba(50,100,255,0.1),transparent_40%)]" />
 | 
			
		||||
            <div className="absolute inset-0 bg-[radial-gradient(circle_at_80%_20%,rgba(120,50,255,0.1),transparent_40%)]" />
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue