Added nova bg to main app

This commit is contained in:
Mahesh Sanikommmu 2025-11-27 00:34:50 -08:00
parent 40e2fafce6
commit a8d01b8147

View file

@ -4,11 +4,13 @@ import { Header } from "@/components/new/header"
import { ChatSidebar } from "@/components/chat"
import { AnimatePresence } from "motion/react"
import { MemoriesGrid } from "@/components/new/memories-grid"
import { AnimatedGradientBackground } from "@/app/onboarding/setup/page"
export default function NewPage() {
return (
<div className="min-h-screen bg-black">
<Header />
<AnimatedGradientBackground />
<main className="relative">
<div className="relative z-10">
<div className="flex flex-row h-[calc(100vh-90px)] relative">