This commit is contained in:
akash 2025-12-26 13:57:24 +05:30
commit e27e547914

View File

@ -22,7 +22,7 @@ const page = () => {
{/* Headline Area end */}
{/* Restaurant Menu Area start */}
<RestaurantMenu />
<MenuIframe />
{/* <MenuIframe /> */}
</WellFoodLayout>
);
};