connected backend to service page and detail
This commit is contained in:
@@ -5,12 +5,10 @@ import { ChevronDown, Phone, Menu, X } from "lucide-react";
|
||||
import Image from "next/image";
|
||||
import LanguageSelectRadix from "../languageSwitcher";
|
||||
import { useLocale, useTranslations } from "next-intl";
|
||||
import NavbarLogo from "./navbarLogo/navbarLogo";
|
||||
|
||||
export function Navbar() {
|
||||
const locale = useLocale();
|
||||
const t = useTranslations();
|
||||
const [isDropdownOpen, setIsDropdownOpen] = useState(false);
|
||||
const [isMobileMenuOpen, setIsMobileMenuOpen] = useState(false);
|
||||
const [scrolled, setScrolled] = useState(false);
|
||||
|
||||
@@ -42,7 +40,12 @@ export function Navbar() {
|
||||
<Link href={`/${locale}/home`} className="hover:cursor-pointer">
|
||||
<div className="flex items-center gap-2">
|
||||
<div className=" flex items-center justify-center">
|
||||
<Image src={'/images/IGNUM/PNG/1.@6x.png'} alt="logo image" width={80} height={80} />
|
||||
<Image
|
||||
src={"/images/IGNUM/PNG/1.@6x.png"}
|
||||
alt="logo image"
|
||||
width={80}
|
||||
height={80}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</Link>
|
||||
@@ -103,8 +106,8 @@ export function Navbar() {
|
||||
</span>
|
||||
<div>
|
||||
<div className="text-white text-sm font-bold">
|
||||
<div>+998-55-055-21-21</div>
|
||||
<div>+998-77-372-21-21</div>
|
||||
<div>+998-98-099-21-21</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user