diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 5c017bb..bbc7aac 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,13 +1,13 @@ +import { ClerkProvider } from "@clerk/nextjs"; import type { Metadata } from "next"; import { Inter } from "next/font/google"; import "./globals.css"; -import { ClerkProvider } from "@clerk/nextjs"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Ai-Note-Taking-App", - description: "Intelligent note taking app", + title: "FlowBrain", + description: "The intelligent note-taking app", }; export default function RootLayout({ diff --git a/src/app/notes/NavBar.tsx b/src/app/notes/NavBar.tsx new file mode 100644 index 0000000..e03843f --- /dev/null +++ b/src/app/notes/NavBar.tsx @@ -0,0 +1,32 @@ +import logo from "@/assets/logo.png"; +import { Button } from "@/components/ui/button"; +import { UserButton } from "@clerk/nextjs"; +import { Plus } from "lucide-react"; +import Image from "next/image"; +import Link from "next/link"; + +export default function NavBar() { + return ( +
- Get started by editing
- src/app/page.tsx
-
- Find in-depth information about Next.js features and API. -
- + if (userId) redirect("/notes"); - -- Learn about Next.js in an interactive course with quizzes! -
- - - -- Explore the Next.js 13 playground. -
- - - -- Instantly deploy your Next.js site to a shareable URL with Vercel. -
- + return ( ++ An intelligent note-taking app with AI integration, built with OpenAI, + Pinecone, Next.js, Shadcn UI, Clerk, and more. +
+