import Image from "next/image"; import Link from "next/link"; import React from "react"; function Logo({ isAbsolute, matchedCity }) { const siteName = matchedCity?.site_name || (matchedCity?.name ? `${matchedCity.name} نوبت` : "نوبت ۷۲۴"); return (
{siteName}