diff --git a/app/layout.tsx b/app/layout.tsx index 83cfb3c..6566ec0 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -1,12 +1,9 @@ import './globals.css'; import type { Metadata } from 'next'; -import { Inter } from 'next/font/google'; import { ThemeProvider } from '@/components/theme-provider'; import { Toaster } from '@/components/ui/sonner'; import dynamic from 'next/dynamic'; -const inter = Inter({ subsets: ['latin'] }); - // Import the OAuthCallbackHandler dynamically to ensure it only runs on the client const OAuthCallbackHandler = dynamic( () => import('@/components/ui/oauth-callback-handler'), @@ -25,7 +22,7 @@ export default function RootLayout({ }) { return ( -
+View and manage your video projects
++ {searchTerm + ? 'Try adjusting your search terms' + : 'Create your first video project to see it here' + } +
+Click to upload a video file
+ +