From 7253fd0a062c416ce915a2e8660a3bd7265259d5 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Mon, 27 Apr 2026 00:45:23 +0300 Subject: [PATCH] Bob AI: create a landing page for a SaaS productivity tool --- src/components/layout/Navbar.tsx | 39 ++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 src/components/layout/Navbar.tsx diff --git a/src/components/layout/Navbar.tsx b/src/components/layout/Navbar.tsx new file mode 100644 index 0000000..6a3d2e6 --- /dev/null +++ b/src/components/layout/Navbar.tsx @@ -0,0 +1,39 @@ +import Button from "@/components/ui/Button"; + +export default function Navbar() { + return ( + + ); +} \ No newline at end of file -- 2.49.1