'use client'; import Image from 'next/image'; import { IconButton } from '@/components/ui/button'; import Link from 'next/link'; import React from 'react'; import { useLayoutStore } from '@/stores'; const Header = React.memo(() => { const response = useLayoutStore((s) => s.response); return ( //