import Link from "next/link"; import { RestaurantCardType } from "../page"; import Price from "./Price"; interface Props { restaurant: RestaurantCardType; } export default function RestaurantCard({restaurant}: Props) { return (
77 reviews
{restaurant.cuisine.name}
{restaurant.location.name}
Booked 3 times today