Switch to version 1: modified src/components/navbar/NavbarStyleCentered/NavbarStyleCentered.tsx

This commit is contained in:
2026-03-05 18:28:04 +00:00
parent 4d2edcf96e
commit 978890ef7f

View File

@@ -57,7 +57,7 @@ const NavbarStyleCentered = ({
topBarButton,
// logoSrc,
// logoAlt = "",
brandName = "Webild",
brandName = "Contact Us ",
className = "",
}: NavbarStyleCenteredProps) => {
const [isActive, setIsActive] = useState(false);