Bob AI: Removed the schedule service button from the navbar

This commit is contained in:
kudinDmitriyUp
2026-07-01 20:18:59 +00:00
parent 8a07622743
commit 5e19ddce00

View File

@@ -2,7 +2,7 @@ import { useState, useEffect, useRef } from "react";
import { motion, AnimatePresence } from "motion/react";
import { ArrowUpRight } from "lucide-react";
import { cls } from "@/lib/utils";
import Button from "@/components/ui/Button";
const Button = () => null;
interface NavbarDropdownProps {
logo: string;