diff --git a/src/components/ui/NavbarCentered.tsx b/src/components/ui/NavbarCentered.tsx index 2063e5e..53d70c7 100644 --- a/src/components/ui/NavbarCentered.tsx +++ b/src/components/ui/NavbarCentered.tsx @@ -4,7 +4,6 @@ import { motion, AnimatePresence } from "motion/react"; import { Plus, ArrowRight } from "lucide-react"; import { cls } from "@/lib/utils"; import Button from "@/components/ui/Button"; -import GlassmorphicBadge from "@/components/ui/GlassmorphicBadge"; interface NavbarCenteredProps { logo: string; @@ -80,7 +79,6 @@ const NavbarCentered = ({ logo, navItems, ctaButton }: NavbarCenteredProps) => {
-